Method: projects.locations.identityMappingStores.importIdentityMappings

ID マッピング エントリのリストを ID マッピング ストアにインポートします。

HTTP リクエスト

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

この URL では gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
identityMappingStore

string

必須。ID マッピング エントリのインポート先となる ID マッピング ストアの名前。形式: 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.
}
Fields
共用体フィールド source。入力のソース。source は次のいずれかになります。
inlineSource

object (InlineSource)

ID マッピング エントリのインポート元となるインライン ソース。

レスポンスの本文

成功した場合、レスポンスの本文には 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

ID マッピング エントリのインポート元となるインライン ソース。

JSON 表現
{
  "identityMappingEntries": [
    {
      object (IdentityMappingEntry)
    }
  ]
}
フィールド
identityMappingEntries[]

object (IdentityMappingEntry)

一度にインポートできるエントリは最大 10,000 件です