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."],[[["The `UserManaged` class is a replication policy for secrets, found within the Google Cloud Secret Manager v1 library, designed to replicate the secret payload to specified locations."],["Version 2.5.0 is the latest version, with multiple previous versions available, starting from 1.3.0, for the `UserManaged` class."],["`UserManaged` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property called `Replicas` which is a list of replicas for the secret, and it cannot be empty."],["There are two constructor overloads available to the `UserManaged` class, one of which takes in another `Replication.Types.UserManaged` object as an argument."]]],[]]