CIA Compliance Manager API Documentation - v0.8.5

    Interface BusinessImpactAnalysisWidgetProps

    Props for business impact analysis widgets

    These widgets translate security settings into clear business impacts, helping executives understand how security affects operations, finances, and reputation. 💼

    interface BusinessImpactAnalysisWidgetProps {
        availabilityLevel: SecurityLevel;
        businessImpact?: BusinessImpactDetails;
        className?: string;
        confidentialityLevel: SecurityLevel;
        integrityLevel: SecurityLevel;
        securityLevel?: SecurityLevel;
        testId?: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    availabilityLevel: SecurityLevel

    Availability security level

    businessImpact?: BusinessImpactDetails

    Business impact details

    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