CIA Compliance Manager API Documentation - v0.8.22

    Interface ComponentImpactWidgetProps

    Props for component impact widgets

    These widgets help analyze the impact of security levels on specific CIA components, allowing focused assessment of individual security aspects. 🔍

    interface ComponentImpactWidgetProps {
        className?: string;
        componentType: "confidentiality" | "integrity" | "availability";
        level: SecurityLevel;
        securityLevel?: SecurityLevel;
        testId?: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    className?: string

    Optional CSS class name

    componentType: "confidentiality" | "integrity" | "availability"

    The CIA component type to display

    Security level for this component

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    testId?: string

    Optional test ID for testing

    MMNEPVFCICPMFPCPTTAAATR