Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 2.09 KB

File metadata and controls

16 lines (11 loc) · 2.09 KB

UpdateKmsIssuerRequestBody

Example Usage

import { UpdateKmsIssuerRequestBody } from "@vercel/sdk/models/updatekmsissuerop.js";

let value: UpdateKmsIssuerRequestBody = {};

Fields

Field Type Required Description
name string The name of the issuer.
claimsSchema Record<string, any> A JSON Schema used to validate the resolved token claims when signing tokens for this issuer. Pass null to remove it.