Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Internal ID of this entity. | |
created | OffsetDateTime | The time this entity was created. | |
modified | OffsetDateTime | The time this entity was last modified. | |
accountId | Integer | 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<Integer> | A list of user IDs the role is assigned to. | [optional] |