Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::CreateIdentityMappingStoreRequest.
Request message for IdentityMappingStoreService.CreateIdentityMappingStore
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cmek_config_name
def cmek_config_name() -> ::String
-
(::String) — Resource name of the CmekConfig to use for protecting this Identity
Mapping Store.
Note: The following fields are mutually exclusive:
cmek_config_name
,disable_cmek
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#cmek_config_name=
def cmek_config_name=(value) -> ::String
-
value (::String) — Resource name of the CmekConfig to use for protecting this Identity
Mapping Store.
Note: The following fields are mutually exclusive:
cmek_config_name
,disable_cmek
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Resource name of the CmekConfig to use for protecting this Identity
Mapping Store.
Note: The following fields are mutually exclusive:
cmek_config_name
,disable_cmek
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#disable_cmek
def disable_cmek() -> ::Boolean
-
(::Boolean) — 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.
Note: The following fields are mutually exclusive:
disable_cmek
,cmek_config_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#disable_cmek=
def disable_cmek=(value) -> ::Boolean
-
value (::Boolean) — 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.
Note: The following fields are mutually exclusive:
disable_cmek
,cmek_config_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — 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.
Note: The following fields are mutually exclusive:
disable_cmek
,cmek_config_name
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#identity_mapping_store
def identity_mapping_store() -> ::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore
- (::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore) — Required. The Identity Mapping Store to create.
#identity_mapping_store=
def identity_mapping_store=(value) -> ::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore
- value (::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore) — Required. The Identity Mapping Store to create.
- (::Google::Cloud::DiscoveryEngine::V1::IdentityMappingStore) — Required. The Identity Mapping Store to create.
#identity_mapping_store_id
def identity_mapping_store_id() -> ::String
-
(::String) — 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_id=
def identity_mapping_store_id=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#parent
def parent() -> ::String
-
(::String) — Required. The parent collection resource name, such as
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent collection resource name, such as
projects/{project}/locations/{location}
.
-
(::String) — Required. The parent collection resource name, such as
projects/{project}/locations/{location}
.