ListUnmappedIdentitiesResponse
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zapis JSON |
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
Pola |
unmappedIdentities[] |
object (UnmappedIdentity )
|
nextPageToken |
string
Token do pobierania następnej strony wyników lub pusty, jeśli na liście nie ma już żadnych 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: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],null,["# ListUnmappedIdentitiesResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [UnmappedIdentity](#UnmappedIdentity)\n - [JSON representation](#UnmappedIdentity.SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"unmappedIdentities\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/ListUnmappedIdentitiesResponse#UnmappedIdentity) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `unmappedIdentities[]` | `object (`[UnmappedIdentity](/workspace/cloud-search/docs/reference/rest/v1/ListUnmappedIdentitiesResponse#UnmappedIdentity)`)` |\n| `nextPageToken` | `string` Token to retrieve the next page of results, or empty if there are no more results in the list. |\n\nUnmappedIdentity\n----------------\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"externalIdentity\": { object (/workspace/cloud-search/docs/reference/rest/v1/indexing.datasources.items#Principal) }, \"resolutionStatusCode\": enum (/workspace/cloud-search/docs/reference/rest/v1/ExternalIdentityResolutionStatus.Code) } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `externalIdentity` | `object (`[Principal](/workspace/cloud-search/docs/reference/rest/v1/indexing.datasources.items#Principal)`)` The resource name for an external user. |\n| `resolutionStatusCode` | `enum (`[ExternalIdentityResolutionStatus.Code](/workspace/cloud-search/docs/reference/rest/v1/ExternalIdentityResolutionStatus.Code)`)` The resolution status for the external identity. |"]]