Method: projects.locations.identityMappingStores.importIdentityMappings

ID 매핑 항목 목록을 ID 매핑 저장소로 가져옵니다.

HTTP 요청

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

URL은 gRPC 트랜스코딩 문법을 사용합니다.

경로 매개변수

매개변수
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.
}
필드
통합 필드 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개의 항목을 가져올 수 있습니다.