Secret Manager v1 API - Class Replication.Types.Automatic (2.3.0)

public sealed class Replication.Types.Automatic : IMessage<Replication.Types.Automatic>, IEquatable<Replication.Types.Automatic>, IDeepCloneable<Replication.Types.Automatic>, IBufferMessage, IMessage

Reference documentation and code samples for the Secret Manager v1 API class Replication.Types.Automatic.

A replication policy that replicates the [Secret][google.cloud.secretmanager.v1.Secret] payload without any restrictions.

Inheritance

object > Replication.Types.Automatic

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.dll

Constructors

Automatic()

public Automatic()

Automatic(Automatic)

public Automatic(Replication.Types.Automatic other)
Parameter
NameDescription
otherReplicationTypesAutomatic

Properties

CustomerManagedEncryption

public CustomerManagedEncryption CustomerManagedEncryption { get; set; }

Optional. The customer-managed encryption configuration of the [Secret][google.cloud.secretmanager.v1.Secret]. If no configuration is provided, Google-managed default encryption is used.

Updates to the [Secret][google.cloud.secretmanager.v1.Secret] encryption configuration only apply to [SecretVersions][google.cloud.secretmanager.v1.SecretVersion] added afterwards. They do not apply retroactively to existing [SecretVersions][google.cloud.secretmanager.v1.SecretVersion].

Property Value
TypeDescription
CustomerManagedEncryption