AI-generated Key Takeaways
- 
          AccountPermissionGroups map permission group IDs to names, representing a grouping of account permissions. 
- 
          The JSON representation includes fields for id,name, andkind.
- 
          Available methods include getto retrieve a specific group by ID andlistto retrieve all groups.
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 | 
 ID of this account permission group. | 
| name | 
 Name of this account permission group. | 
| kind | 
 Identifies what kind of resource this is. Value: the fixed string 
 . | 
| Methods | |
|---|---|
| 
 | Gets one account permission group by ID. | 
| 
 | Retrieves the list of account permission groups. |