Method: debug.identitysources.items.listForunmappedidentity

列出與未對應識別資訊相關聯的項目名稱。

注意:您必須擁有管理員帳戶才能執行這個 API。

HTTP 要求

GET https://cloudsearch.googleapis.com/v1/debug/{parent=identitysources/*}/items:forunmappedidentity

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

識別資訊來源的名稱,格式為:Identitysources/{sourceId}}

查詢參數

參數
pageToken

string

先前的 List 要求 (如果有的話) 傳回的 nextPageToken 值。

pageSize

integer

要求中可擷取的項目數量上限。預設值為 100。

debugOptions

object (DebugOptions)

常見的偵錯選項。

聯集參數 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

詳情請參閱授權指南