CIA Compliance Manager API Documentation - v0.8.5

    Interface ComplianceFrameworkStatusDetails

    Details about compliance status for a specific framework

    interface ComplianceFrameworkStatusDetails {
        findings: string[];
        frameworkName: string;
        metRequirements: string[];
        recommendations: string[];
        status: string;
        unmetRequirements: string[];
    }
    Index

    Properties

    findings: string[]

    List of findings or gaps

    frameworkName: string

    Name of the framework

    metRequirements: string[]

    List of requirements that are met

    recommendations: string[]

    Recommendations for achieving compliance

    status: string

    Current compliance status

    unmetRequirements: string[]

    List of requirements that are not met

    MMNEPVFCICPMFPCPTTAAATR