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.
Implements
IMessageReplicationTypesAutomatic, IEquatableReplicationTypesAutomatic, IDeepCloneableReplicationTypesAutomatic, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.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.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 |