| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | The internal ID of this entity. | |
| created | OffsetDateTime | The time this entity was created. | |
| modified | OffsetDateTime | The time this entity was last modified. | |
| accountId | Long | The ID of the account that owns this entity. | |
| name | String | Name of the role. | [optional] |
| description | String | Description of the role. | [optional] |
| permissions | RoleV2Permissions | [optional] | |
| members | List<Long> | A list of user IDs the role is assigned to. | [optional] |
| isReadonly | Boolean | Identifies if the role is read-only. For read-only roles, you can only assign or unassign users. You cannot edit any other properties, such as the name, description, or permissions. The 'isReadonly' property cannot be set for new or existing roles. It is reserved for predefined roles, such as the Talon.One support role. | [optional] |