Secret Manager v1beta2 API - Class ReplicationStatus.Types.AutomaticStatus (1.0.0-beta03)

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.

Inheritance

object > ReplicationStatus.Types.AutomaticStatus

Namespace

Google.Cloud.SecretManager.V1Beta2

Assembly

Google.Cloud.SecretManager.V1Beta2.dll

Constructors

AutomaticStatus()

public AutomaticStatus()

AutomaticStatus(AutomaticStatus)

public AutomaticStatus(ReplicationStatus.Types.AutomaticStatus other)
Parameter
Name Description
other ReplicationStatusTypesAutomaticStatus

Properties

CustomerManagedEncryption

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.

Property Value
Type Description
CustomerManagedEncryptionStatus