public sealed class UserManaged : IMessage<Replication.Types.UserManaged>, IEquatable<Replication.Types.UserManaged>, IDeepCloneable<Replication.Types.UserManaged>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1 API class Replication.Types.UserManaged.
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 reference documentation for the `Replication.Types.UserManaged` class within the Google Cloud Secret Manager v1 API, specifically detailing its implementation and usage in .NET."],["The `UserManaged` class is a replication policy that manages the replication of a Secret payload to specified locations, as defined by the user in `Secret.replication.user_managed.replicas`."],["The `UserManaged` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like message handling, equality checks, and deep cloning."],["The class includes a `Replicas` property, which is a required, non-empty list of `Replica` objects defining the locations for secret replication."],["The documentation covers multiple versions, starting from version 1.3.0 up to 2.5.0 (latest), allowing users to navigate to the specific version relevant to them."]]],[]]