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 imports a list of Identity Mapping Entries into a specified Identity Mapping Store using a POST request."],["The request URL follows a specific format, requiring the `identityMappingStore` path parameter to identify the target store."],["The request body must contain a source, specified through the `inlineSource` field, from where to import the mapping entries."],["The `inlineSource` is limited to a maximum of 10,000 identity mapping entries per request."],["Successful requests will return an Operation instance in the response body."]]],[]]