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.
Implements
IMessage<ReplicationStatus.Types.AutomaticStatus>, IEquatable<ReplicationStatus.Types.AutomaticStatus>, IDeepCloneable<ReplicationStatus.Types.AutomaticStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
AutomaticStatus()
public AutomaticStatus()
AutomaticStatus(ReplicationStatus.Types.AutomaticStatus)
public AutomaticStatus(ReplicationStatus.Types.AutomaticStatus other)
Parameter | |
---|---|
Name | Description |
other | ReplicationStatus.Types.AutomaticStatus |
Properties
CustomerManagedEncryption
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.
Property Value | |
---|---|
Type | Description |
CustomerManagedEncryptionStatus |