public sealed class AutomaticStatus : IMessage<ReplicationStatus.Types.AutomaticStatus>, IEquatable<ReplicationStatus.Types.AutomaticStatus>, IDeepCloneable<ReplicationStatus.Types.AutomaticStatus>, IBufferMessage, IMessage
The replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] using automatic replication.
Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has an automatic replication
policy.
public CustomerManagedEncryptionStatus CustomerManagedEncryption { get; set; }
Output only. The customer-managed encryption status of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
populated if customer-managed encryption is used.
[[["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-04-02 UTC."],[[["The `AutomaticStatus` class represents the replication status of a `SecretVersion` when automatic replication is used, and it is only populated if the parent `Secret` has an automatic replication policy."],["This page covers version 1.3.0 of the `AutomaticStatus` class in the `Google.Cloud.SecretManager.V1` namespace, with links available for other versions, including the latest version 2.5.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `System.Object`, providing standard object methods."],["`AutomaticStatus` has two constructors: one default and another that takes another `AutomaticStatus` instance as a parameter, allowing for easy cloning."],["The `CustomerManagedEncryption` property, of type `CustomerManagedEncryptionStatus`, indicates the status of customer-managed encryption for the `SecretVersion` when it's in use, and it's an output-only property."]]],[]]