Class: Google::Cloud::SecretManager::V1::CustomerManagedEncryptionStatus

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

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/*.

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/*.



378
379
380
381
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 378

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