entitlement
Configures entitlement for License status from its authoritative release declaration.
Reference
| Field | Value | Description |
|---|---|---|
| valueType | { organizationId: string; planSlug: string; planName: string; planUseClass: "noncommercial" | "educational" | "academic" | "commercial" | null; planUsePolicyVersion: string | null; eulaVersion: string | null; termsVersion: string | null; privacyVersion: string | null; safetyNoticeVersion: string | null; acceptanceId: string | null; acceptanceEvidenceSha256: string | null; acceptanceStatus?: "not-attested-by-legacy-issuer"; 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; planUseClass: "noncommercial" | "educational" | "academic" | "commercial" | null; planUsePolicyVersion: string | null; eulaVersion: string | null; termsVersion: string | null; privacyVersion: string | null; safetyNoticeVersion: string | null; acceptanceId: string | null; acceptanceEvidenceSha256: string | null; acceptanceStatus?: "not-attested-by-legacy-issuer"; 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; planUseClass: "noncommercial" | "educational" | "academic" | "commercial" | null; planUsePolicyVersion: string | null; eulaVersion: string | null; termsVersion: string | null; privacyVersion: string | null; safetyNoticeVersion: string | null; acceptanceId: string | null; acceptanceEvidenceSha256: string | null; acceptanceStatus?: "not-attested-by-legacy-issuer"; dofLimit: number | null; compute: "cpu-only" | "cpu-gpu"; commercialUse: boolean; expiresAt: string; }. This field is optional.