Show / Hide Table of Contents

Class UserManaged

A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas

Inheritance
object
UserManaged
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecretManager.v1beta2.Data
Assembly: Google.Apis.SecretManager.v1beta2.dll
Syntax
public class UserManaged : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Replicas

Required. The list of Replicas for this Secret. Cannot be empty.

Declaration
[JsonProperty("replicas")]
public virtual IList<Replica> Replicas { get; set; }
Property Value
Type Description
IList<Replica>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX