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