Class ReplicationStatus (2.11.1)

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

The replication status of a SecretVersion.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
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. This field is a member of oneof_ replication_status.
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. This field is a member of oneof_ replication_status.

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.