Show / Hide Table of Contents

Class Replication

A policy that defines the replication and encryption configuration of data.

Inheritance
object
Replication
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.v1.Data
Assembly: Google.Apis.SecretManager.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX