CIA Compliance Manager API Documentation - v0.8.5

    Interface ValueCreationWidgetProps

    Props for value creation widgets

    These widgets help executives understand the business value and ROI of security investments, supporting budget justification and strategic planning discussions. 💰

    interface ValueCreationWidgetProps {
        availabilityLevel: SecurityLevel;
        className?: string;
        confidentialityLevel: SecurityLevel;
        integrityLevel: SecurityLevel;
        roi?: ROIEstimate;
        securityLevel?: SecurityLevel;
        testId?: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    availabilityLevel: SecurityLevel

    Availability security level

    className?: string

    Optional CSS class name

    confidentialityLevel: SecurityLevel

    Confidentiality security level

    integrityLevel: SecurityLevel

    Integrity security level

    Return on investment estimate

    securityLevel?: SecurityLevel

    Overall security level

    testId?: string

    Optional test ID for testing

    MMNEPVFCICPMFPCPTTAAATR