Administrator
- Administrator
- All Products
/public/core/v3/key/rotationSettings
Field
| Type
| Description
|
---|---|---|
orgId
| String
| ID of the organization the user belongs to.
|
validRotationIntervals
| List <String>
| Valid key rotation intervals. To change the current key rotation interval to one of these values, send a PATCH request.
|
rotationInterval
| String
| The current key rotation interval used for the organization.
|
{ "orgId": "52ZSTB0IDK6dXxaEQLUaQu", "validRotationIntervals": [ "90_DAYS", "120_DAYS", "180_DAYS", "365_DAYS" ], "rotationInterval": "365_DAYS" }