Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.12 KB

UpdateRotationSettings.md

File metadata and controls

17 lines (13 loc) · 1.12 KB

akeyless.Model.UpdateRotationSettings

updateRotationSettings is a command that updates rotations settings of an existing key

Properties

Name Type Description Notes
AutoRotate 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 string Key name
RotationEventIn List<string> How many days before the rotation of the item would you like to be notified [optional]
RotationInterval long The number of days to wait between every automatic key rotation (7-365) [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]