import { UpdateKmsIssuerRequestBody } from "@vercel/sdk/models/updatekmsissuerop.js";
let value: UpdateKmsIssuerRequestBody = {};| 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. |