ClassificationLevel

A unit of data classification defined by an organiation. A classification level may be associated with specific storage and handling requirements or expectations.

interface ClassificationLevel {
    color?: ClassificationLevelColor;
    description?: string;
    guideline?: string;
    id?: string;
    name?: string;
    order?: number;
    status?: ClassificationLevelStatus;
}

Hierarchy

  • Record<string, unknown>
    • ClassificationLevel

Properties

description?: string

The description of the classification level object.

guideline?: string

The guideline of the classification level object.

id?: string

The ID of the classification level.

name?: string

The name of the classification level object.

order?: number

The order of the classification level object.