ReplicationStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The replication status of a SecretVersion.
Attributes | |
---|---|
Name | Description |
automatic |
google.cloud.secretmanager_v1.types.ReplicationStatus.AutomaticStatus
Describes the replication status of a SecretVersion with automatic replication. Only populated if the parent Secret has an automatic replication policy. |
user_managed |
google.cloud.secretmanager_v1.types.ReplicationStatus.UserManagedStatus
Describes the replication status of a SecretVersion with user-managed replication. Only populated if the parent Secret has a user-managed replication policy. |
Classes
AutomaticStatus
AutomaticStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The replication status of a SecretVersion using automatic replication.
Only populated if the parent Secret has an automatic replication policy.
UserManagedStatus
UserManagedStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The replication status of a SecretVersion using user-managed replication.
Only populated if the parent Secret has a user-managed replication policy.