CIA Compliance Manager API Documentation - v0.8.5

    Interface IntegrityImpactWidgetProps

    Props for the Integrity Impact Widget

    This widget helps stakeholders understand how integrity settings affect data accuracy, validation processes, and information trustworthiness. 🔐

    interface IntegrityImpactWidgetProps {
        availabilityLevel: SecurityLevel;
        className?: string;
        confidentialityLevel: SecurityLevel;
        integrityLevel: SecurityLevel;
        level?: SecurityLevel;
        onLevelChange?: (level: SecurityLevel) => void;
        securityLevel?: SecurityLevel;
        testId?: string;
    }

    Hierarchy

    • ComponentImpactBaseProps
      • IntegrityImpactWidgetProps
    Index

    Properties

    availabilityLevel: SecurityLevel

    Availability security level

    className?: string

    Optional CSS class name

    confidentialityLevel: SecurityLevel

    Confidentiality security level

    integrityLevel: SecurityLevel

    Integrity security level

    Security level (for backward compatibility)

    onLevelChange?: (level: SecurityLevel) => void

    Callback when level changes

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    testId?: string

    Optional test ID for testing

    MMNEPVFCICPMFPCPTTAAATR