UpdateServiceAccountApiKeyRequest
Example Usage
typescript
import { UpdateServiceAccountApiKeyRequest } from "@meetkai/mka1/models/operations";
let value: UpdateServiceAccountApiKeyRequest = {
orgId: "<id>",
saId: "<id>",
keyId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
orgId | string | ✔️ | N/A |
saId | string | ✔️ | N/A |
keyId | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
requestBody | operations.UpdateServiceAccountApiKeyRequestBody | ➖ | N/A |