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. | |
account_id | int | The ID of the account that owns this entity. | |
campaign_group_id | int | The ID of the Campaign Group this role was created for. | [optional] |
name | str | Name of the role. | |
description | str | 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. |