Class: Google::Cloud::SecretManager::V1::CustomerManagedEncryptionStatus
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::CustomerManagedEncryptionStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/resources.rb
Overview
Describes the status of customer-managed encryption.
Instance Attribute Summary collapse
-
#kms_key_version_name ⇒ ::String
Required.
Instance Attribute Details
#kms_key_version_name ⇒ ::String
Returns Required. The resource name of the Cloud KMS CryptoKeyVersion used to
encrypt the secret payload, in the following format:
projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*
.
411 412 413 414 |
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 411 class CustomerManagedEncryptionStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |