List
|
|||||
|
|
Gets a list of user role permissions, possibly filtered
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
profileId Required |
INTEGER |
User profile ID associated with this request |
ids |
INTEGER |
Select only user role permissions with these IDs |
= Parameter name
= Format
profileId INTEGER Required User profile ID associated with this request |
ids INTEGER Select only user role permissions with these IDs |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermissionsListResponse" |
userRolePermissions[] |
OBJECT |
Contains properties of a user role permission |
userRolePermissions[].availability |
ENUMERATION |
Levels of availability for a user role permission |
userRolePermissions[].id |
INTEGER |
ID of this user role permission |
userRolePermissions[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermission" |
userRolePermissions[].name |
STRING |
Name of this user role permission |
userRolePermissions[].permissionGroupId |
INTEGER |
ID of the permission group that this user role permission belongs to |
= Parameter name
= Format
kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermissionsListResponse" |
userRolePermissions[] OBJECT Contains properties of a user role permission |
userRolePermissions[].availability ENUMERATION Levels of availability for a user role permission |
userRolePermissions[].id INTEGER ID of this user role permission |
userRolePermissions[].kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermission" |
userRolePermissions[].name STRING Name of this user role permission |
userRolePermissions[].permissionGroupId INTEGER ID of the permission group that this user role permission belongs to |