Skip to main content

rotateBYOKLite

Rotate the BYOK Lite key. Old key must unwrap the current escrow (returns BYOK_WRONG_KEY otherwise). On success the new escrow row becomes active; the old row is marked superseded with a 24h grace window. Admin-only via the manage-byok scope.

rotateBYOKLite(
orgID: String!
oldKey: String!
newKey: String!
): Boolean!

Arguments

rotateBYOKLite.orgID ● String! non-null scalar

rotateBYOKLite.oldKey ● String! non-null scalar

rotateBYOKLite.newKey ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.