IdentityMappingEntry

外部 ID を内部 ID にマッピングする ID マッピング エントリ。

JSON 表現
{
  "externalIdentity": string,
  "externalIdentityName": string,

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

string

必須。顧客 ID プロバイダの外部の ID。外部 ID の長さの上限は 100 文字です。

externalIdentityName

string

省略可。外部 ID の名前。

共用体フィールド identity_provider_id。ID プロバイダ ID はユーザーまたはグループにできます。以下は、相互に排他的なフィールドのリストです。レスポンスで設定されるフィールドは最大で 1 つです。
userId

string

ユーザー ID。Google Workspace ユーザー アカウントの場合、userId は Google Workspace ユーザーのメールアドレスにする必要があります。Google 以外の ID プロバイダの場合、userId は workforcepool の構成を行う際に構成されマッピングされたユーザー ID です。

groupId

string

グループ ID。Google Workspace ユーザー アカウントの場合、groupId は Google Workspace グループのメールアドレスにする必要があります。Google 以外の ID プロバイダの場合、groupId は workforcepool の構成を行う際に構成されマッピングされたグループ ID です。

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