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."],[[["The `AutomaticStatus` class in the `Google.Cloud.SecretManager.V1` namespace defines the replication status for a `SecretVersion` when automatic replication is enabled."],["This class is part of the Google Cloud Secret Manager V1 library, with versioning ranging from 1.3.0 to the latest version, 2.5.0, available for use."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object comparison, cloning, and handling messages."],["The `AutomaticStatus` class includes a `CustomerManagedEncryption` property, which reflects the customer-managed encryption status if applicable, exclusively used when customer-managed encryption is enabled."],["There are two constructors available for `AutomaticStatus`, one default and another taking an existing `AutomaticStatus` object for initialization."]]],[]]