The whole hunk
from line 45, old and new numbered
/
lines
from line 45
4545
4646 Name of the RBAC Group. Not uniqueness-enforced.
4747
48 - `roles: array of string or null`
48 - `role_ids: array of string or null`
4949
5050 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.
5151
from line 63
6363
6464 format: date-time
6565
66 - `roles: array of string or null`
67
68 **Deprecated**: Use `role_ids` instead; `roles` always has the same value.
69
70 Deprecated: use `role_ids` instead. IDs of the RBAC Roles attached to this RBAC Group; always the same value as `role_ids`, `null` included.
71
6672## Example
6773
6874```bash
from line 88
8288 "id": "rbac_group_012rppKaSVsmTo6NqRDXQXNF",
8389 "created_at": "2024-10-30T23:58:27.427722Z",
8490 "name": "Engineering",
91 "role_ids": [
92 "rbac_role_016J8xVtKpDq3Wy9ZmN2hR4s"
93 ],
8594 "roles": [
8695 "rbac_role_016J8xVtKpDq3Wy9ZmN2hR4s"
8796 ],