Skip to content

AcceptClusterInviteApiKey

Example Usage

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

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

Fields

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