Class RotationConfig (2.57.0)

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

RotationConfig 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.