REST Resource: accountPermissionGroups
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eAccountPermissionGroups map permission group IDs to names, grouping account permissions for easier management.\u003c/p\u003e\n"],["\u003cp\u003eEach AccountPermissionGroup is identified by a unique ID and has a descriptive name, represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve individual AccountPermissionGroups or a list of all groups using the provided API methods.\u003c/p\u003e\n"]]],[],null,["# REST Resource: accountPermissionGroups\n\n- [Resource: AccountPermissionGroup](#AccountPermissionGroup)\n - [JSON representation](#AccountPermissionGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AccountPermissionGroup\n--------------------------------\n\nAccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.\n\n| JSON representation |\n|----------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"kind\": string } ``` |\n\n| Fields ||\n|--------|--------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this account permission group. |\n| `name` | `string` Name of this account permission group. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#accountPermissionGroup\"` . |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------|--------------------------------------------------|\n| ### [get](/doubleclick-advertisers/rest/v4/accountPermissionGroups/get) | Gets one account permission group by ID. |\n| ### [list](/doubleclick-advertisers/rest/v4/accountPermissionGroups/list) | Retrieves the list of account permission groups. |"]]