Method: projects.locations.identityMappingStores.importIdentityMappings

將識別資訊對應項目清單匯入識別資訊對應商店。

HTTP 要求

POST https://discoveryengine.googleapis.com/v1alpha/{identityMappingStore=projects/*/locations/*/identityMappingStores/*}:importIdentityMappings

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

路徑參數

參數
identityMappingStore

string

這是必要旗標,要匯入身分識別對應項目的身分識別對應商店名稱。格式:projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

要求主體

要求主體包含下列結構的資料:

JSON 表示法
{

  // Union field source can be only one of the following:
  "inlineSource": {
    object (InlineSource)
  }
  // End of list of possible types for union field source.
}
欄位
聯集欄位 source。輸入內容的來源。source 只能是下列其中一項:
inlineSource

object (InlineSource)

要從中匯入身分對應項目的內嵌來源。

回應主體

如果成功,回應主體會包含 Operation 的執行個體。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/discoveryengine.readwrite

詳情請參閱Authentication Overview

IAM 權限

需要 identityMappingStore 資源的下列 IAM 權限:

  • discoveryengine.identityMappingStores.importIdentityMappings

詳情請參閱 IAM 說明文件

InlineSource

要從中匯入身分對應項目的內嵌來源。

JSON 表示法
{
  "identityMappingEntries": [
    {
      object (IdentityMappingEntry)
    }
  ]
}
欄位
identityMappingEntries[]

object (IdentityMappingEntry)

一次最多可匯入 10,000 個項目