资源:UserGroup
一种资源消息,用于表示 GMP 组织中的用户组。
| JSON 表示法 |
|---|
{ "name": string, "displayName": string, "description": string } |
| 字段 | |
|---|---|
name |
标识符。相应 UserGroup 的资源名称。 格式:organizations/{org_id}/userGroups/{user_group_id} 示例:“organizations/123abc/userGroups/456def” |
displayName |
可选。用户组的人类可读名称。 |
description |
可选。用户组的说明。 |
方法 |
|
|---|---|
|
在指定的 GMP 组织中创建用户组。 |
|
删除指定 GMP 组织中的用户组。 |
|
查找单个用户组。 |
|
返回指定 GMP 组织中的用户群组列表。 |
|
更新指定 GMP 组织中的用户组。 |