Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
Modified | DateTime | The time this entity was last modified. | |
AccountId | int | 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<int> | A list of user IDs the role is assigned to. | [optional] |