Skip to content

CreateComputeSecretRequest

Example Usage

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

let value: CreateComputeSecretRequest = {
  computeSecretCreate: {
    data: {
      "key": "<value>",
    },
    name: "<value>",
  },
};

Fields

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