CIA Compliance Manager API Documentation - v0.8.5

    Interface ComplianceGap

    Interface for individual compliance gap

    interface ComplianceGap {
        components: {
            availability: {
                current: SecurityLevel;
                gap: number;
                required: SecurityLevel;
            };
            confidentiality: {
                current: SecurityLevel;
                gap: number;
                required: SecurityLevel;
            };
            integrity: {
                current: SecurityLevel;
                gap: number;
                required: SecurityLevel;
            };
        };
        framework: string;
        frameworkDescription: string;
        recommendations: string[];
    }
    Index

    Properties

    components: {
        availability: {
            current: SecurityLevel;
            gap: number;
            required: SecurityLevel;
        };
        confidentiality: {
            current: SecurityLevel;
            gap: number;
            required: SecurityLevel;
        };
        integrity: { current: SecurityLevel; gap: number; required: SecurityLevel };
    }

    Component-specific gap details

    framework: string

    Framework name

    frameworkDescription: string

    Framework description

    recommendations: string[]

    Recommendations for addressing this gap

    MMNEPVFCICPMFPCPTTAAATR