Class UserManaged
A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas
Implements
Inherited Members
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> |