Show / Hide Table of Contents

Class Automatic

A replication policy that replicates the Secret payload without any restrictions.

Inheritance
object
Automatic
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 Automatic : IDirectResponseSchema

Properties

CustomerManagedEncryption

Optional. The customer-managed encryption configuration of the Secret. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.

Declaration
[JsonProperty("customerManagedEncryption")]
public virtual CustomerManagedEncryption CustomerManagedEncryption { get; set; }
Property Value
Type Description
CustomerManagedEncryption

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX