The whole hunk
from line 51, old and new numbered
/
lines
from line 51
5151
5252 Name of the RBAC Group. Not uniqueness-enforced.
5353
54 - `roles: array of string or null`
54 - `role_ids: array of string or null`
5555
5656 RBAC Role IDs attached to this RBAC Group. Role attachment is managed in the admin settings and is read-only on this API. `null` means role data was temporarily unavailable — retry to distinguish from an empty list.
5757
from line 69
6969
7070 format: date-time
7171
72 - `roles: array of string or null`
73
74 **Deprecated**: Use `role_ids` instead; `roles` always has the same value.
75
76 Deprecated: use `role_ids` instead. IDs of the RBAC Roles attached to this RBAC Group; always the same value as `role_ids`, `null` included.
77
7278- `has_more: boolean`
7379
7480 Indicates if there are more results in the requested page direction.
from line 100
94100 "id": "rbac_group_012rppKaSVsmTo6NqRDXQXNF",
95101 "created_at": "2024-10-30T23:58:27.427722Z",
96102 "name": "Engineering",
103 "role_ids": [
104 "rbac_role_016J8xVtKpDq3Wy9ZmN2hR4s"
105 ],
97106 "roles": [
98107 "rbac_role_016J8xVtKpDq3Wy9ZmN2hR4s"
99108 ],