REST Resource: accountPermissionGroups

Resource: AccountPermissionGroup

AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.

JSON representation
 { 
 "id" 
 : 
 string 
 , 
 "name" 
 : 
 string 
 , 
 "kind" 
 : 
 string 
 } 
Fields
id

string ( int64 format)

ID of this account permission group.

name

string

Name of this account permission group.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#accountPermissionGroup"

.

Methods

get

Gets one account permission group by ID.

list

Retrieves the list of account permission groups.