public sealed class Automatic : IMessage<Replication.Types.Automatic>, IEquatable<Replication.Types.Automatic>, IDeepCloneable<Replication.Types.Automatic>, IBufferMessage, IMessage
A replication policy that replicates the [Secret][google.cloud.secretmanager.v1.Secret] payload without any restrictions.
Inheritance
System.Object > Replication.Types.AutomaticImplements
Google.Protobuf.IMessage<Replication.Types.Automatic>, System.IEquatable<Replication.Types.Automatic>, Google.Protobuf.IDeepCloneable<Replication.Types.Automatic>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
Automatic()
public Automatic()
Automatic(Replication.Types.Automatic)
public Automatic(Replication.Types.Automatic other)
Parameter | |
---|---|
Name | Description |
other | Replication.Types.Automatic |
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 | |
---|---|
Type | Description |
CustomerManagedEncryption |