Reference documentation and code samples for the Secret Manager V1 API class Google::Cloud::SecretManager::V1::CustomerManagedEncryptionStatus.
Describes the status of customer-managed encryption.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kms_key_version_name
def kms_key_version_name() -> ::String
Returns
-
(::String) — Required. The resource name of the Cloud KMS CryptoKeyVersion used to
encrypt the secret payload, in the following format:
projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*
.
#kms_key_version_name=
def kms_key_version_name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the Cloud KMS CryptoKeyVersion used to
encrypt the secret payload, in the following format:
projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*
.
Returns
-
(::String) — Required. The resource name of the Cloud KMS CryptoKeyVersion used to
encrypt the secret payload, in the following format:
projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*
.