IdentityMappingEntry
Stay organized with collections
Save and categorize content based on your preferences.
Identity Mapping Entry that maps an external identity to an internal identity.
JSON representation |
{
"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 .
} |
Fields |
externalIdentity |
string
Required. Identity outside the customer identity provider. The length limit of external identity will be of 100 characters.
|
Union field identity_provider_id . Union field identity_provider_id. Identity Provider id can be a user or a group. identity_provider_id can be only one of the following: |
userId |
string
User identifier. For Google Workspace user account, userId should be the google workspace user email. For non-google identity provider, userId is the mapped user identifier configured during the workforcepool config.
|
groupId |
string
Group identifier. For Google Workspace user account, groupId should be the google workspace group email. For non-google identity provider, groupId is the mapped group identifier configured during the workforcepool config.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-03 UTC."],[[["This entry represents an Identity Mapping, linking an external identity to an internal one."],["The `externalIdentity` field, a string limited to 100 characters, denotes the identity outside the customer's provider."],["The `identity_provider_id` union field specifies whether the internal identity is a user (`userId`) or a group (`groupId`)."],["Both `userId` and `groupId` are strings that correspond to email addresses for Google Workspace or mapped identifiers for other providers."]]],[]]