Show / Hide Table of Contents

Class UserManagedStatus

The replication status of a SecretVersion using user-managed replication. Only populated if the parent Secret has a user-managed replication policy.

Inheritance
object
UserManagedStatus
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 UserManagedStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Replicas

Output only. The list of replica statuses for the SecretVersion.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX