CIA Compliance Manager API Documentation - v0.8.5

    Interface SecurityVisualizationWidgetProps

    Props for security visualization widgets

    Visualization widgets help stakeholders understand complex security concepts through intuitive charts and graphs, making security posture more accessible to non-technical audiences. 📈

    interface SecurityVisualizationWidgetProps {
        availabilityLevel: SecurityLevel;
        chartType?: "radar" | "bar" | "gauge";
        className?: string;
        confidentialityLevel: SecurityLevel;
        integrityLevel: SecurityLevel;
        securityLevel?: SecurityLevel;
        testId?: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    availabilityLevel: SecurityLevel

    Availability security level

    chartType?: "radar" | "bar" | "gauge"

    Type of chart to display

    className?: string

    Optional CSS class name

    confidentialityLevel: SecurityLevel

    Confidentiality security level

    integrityLevel: SecurityLevel

    Integrity security level

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    testId?: string

    Optional test ID for testing

    MMNEPVFCICPMFPCPTTAAATR