class Google::Apis::SecretmanagerV1::Automatic

A replication policy that replicates the Secret payload without any restrictions.

Attributes

customer_managed_encryption[RW]

Configuration for encrypting secret payloads using customer-managed encryption keys (CMEK). Corresponds to the JSON property `customerManagedEncryption` @return [Google::Apis::SecretmanagerV1::CustomerManagedEncryption]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/secretmanager_v1/classes.rb, line 154
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 159
def update!(**args)
  @customer_managed_encryption = args[:customer_managed_encryption] if args.key?(:customer_managed_encryption)
end