Class CreateIdentityMappingStoreRequest (0.13.11)

CreateIdentityMappingStoreRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for IdentityMappingStoreService.CreateIdentityMappingStore

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
cmek_config_name str
Resource name of the CmekConfig to use for protecting this Identity Mapping Store. This field is a member of oneof_ cmek_options.
disable_cmek bool
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. This field is a member of oneof_ cmek_options.
parent str
Required. The parent collection resource name, such as projects/{project}/locations/{location}.
identity_mapping_store_id str
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.
identity_mapping_store google.cloud.discoveryengine_v1.types.IdentityMappingStore
Required. The Identity Mapping Store to create.