Class: Google::Cloud::Security::PrivateCA::V1::EncryptionSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::EncryptionSpec
- 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
-
#cloud_kms_key ⇒ ::String
The resource name for a Cloud KMS key in the format
projects/*/locations/*/keyRings/*/cryptoKeys/*.
Instance Attribute Details
#cloud_kms_key ⇒ ::String
Returns 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 |