public sealed class Replication.Types.Automatic : IMessage<Replication.Types.Automatic>, IEquatable<Replication.Types.Automatic>, IDeepCloneable<Replication.Types.Automatic>, IBufferMessage, IMessageReference documentation and code samples for the Secret Manager v1beta2 API class Replication.Types.Automatic.
A replication policy that replicates the [Secret][google.cloud.secretmanager.v1beta2.Secret] payload without any restrictions.
Implements
IMessageReplicationTypesAutomatic, IEquatableReplicationTypesAutomatic, IDeepCloneableReplicationTypesAutomatic, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Beta2Assembly
Google.Cloud.SecretManager.V1Beta2.dll
Constructors
Automatic()
public Automatic()Automatic(Automatic)
public Automatic(Replication.Types.Automatic other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplicationTypesAutomatic |
Properties
CustomerManagedEncryption
public CustomerManagedEncryption CustomerManagedEncryption { get; set; }Optional. The customer-managed encryption configuration of the [Secret][google.cloud.secretmanager.v1beta2.Secret]. If no configuration is provided, Google-managed default encryption is used.
Updates to the [Secret][google.cloud.secretmanager.v1beta2.Secret] encryption configuration only apply to [SecretVersions][google.cloud.secretmanager.v1beta2.SecretVersion] added afterwards. They do not apply retroactively to existing [SecretVersions][google.cloud.secretmanager.v1beta2.SecretVersion].
| Property Value | |
|---|---|
| Type | Description |
CustomerManagedEncryption |
|