CIA Compliance Manager API Documentation - v0.8.5

    Interface ComplianceGapAnalysis

    Interface for compliance gap analysis

    interface ComplianceGapAnalysis {
        complianceScore?: number;
        gaps: ComplianceGap[];
        isCompliant: boolean;
        overallStatus?: string;
        recommendations: string[];
    }
    Index

    Properties

    complianceScore?: number

    Compliance score (0-100)

    List of compliance gaps by framework

    isCompliant: boolean

    Whether the organization is compliant with the framework

    overallStatus?: string

    Overall compliance status text

    recommendations: string[]

    Recommendations for addressing compliance gaps

    MMNEPVFCICPMFPCPTTAAATR