ListUnmappedIdentitiesResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
字段 |
unmappedIdentities[] |
object (UnmappedIdentity )
|
nextPageToken |
string
用于检索下一页结果的令牌。如果列表中没有更多结果,则为空。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]