ListUnmappedIdentitiesResponse

JSON 表示法
{
  "unmappedIdentities": [
    {
      object (UnmappedIdentity)
    }
  ],
  "nextPageToken": string
}
字段
unmappedIdentities[]

object (UnmappedIdentity)

nextPageToken

string

用于检索下一页结果的令牌。如果列表中没有更多结果,则为空。

UnmappedIdentity

JSON 表示法
{
  "externalIdentity": {
    object (Principal)
  },
  "resolutionStatusCode": enum (ExternalIdentityResolutionStatus.Code)
}
字段
externalIdentity

object (Principal)

外部用户的资源名称。

resolutionStatusCode

enum (ExternalIdentityResolutionStatus.Code)

外部身份的解决状态。