Resource: UserGroup
A resource message representing a user group in a GMP organization.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string } |
| Fields | |
|---|---|
name |
Identifier. Resource name of this UserGroup. Format: organizations/{org_id}/userGroups/{user_group_id} Example: "organizations/123abc/userGroups/456def" |
displayName |
Optional. The human-readable name for the user group. |
description |
Optional. The description of the user group. |
Methods |
|
|---|---|
|
Creates a user group in the specified GMP organization. |
|
Deletes a user group in the specified GMP organization. |
|
Looks up a single user group. |
|
Returns a list of user groups in the specified GMP organization. |
|
Updates a user group in the specified GMP organization. |