Show / Hide Table of Contents

Class ReplicationStatus

The replication status of a SecretVersion.

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

Properties

Automatic

Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy.

Declaration
[JsonProperty("automatic")]
public virtual AutomaticStatus Automatic { get; set; }
Property Value
Type Description
AutomaticStatus

ETag

The ETag of the item.

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

UserManaged

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

Declaration
[JsonProperty("userManaged")]
public virtual UserManagedStatus UserManaged { get; set; }
Property Value
Type Description
UserManagedStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX