Skip to content

Interface: ClassificationLevelDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ComplianceMarkings / ClassificationLevelDto

Interface: ClassificationLevelDto

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

A single classification level in the lattice.

Remarks

Returned as an element of ListLevelsResponse. level is the numeric rank within the lattice (0 = least sensitive); name is the level’s label.

Properties

level

level: number

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

Numeric rank of the level within the lattice (0 = least sensitive).


name

name: string

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

Level name (e.g. “Unclassified”, “Secret”).