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
| 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.ApiKeyUserType | ✔️ | N/A |
orgId | string | ✔️ | N/A |
teamId | string | ✔️ | N/A |
scopes | string[] | ✔️ | N/A |
expiresAt | string | ➖ | N/A |