Skip to documentation content
On this page
  1. Reference

entitlement

Configures entitlement for License status from its authoritative release declaration.

Reference

FieldValueDescription
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.
defaultRelease 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.
requiredfalse

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.