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
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
name | string | ➖ | N/A |
key | string | ➖ | N/A |
prefix | string | ➖ | N/A |
start | string | ➖ | N/A |
userId | string | ✔️ | N/A |
userType | operations.ReissueOwnerKeyUserType | ✔️ | N/A |
orgId | string | ✔️ | N/A |
teamId | string | ✔️ | N/A |
scopes | string[] | ✔️ | N/A |
expiresAt | string | ➖ | N/A |