Method: projects.locations.identityMappingStores.importIdentityMappings

Mengimpor daftar Entri Pemetaan Identitas ke Penyimpanan Pemetaan Identitas.

Permintaan HTTP

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

URL menggunakan sintaks gRPC Transcoding.

Parameter jalur

Parameter
identityMappingStore

string

Wajib. Nama Identity Mapping Store untuk mengimpor Identity Mapping Entries. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}

Isi permintaan

Isi permintaan memuat data dengan struktur berikut:

Representasi JSON
{

  // Union field source can be only one of the following:
  "inlineSource": {
    object (InlineSource)
  }
  // End of list of possible types for union field source.
}
Kolom
Kolom union source. Sumber input. source hanya ada berupa salah satu diantara berikut:
inlineSource

object (InlineSource)

Sumber inline untuk mengimpor entri pemetaan identitas.

Isi respons

Jika berhasil, isi respons akan berisi instance Operation.

Cakupan otorisasi

Memerlukan salah satu cakupan OAuth berikut:

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

Untuk mengetahui informasi selengkapnya, lihat Authentication Overview.

Izin IAM

Memerlukan izin IAM berikut pada resource identityMappingStore:

  • discoveryengine.identityMappingStores.importIdentityMappings

Untuk mengetahui informasi selengkapnya, lihat dokumentasi IAM.

InlineSource

Sumber inline untuk mengimpor entri pemetaan identitas.

Representasi JSON
{
  "identityMappingEntries": [
    {
      object (IdentityMappingEntry)
    }
  ]
}
Kolom
identityMappingEntries[]

object (IdentityMappingEntry)

Maksimum 10.000 entri dapat diimpor sekaligus