Skip to content

GetComputeTenantRequest

Example Usage

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

let value: GetComputeTenantRequest = {
  orgId: "<id>",
};

Fields

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