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 that manages the replication of Secret payloads into specific locations."],["The `UserManaged` class is part of the `Google.Cloud.SecretManager.V1` namespace, specifically within the `Replication.Types` and is used for version 1.4.0 of the library."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionalities."],["The class is inherited from the base Object class and provides two constructors, one default and another that accepts a `Replication.Types.UserManaged` object as a parameter."],["The UserManaged class contains a Replicas property which is a RepeatedField that holds a required list of Replica objects, which cannot be empty, used for this Secret."]]],[]]