Class: Google::Cloud::Kms::V1::EkmConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::EkmConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/ekm_service.rb
Overview
An EkmConfig is a singleton resource that represents configuration parameters that apply to all CryptoKeys and CryptoKeyVersions with a ProtectionLevel of [EXTERNAL_VPC][CryptoKeyVersion.ProtectionLevel.EXTERNAL_VPC] in a given project and location.
Instance Attribute Summary collapse
-
#default_ekm_connection ⇒ ::String
Optional.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#default_ekm_connection ⇒ ::String
Returns Optional. Resource name of the default EkmConnection. Setting this field to the empty string removes the default.
320 321 322 323 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 320 class EkmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name for the
EkmConfig in the format
projects/*/locations/*/ekmConfig
.
320 321 322 323 |
# File 'proto_docs/google/cloud/kms/v1/ekm_service.rb', line 320 class EkmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |