fieldAvailable
entitlement
Configures entitlement for License status from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | { organizationId: string; planSlug: string; planName: string; dofLimit: number | null; compute: "cpu-only" | "cpu-gpu"; commercialUse: boolean; expiresAt: string; } | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | { organizationId: string; planSlug: string; planName: string; dofLimit: number | null; compute: "cpu-only" | "cpu-gpu"; commercialUse: boolean; expiresAt: string; } | Compiler-resolved TypeScript contract. |
| required | false | — |
Configures entitlement for License status from its authoritative release declaration.
The declared value type is { organizationId: string; planSlug: string; planName: string; dofLimit: number | null; compute: "cpu-only" | "cpu-gpu"; commercialUse: boolean; expiresAt: string; }. This field is optional.