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, part of Google Cloud Secret Manager V1, provides replication status information for a `SecretVersion` that uses user-managed replication."],["This class is only relevant if the parent `Secret` has a user-managed replication policy, and it includes information about the status of each replica."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the documentation available, with the latest version being 2.5.0 and the oldest available version being 1.3.0."],["The `Replicas` property of the class provides output only data that contains a list of replica statuses for the `SecretVersion`, with each replica status represented by `ReplicaStatus`."]]],[]]