ReissueOwnerKeyResponseBody
Owner key re-issued (plaintext returned once)
Example Usage
typescript
import { ReissueOwnerKeyResponseBody } from "@meetkai/mka1/models/operations";
let value: ReissueOwnerKeyResponseBody = {
message: "<value>",
userId: "<id>",
apiKey: {
id: "<id>",
userId: "<id>",
userType: "service-account",
orgId: "<id>",
teamId: "<id>",
scopes: [
"<value 1>",
],
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
message | string | ✔️ | N/A |
userId | string | ✔️ | N/A |
apiKey | operations.ApiKey | ✔️ | N/A |