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. | |
CampaignGroupID | int | The ID of the Campaign Group this role was created for. | [optional] |
Name | string | Name of the role. | |
Description | string | Description of the role. | [optional] |
Members | List<int> | A list of user identifiers assigned to this role. | [optional] |
Acl | Object | The `Access Control List` json defining the role of the user. This represents the access control on the user level. |