RegenerateServiceAccountApiKeyResponseBody
Rotated (new plaintext returned once)
Example Usage
typescript
import { RegenerateServiceAccountApiKeyResponseBody } from "@meetkai/mka1/models/operations";
let value: RegenerateServiceAccountApiKeyResponseBody = {
id: "<id>",
key: "<key>",
start: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
key | string | ✔️ | N/A |
start | string | ✔️ | N/A |