public sealed class 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.
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."],[[["This document provides reference material for the `Replication.Types.Automatic` class within the Google Cloud Secret Manager v1 API, specifically version 2.1.0."],["The `Replication.Types.Automatic` class defines a replication policy that allows for unrestricted replication of the Secret payload."],["The latest available version of the documentation is 2.5.0, and there are versions going back to 1.3.0 for `Replication.Types.Automatic`."],["The `Automatic` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class `Replication.Types.Automatic` has a property `CustomerManagedEncryption`, which is optional and can be used to configure customer-managed encryption for secrets, otherwise using Google-managed default encryption."]]],[]]