CIA Compliance Manager API Documentation - v0.8.5

    Interface CostEstimationWidgetProps

    Props for cost estimation widgets

    Cost estimation widgets help organizations understand the financial implications of security choices, supporting budget planning and investment prioritization. 💰

    interface CostEstimationWidgetProps {
        availabilityLevel: SecurityLevel;
        className?: string;
        confidentialityLevel: SecurityLevel;
        integrityLevel: SecurityLevel;
        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

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    testId?: string

    Optional test ID for testing

    MMNEPVFCICPMFPCPTTAAATR