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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eAutomatic\u003c/code\u003e class is a replication policy that replicates the Secret payload without restrictions, and it is available across multiple versions, with the latest being 2.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThis 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, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAutomatic\u003c/code\u003e class inherits from the \u003ccode\u003eObject\u003c/code\u003e class and has methods like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e inherited from it.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors: a default constructor \u003ccode\u003eAutomatic()\u003c/code\u003e and another \u003ccode\u003eAutomatic(Replication.Types.Automatic)\u003c/code\u003e which creates a new instance based on another instance of itself.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a \u003ccode\u003eCustomerManagedEncryption\u003c/code\u003e property, allowing configuration of customer-managed encryption for the Secret, while noting that updates only apply to future SecretVersions, not existing ones.\u003c/p\u003e\n"]]],[],null,[]]