Class Replica (2.12.0)

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

Represents a Replica for this Secret.

Attributes

NameDescription
location str
The canonical IDs of the location to replicate data. For example: ``"us-east1"``.
customer_managed_encryption google.cloud.secretmanager_v1.types.CustomerManagedEncryption
Optional. The customer-managed encryption configuration of the `User-Managed Replica][Replication.UserManaged.Replica]`. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.

Inheritance

builtins.object > proto.message.Message > Replica