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

그룹 식별자입니다. Google Workspace 사용자 계정의 경우 groupId는 Google Workspace 그룹 이메일이어야 합니다. Google 이외의 ID 공급업체의 경우 groupId는 workforcepool 구성 중에 구성된 매핑된 그룹 식별자입니다.