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-03-21 UTC."],[[["This webpage provides reference documentation for the `ReplicationStatus.Types.AutomaticStatus` class within the Google Cloud Secret Manager v1 API."],["`AutomaticStatus` represents the replication status of a `SecretVersion` that uses automatic replication, and it is only present if the parent `Secret` has an automatic replication policy."],["The latest version of the API available is 2.5.0, while the current page focuses on version 2.3.0, and documentation for versions ranging from 1.3.0 to 2.5.0 is accessible."],["The `AutomaticStatus` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a property named `CustomerManagedEncryption` which provides the status of customer-managed encryption for the `SecretVersion` when such encryption is in use."]]],[]]