ListUnmappedIdentitiesResponse
Representación JSON |
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
Campos |
unmappedIdentities[] |
object (UnmappedIdentity )
|
nextPageToken |
string
Token para recuperar la página siguiente de resultados o vaciar si no hay más resultados en la lista.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-03 (UTC)
[null,null,["Última actualización: 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."]]],[]]