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

    Interface ComplianceGapAnalysis

    Interface for compliance gap analysis

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

    Properties

    isCompliant: boolean

    Whether the organization is compliant with the framework

    List of compliance gaps by framework

    recommendations: string[]

    Recommendations for addressing compliance gaps

    overallStatus?: string

    Overall compliance status text

    complianceScore?: number

    Compliance score (0-100)