Class ReplicationStatus
The replication status of a SecretVersion.
Implements
Inherited Members
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 |