class Google::Apis::SecretmanagerV1beta1::UserManaged
A replication policy that replicates the Secret
payload into the locations specified in Secret.replication
.user_managed.replicas
Attributes
replicas[RW]
Required. The list of Replicas for this Secret
. Cannot be empty. Corresponds to the JSON property `replicas` @return [Array<Google::Apis::SecretmanagerV1beta1::Replica>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/secretmanager_v1beta1/classes.rb, line 819 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_v1beta1/classes.rb, line 824 def update!(**args) @replicas = args[:replicas] if args.key?(:replicas) end