Replication(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A policy that defines the replication and encryption configuration of data.
Attributes | |
---|---|
Name | Description |
automatic |
google.cloud.secretmanager_v1.types.Replication.Automatic
The Secret will automatically be replicated without any restrictions. |
user_managed |
google.cloud.secretmanager_v1.types.Replication.UserManaged
The Secret will only be replicated into the locations specified. |
Classes
Automatic
Automatic(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A replication policy that replicates the Secret payload without any restrictions.
UserManaged
UserManaged(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A replication policy that replicates the Secret payload into the locations specified in [Secret.replication.user_managed.replicas][]