Skip to content

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

FieldTypeRequiredDescription
orgIdstring✔️N/A
modelIdstring✔️N/A
grantedBystring✔️N/A
grantedAtDate✔️N/A
activationStatecomponents.CatalogActivationState✔️N/A
blockerSourcecomponents.RegistrySource✔️N/A
activatedBystring✔️N/A
activatedAtDate✔️N/A