Method: debug.identitysources.items.listForunmappedidentity
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงชื่อของรายการที่เชื่อมโยงกับข้อมูลระบุตัวตนที่ไม่ได้แมป
หมายเหตุ: API นี้ต้องใช้บัญชีผู้ดูแลระบบเพื่อดําเนินการ
คำขอ HTTP
GET https://cloudsearch.googleapis.com/v1/debug/{parent=identitysources/*}/items:forunmappedidentity
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ชื่อแหล่งที่มาของข้อมูลประจำตัวในรูปแบบต่อไปนี้ identitysources/{sourceId}}
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
pageToken |
string
ค่า nextPageToken ที่แสดงผลจากคําขอรายการก่อนหน้า (หากมี)
|
pageSize |
integer
จำนวนรายการสูงสุดที่จะดึงข้อมูลในคำขอ ค่าเริ่มต้นคือ 100
|
debugOptions |
object (DebugOptions )
ตัวเลือกการแก้ไขข้อบกพร่องทั่วไป
|
พารามิเตอร์ Union identity_id identity_id ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
|
userResourceName |
string
|
groupResourceName |
string
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
การแสดง JSON |
{
"itemNames": [
string
],
"nextPageToken": string
} |
ช่อง |
itemNames[] |
string
|
nextPageToken |
string
โทเค็นเพื่อดึงข้อมูลหน้าถัดไปของผลการค้นหา หรือว่างเปล่าหากไม่มีผลการค้นหาในรายการอีก
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/cloud_search.debug
https://www.googleapis.com/auth/cloud_search
ดูข้อมูลเพิ่มเติมได้ที่คู่มือการให้สิทธิ์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# Method: debug.identitysources.items.listForunmappedidentity\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 - [JSON representation](#body.ListItemNamesForUnmappedIdentityResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists names of items associated with an unmapped identity.\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/*}/items:forunmappedidentity`\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| `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| Union parameter `identity_id`. `identity_id` can be only one of the following: ||\n| `userResourceName` | `string` |\n| `groupResourceName` | `string` |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------|\n| ``` { \"itemNames\": [ string ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------|\n| `itemNames[]` | `string` |\n| `nextPageToken` | `string` Token to retrieve the next page of results, or empty if there are no more results in the list. |\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)."]]