public sealed class Replication.Types.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 document provides reference documentation for the `Replication.Types.UserManaged` class within the Google Cloud Secret Manager v1 API, detailing its structure and usage."],["`Replication.Types.UserManaged` is a class that defines a replication policy for a Secret, specifying where the secret payload is replicated."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checking, deep cloning, and buffer operations."],["The class includes a `Replicas` property, which is a required list specifying the locations to which the secret will be replicated, and cannot be empty."],["The available documentation for this class spans multiple versions of the API, with version 2.5.0 being the latest and version 1.3.0 being the earliest."]]],[]]