Interface: GateRequest
@kortexya/reasoninglayer / ComplianceMarkings / GateRequest
Interface: GateRequest
Defined in: src/types/compliance-markings.ts:12
Request to evaluate a classification gate.
Remarks
Sent to POST /api/v1/compliance/markings/gate. Asks whether a reader
holding clearance may see data marked marking. Both fields are
classification level names from the lattice (e.g. "Unclassified",
"Secret"). Unknown level names yield a 400 error.
Properties
clearance
clearance:
string
Defined in: src/types/compliance-markings.ts:14
Classification level the reader holds.
marking
marking:
string
Defined in: src/types/compliance-markings.ts:16
Classification level the data is marked with.