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 details the `UserManaged` class, a replication policy for the Google Cloud Secret Manager that specifies locations for replicating secret payloads."],["The latest version of `UserManaged` is 2.5.0, and the page lists all versions from 1.3.0 to 2.5.0."],["The `UserManaged` class, derived from `Object`, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`UserManaged` has one main property, `Replicas`, which is a required list specifying the replication locations for a secret."],["There are two constructors for the `UserManaged` class: a default constructor and one that accepts another `UserManaged` instance as a parameter."]]],[]]