public sealed class Replication.Types.UserManaged : IMessage<Replication.Types.UserManaged>, IEquatable<Replication.Types.UserManaged>, IDeepCloneable<Replication.Types.UserManaged>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta2 API class Replication.Types.UserManaged.
A replication policy that replicates the
[Secret][google.cloud.secretmanager.v1beta2.Secret] payload into the
locations specified in [Secret.replication.user_managed.replicas][]
[[["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.UserManaged` class is 1.0.0-beta03, as part of the Google Cloud Secret Manager v1beta2 API."],["`Replication.Types.UserManaged` is a replication policy for replicating secret payloads into user-specified locations within a Secret."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which means it is a data structure for a message that can be cloned, buffered and compared."],["The `Replicas` property is a required list of `Replica` objects that defines the replication destinations for the Secret payload, which cannot be empty."],["The `UserManaged` class has two constructors, a default constructor `UserManaged()` and a copy constructor `UserManaged(UserManaged other)`."]]],[]]