public sealed class UserManaged : IMessage<Replication.Types.UserManaged>, IEquatable<Replication.Types.UserManaged>, IDeepCloneable<Replication.Types.UserManaged>, IBufferMessage, IMessage
A replication policy that replicates the [Secret][google.cloud.secretmanager.v1.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."],[[["This webpage provides documentation for the `UserManaged` class within the `Google.Cloud.SecretManager.V1` namespace, specifically focusing on version 1.3.0 and including links to other versions from 1.3.0 to 2.5.0."],["The `UserManaged` class implements interfaces for message handling, equality comparison, deep cloning, and buffer message management, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["`UserManaged` represents a replication policy where the Secret payload is replicated to user-specified locations defined in `Secret.replication.user_managed.replicas`."],["It contains a property, `Replicas`, which is a required field of type `RepeatedField\u003cReplication.Types.UserManaged.Types.Replica\u003e` that cannot be empty and manages a list of `Replicas` for the Secret."],["The class includes two constructors: a default constructor `UserManaged()` and an overload `UserManaged(Replication.Types.UserManaged other)` for copying values from another `UserManaged` instance."]]],[]]