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 |
|
Gets one account permission group by ID. |
|
Retrieves the list of account permission groups. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-19 UTC.
[null,null,["Last updated 2024-09-19 UTC."],[[["AccountPermissionGroups map permission group IDs to names, grouping account permissions for easier management."],["Each AccountPermissionGroup is identified by a unique ID and has a descriptive name, represented in JSON format."],["You can retrieve individual AccountPermissionGroups or a list of all groups using the provided API methods."]]],[]]