CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Variable CIA_COMPONENT_INFOConst

    CIA_COMPONENT_INFO: {
        CONFIDENTIALITY: {
            NAME: string;
            DESCRIPTION: string;
            ICON: string;
            COLOR: string;
        };
        INTEGRITY: {
            NAME: string;
            DESCRIPTION: string;
            ICON: string;
            COLOR: string;
        };
        AVAILABILITY: {
            NAME: string;
            DESCRIPTION: string;
            ICON: string;
            COLOR: string;
        };
    } = ...

    CIA component information

    Type Declaration

    • CONFIDENTIALITY: { NAME: string; DESCRIPTION: string; ICON: string; COLOR: string }
    • INTEGRITY: { NAME: string; DESCRIPTION: string; ICON: string; COLOR: string }
    • AVAILABILITY: { NAME: string; DESCRIPTION: string; ICON: string; COLOR: string }