Class SyncRotationConfig (2.61.0)

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

SyncRotationConfig is config for secret manager auto rotation.

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

Attributes

Name Description
enabled bool
Whether the rotation is enabled. This field is a member of oneof_ _enabled.
rotation_interval google.protobuf.duration_pb2.Duration
The interval between two consecutive rotations. Default rotation interval is 2 minutes. This field is a member of oneof_ _rotation_interval.