Show / Hide Table of Contents

Class ReplicaStatus

Describes the status of a user-managed replica for the SecretVersion.

Inheritance
object
ReplicaStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecretManager.v1beta2.Data
Assembly: Google.Apis.SecretManager.v1beta2.dll
Syntax
public class ReplicaStatus : 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

Location

Output only. The canonical ID of the replica location. For example: "us-east1".

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX