Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.08 KB

Role.md

File metadata and controls

19 lines (14 loc) · 1.08 KB

Role

Properties

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.

[Back to Model list] [Back to API list] [Back to README]