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-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eReplication.Types.Automatic\u003c/code\u003e class within the Secret Manager v1beta2 API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReplication.Types.Automatic\u003c/code\u003e is a class that represents a replication policy for a Secret payload without any restrictions.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, demonstrating its role in message handling and replication management.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default and another that takes another \u003ccode\u003eReplication.Types.Automatic\u003c/code\u003e object as a parameter, allowing for the creation and cloning of Automatic replication objects.\u003c/p\u003e\n"],["\u003cp\u003eIt allows for customer-managed encryption through its \u003ccode\u003eCustomerManagedEncryption\u003c/code\u003e property, enabling users to manage the encryption keys for the secret, otherwise, it uses Google-managed default encryption.\u003c/p\u003e\n"]]],[],null,[]]