Class ReplicaStatus (2.12.5)

ReplicaStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
location str
Output only. The canonical ID of the replica location. For example: ``"us-east1"``.
customer_managed_encryption google.cloud.secretmanager_v1.types.CustomerManagedEncryptionStatus
Output only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used.

Inheritance

builtins.object > proto.message.Message > ReplicaStatus