Skip to content

ListClusterRegistryGrantsResponse

Example Usage

typescript
import { ListClusterRegistryGrantsResponse } from "@meetkai/mka1/models/components";

let value: ListClusterRegistryGrantsResponse = {
  object: "list",
  data: [
    {
      orgId: "<id>",
      modelId: "<id>",
      grantedBy: "<value>",
      grantedAt: new Date("2026-02-25T13:35:21.205Z"),
    },
  ],
};

Fields

FieldTypeRequiredDescription
object"list"✔️N/A
datacomponents.ClusterRegistryGrant[]✔️N/A