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-03-21 UTC."],[[["This page documents the `AutomaticStatus` class within the `Google.Cloud.SecretManager.V1` namespace, which is part of the Google Cloud Secret Manager .NET library."],["The `AutomaticStatus` class represents the replication status of a `SecretVersion` when automatic replication is used and is applicable when a parent `Secret` has an automatic replication policy."],["The latest version of the AutomaticStatus documentation is v2.5.0, and historical versions are available from v1.3.0 up to the latest release."],["The `AutomaticStatus` class has constructors for creating instances, either default or copied from another `AutomaticStatus` object, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CustomerManagedEncryption` property in the `AutomaticStatus` class provides the customer-managed encryption status of a `SecretVersion`, which is only populated when customer-managed encryption is utilized."]]],[]]