Skip to content

RegenerateServiceAccountApiKeyRequest

Example Usage

typescript
import { RegenerateServiceAccountApiKeyRequest } from "@meetkai/mka1/models/operations";

let value: RegenerateServiceAccountApiKeyRequest = {
  orgId: "<id>",
  saId: "<id>",
  keyId: "<id>",
};

Fields

FieldTypeRequiredDescription
orgIdstring✔️N/A
saIdstring✔️N/A
keyIdstring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.