Skip to content

Interface: GateResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ComplianceMarkings / GateResponse

Interface: GateResponse

Defined in: src/types/compliance-markings.ts:27

Result of a classification gate evaluation.

Remarks

Returned by POST /api/v1/compliance/markings/gate. dominates is the boolean verdict (does the clearance dominate the marking?); decision is the human-readable rendering of that verdict.

Properties

clearance

clearance: string

Defined in: src/types/compliance-markings.ts:29

The clearance level that was evaluated.


decision

decision: string

Defined in: src/types/compliance-markings.ts:31

Human-readable gate decision.


dominates

dominates: boolean

Defined in: src/types/compliance-markings.ts:33

Whether the clearance dominates the marking (the access verdict).


marking

marking: string

Defined in: src/types/compliance-markings.ts:35

The marking level that was evaluated.