UpdateServiceAccountApiKeyRequestBody
Example Usage
typescript
import { UpdateServiceAccountApiKeyRequestBody } from "@meetkai/mka1/models/operations";
let value: UpdateServiceAccountApiKeyRequestBody = {
scopes: [],
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
scopes | string[] | ✔️ | N/A |
name | string | ➖ | N/A |
rateLimitEnabled | boolean | ➖ | N/A |
rateLimitTimeWindow | number | ➖ | N/A |
rateLimitMax | number | ➖ | N/A |