Class AutomaticStatus
The replication status of a SecretVersion using automatic replication. Only populated if the parent Secret has an automatic replication policy.
Implements
Inherited Members
Namespace: Google.Apis.SecretManager.v1beta2.Data
Assembly: Google.Apis.SecretManager.v1beta2.dll
Syntax
public class AutomaticStatus : IDirectResponseSchema
Properties
CustomerManagedEncryption
Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.
Declaration
[JsonProperty("customerManagedEncryption")]
public virtual CustomerManagedEncryptionStatus CustomerManagedEncryption { get; set; }
Property Value
Type | Description |
---|---|
CustomerManagedEncryptionStatus |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |