Class Replication
A policy that defines the replication and encryption configuration of data.
Implements
Inherited Members
Namespace: Google.Apis.SecretManager.v1beta2.Data
Assembly: Google.Apis.SecretManager.v1beta2.dll
Syntax
public class Replication : IDirectResponseSchema
Properties
Automatic
The Secret will automatically be replicated without any restrictions.
Declaration
[JsonProperty("automatic")]
public virtual Automatic Automatic { get; set; }
Property Value
Type | Description |
---|---|
Automatic |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserManaged
The Secret will only be replicated into the locations specified.
Declaration
[JsonProperty("userManaged")]
public virtual UserManaged UserManaged { get; set; }
Property Value
Type | Description |
---|---|
UserManaged |