Skip to content

ApiKey

Example Usage

typescript
import { ApiKey } from "@meetkai/mka1/models/operations";

let value: ApiKey = {
  id: "<id>",
  userId: "<id>",
  userType: "service-account",
  orgId: "<id>",
  teamId: "<id>",
  scopes: [],
};

Fields

FieldTypeRequiredDescription
idstring✔️N/A
namestringN/A
keystringN/A
prefixstringN/A
startstringN/A
userIdstring✔️N/A
userTypeoperations.ReissueOwnerKeyUserType✔️N/A
orgIdstring✔️N/A
teamIdstring✔️N/A
scopesstring[]✔️N/A
expiresAtstringN/A