Class: Google::Cloud::Security::PrivateCA::V1::EncryptionSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1/resources.rb

Overview

The configuration used for encrypting data at rest.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_kms_key::String

Returns The resource name for a Cloud KMS key in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.

Returns:

  • (::String)

    The resource name for a Cloud KMS key in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.



638
639
640
641
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 638

class EncryptionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end