Skip to main content

Vercel/kms

@swamp/vercel/kmsv2026.09.08.1· 3d agoMODELS
01README

Vercel kms infrastructure models

02Release Notes
  • Updated: issuers
03Models1
@swamp/vercel/kms/issuersv2026.09.08.1issuers.ts

Global Arguments

ArgumentTypeDescription
teamId?stringVercel team ID
slug?stringVercel team slug (alternative to teamId)
namestringThe name of the issuer.
claimsSchema?recordA JSON Schema used to validate the resolved token claims when signing tokens for this issuer.
algorithm?enumThe signing algorithm to use for the issuer. EdDSA is not accepted for new issuers.
policy?object
importKey?stringThe PEM-encoded private key to use for the issuer.
importKeyId?stringThe key id to use as the imported key's JWT/JWKS `kid`. Only allowed when `importKey` is provided. Not required to be unique; the addressable key id is the server-minted `keyId` returned in the response.
token?stringVercel API token; overrides the VERCEL_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
fn create()
Create a Issuers
fn get(id: string)
Get a Issuers
ArgumentTypeDescription
idstringThe ID of the Issuers
fn lookup()
Look up an existing Issuers by matching global argument values and import it into state
fn adopt(id: string)
Import an existing Issuers by ID into state for management
ArgumentTypeDescription
idstringThe ID of the Issuers to import
fn update(identifier?: string)
Update Issuers attributes
ArgumentTypeDescription
identifier?stringTarget a specific Issuers by id (e.g. one discovered by list)
fn delete(id: string)
Delete the Issuers
ArgumentTypeDescription
idstringThe ID of the Issuers
fn sync(identifier?: string)
Sync Issuers state from Vercel
ArgumentTypeDescription
identifier?stringTarget a specific Issuers by id (e.g. one discovered by list)

Resources

state(infinite)— Issuers resource state
04Previous Versions1
2026.08.19.1
  • Added: issuers
05Stats
A
100 / 100
Downloads
0
Archive size
11.5 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels