Skip to documentation content
On this page
  1. Reference

state

Configures state for License status from its authoritative release declaration.

Reference

FieldValueDescription
valueTypeenumDeclared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"error" | "checking" | "unlicensed" | "awaiting-approval" | "authorized"Compiler-resolved TypeScript contract.
requiredtrue
allowed["error","checking","unlicensed","awaiting-approval","authorized"]Allowed declaration values.

Configures state for License status from its authoritative release declaration.

The declared value type is enum. Allowed values are ["error","checking","unlicensed","awaiting-approval","authorized"]. This field is required.