CIA Compliance Manager API Documentation - v0.8.5

    Interface CIABaseWidgetProps

    Base props shared by all CIA-related widgets

    This provides a common foundation for all widgets that display information based on CIA security levels.

    CIA-related widgets help organizations understand their security posture from different angles (availability, integrity, confidentiality), providing consistent assessment and reporting capabilities. 📋

    interface CIABaseWidgetProps {
        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