CIA Compliance Manager API Documentation - v0.8.5

    Interface SecurityResourcesWidgetProps

    Props for security resources widgets

    These widgets provide resources and guidance for implementing security controls, supporting security practitioners with practical implementation advice and best practices. 📚

    interface SecurityResourcesWidgetProps {
        availabilityLevel: SecurityLevel;
        className?: string;
        confidentialityLevel: SecurityLevel;
        filter?: string;
        integrityLevel: SecurityLevel;
        maxItems?: number;
        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

    filter?: string

    Optional filter for resources

    integrityLevel: SecurityLevel

    Integrity security level

    maxItems?: number

    Maximum number of items to display

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    testId?: string

    Optional test ID for testing

    MMNEPVFCICPMFPCPTTAAATR