CIA Compliance Manager API Documentation - v0.8.5
    Preparing search index...

    Interface FrameworkComplianceStatus

    Status of compliance with a specific framework

    interface FrameworkComplianceStatus {
        applicable: boolean;
        complianceGaps: string[];
        compliancePercentage: number;
        name: string;
        requiredSecurityLevel: SecurityLevel;
        status: "Non-Compliant" | "Compliant" | "Partially Compliant";
    }
    Index

    Properties

    applicable: boolean

    Whether the framework applies

    complianceGaps: string[]

    Key gaps in compliance

    compliancePercentage: number

    Percentage of requirements met

    name: string

    Name of the framework

    requiredSecurityLevel: SecurityLevel

    Required security level to satisfy the framework

    status: "Non-Compliant" | "Compliant" | "Partially Compliant"

    Current compliance status

    MMNEPVFCICPMFPCPTTAAATR