public sealed class ReplicationStatus.Types.AutomaticStatus : IMessage<ReplicationStatus.Types.AutomaticStatus>, IEquatable<ReplicationStatus.Types.AutomaticStatus>, IDeepCloneable<ReplicationStatus.Types.AutomaticStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta2 API class ReplicationStatus.Types.AutomaticStatus.
The replication status of a
[SecretVersion][google.cloud.secretmanager.v1beta2.SecretVersion] using
automatic replication.
Only populated if the parent
[Secret][google.cloud.secretmanager.v1beta2.Secret] has an automatic
replication policy.
public CustomerManagedEncryptionStatus CustomerManagedEncryption { get; set; }
Output only. The customer-managed encryption status of the
[SecretVersion][google.cloud.secretmanager.v1beta2.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 document provides reference documentation for the `ReplicationStatus.Types.AutomaticStatus` class within the Secret Manager v1beta2 API, version 1.0.0-beta03."],["The `AutomaticStatus` class represents the replication status of a `SecretVersion` when using automatic replication, and it's only relevant if the parent `Secret` has an automatic replication policy."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AutomaticStatus` class has a `CustomerManagedEncryption` property, which provides the customer-managed encryption status of a `SecretVersion`, available when customer-managed encryption is in use."],["There are 2 constructors for `AutomaticStatus`, one default and one that accepts `ReplicationStatus.Types.AutomaticStatus` as an argument."]]],[]]