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
| Field | Type | Required | Description |
|---|---|---|---|
object | "list" | ✔️ | N/A |
data | components.ClusterRegistryGrant[] | ✔️ | N/A |