Interface: LicenseSnapshot
Defined in: handle.ts:33
Properties
apps
apps: string[];
Defined in: handle.ts:37
clockSuspect
clockSuspect: boolean;
Defined in: handle.ts:46
enforcement
enforcement: "soft" | "hard";
Defined in: handle.ts:38
expiresAt?
optional expiresAt?: string;
Defined in: handle.ts:40
ISO instant of exp (or of the local trial's end while in a local trial).
features
features: string[];
Defined in: handle.ts:36
graceUntil?
optional graceUntil?: string;
Defined in: handle.ts:42
ISO instant of exp + grace days.
kid?
optional kid?: string;
Defined in: handle.ts:47
plan?
optional plan?: RltPlan;
Defined in: handle.ts:35
reason?
optional reason?: InvalidReason;
Defined in: handle.ts:45
Why the last verification failed, when it did.
seats?
optional seats?: number;
Defined in: handle.ts:43
state
state: LicenseState;
Defined in: handle.ts:34