For a list of methods for this resource, see the end of this page.
Resource representations
AccountPermissions contains information about a particular account permission. Some features of Campaign Manager require an account permission to be present in the account.
{ "kind": "dfareporting#accountPermission", "id": long, "name": string, "permissionGroupId": long, "level": string, "accountProfiles": [ string ] }
Property name | Value | Description | Notes |
---|---|---|---|
accountProfiles[] |
list |
Account profiles associated with this account permission. Possible values are:
|
|
id |
long |
ID of this account permission. | |
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermission" . |
|
level |
string |
Administrative level required to enable this account permission.
Acceptable values are:
|
|
name |
string |
Name of this account permission. | |
permissionGroupId |
long |
Permission group of this account permission. |