public sealed class AutomaticStatus : IMessage<ReplicationStatus.Types.AutomaticStatus>, IEquatable<ReplicationStatus.Types.AutomaticStatus>, IDeepCloneable<ReplicationStatus.Types.AutomaticStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1 API class ReplicationStatus.Types.AutomaticStatus.
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 provides documentation for the `AutomaticStatus` class within the Google Cloud Secret Manager v1 API, specifically for version 2.1.0."],["`AutomaticStatus` represents the replication status of a `SecretVersion` when automatic replication is used, and is only relevant if the parent `Secret` has an automatic replication policy."],["The `AutomaticStatus` class includes information about customer-managed encryption, through the `CustomerManagedEncryption` property."],["The document lists various versions of the API, ranging from 1.3.0 to 2.5.0, showing the evolution of this class over time, with 2.5.0 being the most recent version."],["This `AutomaticStatus` class inherits from `Object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]