Required. The name of the Identity Mapping Store to import Identity Mapping Entries to. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
Request body
The request body contains data with the following structure:
JSON representation
{// Union field source can be only one of the following:"inlineSource": {object (InlineSource)}// End of list of possible types for union field source.}
Fields
Union field source. The source of the input. source can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["This endpoint facilitates the import of Identity Mapping Entries into a specified Identity Mapping Store."],["The `POST` request is made to the URL `https://discoveryengine.googleapis.com/v1beta/{identityMappingStore=projects/*/locations/*/identityMappingStores/*}:importIdentityMappings` using gRPC Transcoding syntax."],["The request body accepts data via an inline source, specified as `inlineSource`, which will contain a list of the identity mapping entries."],["Successful requests return an `Operation` instance in the response body, with authorization requiring the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["A maximum of 10,000 `identityMappingEntries` can be imported at once using the `inlineSource` method."]]],[]]