class Google::Apis::SecretmanagerV1::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::SecretmanagerV1::Replica>]

Public Class Methods

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