The data classification.

interface DataClassificationTagBean {
    color?: string;
    description?: string;
    guideline?: string;
    id: string;
    name?: string;
    rank?: number;
    status: string;
}

Properties

color?: string

The color of the data classification object.

description?: string

The description of the data classification object.

guideline?: string

The guideline of the data classification object.

id: string

The ID of the data classification object.

name?: string

The name of the data classification object.

rank?: number

The rank of the data classification object.

status: string

The status of the data classification object.