updateRotationSettings is a command that updates rotations settings of an existing key
| Name | Type | Description | Notes |
|---|---|---|---|
| auto_rotate | bool | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation | |
| json | bool | Set output format to JSON | [optional] [default to False] |
| name | str | Key name | |
| rotation_event_in | list[str] | How many days before the rotation of the item would you like to be notified | [optional] |
| rotation_interval | int | The number of days to wait between every automatic key rotation (7-365) | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |