public sealed class UserManagedStatus : IMessage<ReplicationStatus.Types.UserManagedStatus>, IEquatable<ReplicationStatus.Types.UserManagedStatus>, IDeepCloneable<ReplicationStatus.Types.UserManagedStatus>, IBufferMessage, IMessage
The replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] using user-managed
replication.
Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has a user-managed replication
policy.
[[["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 `UserManagedStatus` class represents the replication status of a `SecretVersion` when using user-managed replication, and it is only available if the parent `Secret` has a user-managed replication policy."],["This class, `UserManagedStatus`, inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this `UserManagedStatus` is 2.5.0, while the provided page primarily displays information relevant to version 1.4.0."],["The `Replicas` property provides a list of replica statuses for the `SecretVersion`, which contains information of type `RepeatedField\u003cReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus\u003e`."],["The class features two constructors: a parameterless constructor and one that takes another instance of `UserManagedStatus` as an argument."]]],[]]