class Google::Apis::SecretmanagerV1::CustomerManagedEncryptionStatus
Describes the status of customer-managed encryption.
Attributes
kms_key_version_name[RW]
Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, in the following format: `projects//locations//keyRings/* /cryptoKeys//versions/`. Corresponds to the JSON property `kmsKeyVersionName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/secretmanager_v1/classes.rb, line 291 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/secretmanager_v1/classes.rb, line 296 def update!(**args) @kms_key_version_name = args[:kms_key_version_name] if args.key?(:kms_key_version_name) end