Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface FrameworkComplianceReport

    interface FrameworkComplianceReport {
        auditArtifacts: string[];
        automatedControls: string[];
        certificationReadiness: boolean;
        coveragePercent: number;
        coveredControls: string[];
        framework: ComplianceFramework;
        gapControls: string[];
        manualControls: string[];
    }
    Index
    auditArtifacts: string[]
    automatedControls: string[]
    certificationReadiness: boolean
    coveragePercent: number
    coveredControls: string[]
    framework: ComplianceFramework
    gapControls: string[]
    manualControls: string[]