IdentityMappingEntry

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

JSON 表現
{
  "externalIdentity": string,

  // Union field identity_provider_id can be only one of the following:
  "userId": string,
  "groupId": string
  // End of list of possible types for union field identity_provider_id.
}
フィールド
externalIdentity

string

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

共用体フィールド identity_provider_id。共用体フィールド identity_provider_id。ID プロバイダ ID はユーザーまたはグループにできます。identity_provider_id は次のいずれかになります。
userId

string

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

groupId

string

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