class Google::Apis::SecretmanagerV1::AutomaticStatus
The replication status of a SecretVersion
using automatic replication. Only populated if the parent Secret
has an automatic replication policy.
Attributes
customer_managed_encryption[RW]
Describes the status of customer-managed encryption. Corresponds to the JSON property `customerManagedEncryption` @return [Google::Apis::SecretmanagerV1::CustomerManagedEncryptionStatus]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/secretmanager_v1/classes.rb, line 174 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 179 def update!(**args) @customer_managed_encryption = args[:customer_managed_encryption] if args.key?(:customer_managed_encryption) end