ListUnmappedIdentitiesResponse
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نمایندگی JSON |
---|
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
فیلدها |
---|
unmappedIdentities[] | object ( UnmappedIdentity ) |
nextPageToken | string نشانه برای بازیابی صفحه بعدی نتایج، یا خالی کردن اگر نتایج دیگری در لیست وجود ندارد. |
،
نمایندگی JSON |
---|
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
فیلدها |
---|
unmappedIdentities[] | object ( UnmappedIdentity ) |
nextPageToken | string نشانه برای بازیابی صفحه بعدی نتایج، یا خالی کردن اگر نتایج دیگری در لیست وجود ندارد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 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. |"]]