Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 2.1 KB

File metadata and controls

15 lines (10 loc) · 2.1 KB

ActivateKmsSigningKeyRequestBody

Example Usage

import { ActivateKmsSigningKeyRequestBody } from "@vercel/sdk/models/activatekmssigningkeyop.js";

let value: ActivateKmsSigningKeyRequestBody = {};

Fields

Field Type Required Description
revokePreviousAfterHours number How many hours after activation the previously-active key should stop being used. Defaults to a 1 hour grace period so already-issued tokens keep verifying.