Class: Google::Cloud::Kms::V1::EkmConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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