CIA Compliance Manager API Documentation - v0.8.24
    Preparing search index...

    Interface ComplianceStatusWidgetProps

    Props for ComplianceStatusWidget component

    This widget helps compliance officers understand how current security settings align with major regulatory frameworks, providing actionable insights into compliance gaps and requirements. 📋

    interface ComplianceStatusWidgetProps {
        availabilityLevel?: SecurityLevel;
        className?: string;
        confidentialityLevel?: SecurityLevel;
        integrityLevel?: SecurityLevel;
        refreshTrigger?: number;
        securityLevel?: SecurityLevel;
        testId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    availabilityLevel?: SecurityLevel

    Availability security level (optional when securityLevel is provided)

    className?: string

    Optional CSS class name

    confidentialityLevel?: SecurityLevel

    Confidentiality security level (optional when securityLevel is provided)

    integrityLevel?: SecurityLevel

    Integrity security level (optional when securityLevel is provided)

    refreshTrigger?: number

    Optional refresh trigger to reload data

    securityLevel?: SecurityLevel

    Optional overall security level, used as fallback when individual levels aren't provided

    testId?: string

    Optional test ID for testing