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 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-04-02 UTC."],[[["Version 2.5.0 is the latest version available for the `Google.Cloud.SecretManager.V1.ReplicationStatus.Types.AutomaticStatus` class, with a range of versions from 1.3.0 to 2.5.0."],["`ReplicationStatus.Types.AutomaticStatus` is a class within the Secret Manager v1 API used for the replication status of a `SecretVersion` using automatic replication."],["The `AutomaticStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.SecretManager.V1` namespace."],["The `AutomaticStatus` class has two constructors, a default constructor and another that accepts an `AutomaticStatus` parameter, and it also has a property for `CustomerManagedEncryption`."],["The `CustomerManagedEncryption` property returns the customer-managed encryption status of the SecretVersion and is only populated when customer-managed encryption is in use."]]],[]]