AccessEntry
Example Usage
typescript
import { AccessEntry } from "@meetkai/mka1/models/components";
let value: AccessEntry = {
orgId: "<id>",
modelId: "<id>",
grantedBy: "<value>",
grantedAt: new Date("2026-04-21T01:38:51.100Z"),
activationState: "available",
blockerSource: "serving",
activatedBy: "<value>",
activatedAt: null,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
orgId | string | ✔️ | N/A |
modelId | string | ✔️ | N/A |
grantedBy | string | ✔️ | N/A |
grantedAt | Date | ✔️ | N/A |
activationState | components.CatalogActivationState | ✔️ | N/A |
blockerSource | components.RegistrySource | ✔️ | N/A |
activatedBy | string | ✔️ | N/A |
activatedAt | Date | ✔️ | N/A |