Creates a new Identity Mapping Store.
HTTP request
POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*}/identityMappingStores
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent collection resource name, such as |
Query parameters
Parameters | |
---|---|
identity |
Required. The id of the Identity Mapping Store to create. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters. |
Union parameter cmek_options . CMEK options for the Identity Mapping Store. Setting this field will override the default CmekConfig if one is set for the project. cmek_options can be only one of the following: |
|
cmek |
Resource name of the CmekConfig to use for protecting this Identity Mapping Store. |
disable |
Identity Mapping Store without CMEK protections. If a default CmekConfig is set for the project, setting this field will override the default CmekConfig as well. |
Request body
The request body contains an instance of IdentityMappingStore
.
Response body
If successful, the response body contains a newly created instance of IdentityMappingStore
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.