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

    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 {
        className?: string;
        testId?: string;
        securityLevel?: SecurityLevel;
        availabilityLevel: SecurityLevel;
        integrityLevel: SecurityLevel;
        confidentialityLevel: SecurityLevel;
        chartType?: "radar" | "bar" | "gauge";
    }

    Hierarchy (View Summary)

    Index
    className?: string

    Optional CSS class name

    testId?: string

    Optional test ID for testing

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    availabilityLevel: SecurityLevel

    Availability security level

    integrityLevel: SecurityLevel

    Integrity security level

    confidentialityLevel: SecurityLevel

    Confidentiality security level

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

    Type of chart to display