ListUnmappedIdentitiesResponse
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
JSON के काेड में दिखाना |
{
"unmappedIdentities": [
{
object (UnmappedIdentity )
}
],
"nextPageToken": string
} |
फ़ील्ड |
unmappedIdentities[] |
object (UnmappedIdentity )
|
nextPageToken |
string
नतीजों के अगले पेज को वापस लाने के लिए टोकन. अगर सूची में कोई और नतीजा नहीं है, तो यह खाली होता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],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. |"]]