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.
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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Replication.Types.Automatic` class is 2.5.0, with multiple previous versions available for reference, ranging back to version 1.3.0."],["`Replication.Types.Automatic` is a replication policy that allows the `Secret` payload to be replicated without any limitations."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring broad compatibility and functionality."],["The class provides two constructors: a default constructor and another that accepts an existing `Replication.Types.Automatic` object for creating copies."],["It allows for customer-managed encryption of secrets, using `CustomerManagedEncryption`, though Google-managed encryption is also available as the default option."]]],[]]