ListUnmappedIdentitiesResponse

JSON representation
{
  "unmappedIdentities": [
    {
      object (UnmappedIdentity)
    }
  ],
  "nextPageToken": string
}
Fields
unmappedIdentities[]

object (UnmappedIdentity)

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results in the list.

UnmappedIdentity

JSON representation
{
  "externalIdentity": {
    object (Principal)
  },
  "resolutionStatusCode": enum (ExternalIdentityResolutionStatus.Code)
}
Fields
externalIdentity

object (Principal)

The resource name for an external user.

resolutionStatusCode

enum (ExternalIdentityResolutionStatus.Code)

The resolution status for the external identity.