Class UserManagedStatus
The replication status of a SecretVersion using user-managed replication. Only populated if the parent Secret has a user-managed replication policy.
Implements
Inherited Members
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> |