REST Resource: organizations.userGroups.members

リソース: UserGroupMember

ユーザー グループのメンバーを表すリソース メッセージ。

JSON 表現
{
  "name": string,
  "membershipRole": enum (MembershipRole),

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "userEmail": string,
  "userGroup": string
  // End of mutually exclusive fields.
}
フィールド
name

string

ID。この UserGroupMember のリソース名。

形式: organizations/{org_id}/userGroups/{user_group_id}/members/{member_id} 例: 「organizations/123abc/userGroups/456def/members/789ghi」

membershipRole

enum (MembershipRole)

省略可。ユーザー グループ内のメンバーのロール。

ユーザー グループのメンバー。以下は、相互に排他的なフィールドのリストです。レスポンスで設定されるフィールドは最大で 1 つです。
userEmail

string

ユーザー メンバーのメールアドレス。

userGroup

string

グループ メンバーのユーザー グループ リソース名。

相互に排他的なフィールドの終了。

MembershipRole

ユーザー グループ内のメンバーのロール。

列挙型
MEMBERSHIP_ROLE_UNSPECIFIED メンバーシップのロールが指定されていません。
MEMBERSHIP_ROLE_OWNER グループ メンバーの追加と削除を行えるオーナーの役割。
MEMBERSHIP_ROLE_MEMBER グループに割り当てられたすべての権限を受け取るメンバーロール。

メソッド

create

指定された GMP ユーザー グループにメンバーを追加します。

delete

指定された GMP ユーザー グループのメンバーを削除します。

get

単一のユーザー グループ メンバーを検索します。

list

指定されたユーザー グループのメンバーのリストを返します。

patch

指定された GMP ユーザー グループのメンバーを更新します。