Method: debug.identitysources.unmappedids.list
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किसी आइडेंटिटी सोर्स के लिए, मैप नहीं की गई उपयोगकर्ता पहचानों की सूची बनाता है.
ध्यान दें: इस एपीआई को चलाने के लिए, एडमिन खाते की ज़रूरत होती है.
एचटीटीपी अनुरोध
GET https://cloudsearch.googleapis.com/v1/debug/{parent=identitysources/*}/unmappedids
यूआरएल में gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल किया गया है.
पाथ पैरामीटर
पैरामीटर |
parent |
string
पहचान सोर्स का नाम, इस फ़ॉर्मैट में: identitysources/{sourceId}
|
क्वेरी पैरामीटर
पैरामीटर |
resolutionStatusCode |
enum (ExternalIdentityResolutionStatus.Code )
उपयोगकर्ताओं को इस स्थिति तक सीमित करें.
|
pageToken |
string
अगर सूची के लिए किए गए किसी पिछले अनुरोध से nextPageToken वैल्यू मिली है, तो वह वैल्यू.
|
pageSize |
integer
एक अनुरोध में फ़ेच किए जाने वाले आइटम की ज़्यादा से ज़्यादा संख्या. डिफ़ॉल्ट रूप से, यह वैल्यू 100 होती है.
|
debugOptions |
object (DebugOptions )
डीबग करने के सामान्य विकल्प.
|
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में ListUnmappedIdentitiesResponse
का एक इंस्टेंस शामिल किया जाता है.
अनुमति के दायरे
इसके लिए, OAuth के इनमें से किसी एक स्कोप की ज़रूरत होती है:
https://www.googleapis.com/auth/cloud_search.debug
https://www.googleapis.com/auth/cloud_search
ज़्यादा जानकारी के लिए, अनुमति से जुड़ी गाइड देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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,["# Method: debug.identitysources.unmappedids.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists unmapped user identities for an identity source.\n\n**Note:** This API requires an admin account to execute.\n\n### HTTP request\n\n`GET https://cloudsearch.googleapis.com/v1/debug/{parent=identitysources/*}/unmappedids`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-----------------------------------------------------------------------------------------------|\n| `parent` | `string` The name of the identity source, in the following format: identitysources/{sourceId} |\n\n### Query parameters\n\n| Parameters ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `resolutionStatusCode` | `enum (`[ExternalIdentityResolutionStatus.Code](/workspace/cloud-search/docs/reference/rest/v1/ExternalIdentityResolutionStatus.Code)`)` Limit users selection to this status. |\n| `pageToken` | `string` The nextPageToken value returned from a previous List request, if any. |\n| `pageSize` | `integer` Maximum number of items to fetch in a request. Defaults to 100. |\n| `debugOptions` | `object (`[DebugOptions](/workspace/cloud-search/docs/reference/rest/v1/DebugOptions)`)` Common debug options. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListUnmappedIdentitiesResponse](/workspace/cloud-search/docs/reference/rest/v1/ListUnmappedIdentitiesResponse).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud_search.debug`\n- `https://www.googleapis.com/auth/cloud_search`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]