ListUnmappedIdentitiesResponse
Zapis JSON |
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
Pola |
unmappedIdentities[] |
object (UnmappedIdentity )
|
nextPageToken |
string
Token pobierający następną stronę wyników lub pusty, jeśli na liście nie ma więcej wyników.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-03 UTC."],[[["The `ListUnmappedIdentitiesResponse` object provides a list of unmapped identities and a token for retrieving the next page of results."],["Each `UnmappedIdentity` object includes details about an external user (`externalIdentity`) and their resolution status (`resolutionStatusCode`)."],["The `externalIdentity` field represents the resource name of an external user, utilizing the `Principal` object structure."],["`resolutionStatusCode` indicates the status of mapping the external identity using the `ExternalIdentityResolutionStatus.Code` enum."]]],[]]