ListUnmappedIdentitiesResponse
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Représentation JSON |
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
Champs |
unmappedIdentities[] |
object (UnmappedIdentity )
|
nextPageToken |
string
Jeton permettant de récupérer la page suivante des résultats ou non renseigné si la liste ne contient plus de résultats.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 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. |"]]