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 v1beta2 API class Replication.Types.Automatic.
A replication policy that replicates the
[Secret][google.cloud.secretmanager.v1beta2.Secret] payload without any
restrictions.
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].
[[["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 documentation covers the `Replication.Types.Automatic` class within the Secret Manager v1beta2 API, specifically for the .NET environment."],["`Replication.Types.Automatic` is a class that represents a replication policy for a Secret payload without any restrictions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and replication management."],["The class has two constructors, one default and another that takes another `Replication.Types.Automatic` object as a parameter, allowing for the creation and cloning of Automatic replication objects."],["It allows for customer-managed encryption through its `CustomerManagedEncryption` property, enabling users to manage the encryption keys for the secret, otherwise, it uses Google-managed default encryption."]]],[]]