CIA Compliance Manager — API Documentation - v1.1.104
    Preparing search index...

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

    Hierarchy (View Summary)

    Index
    className?: string

    Optional CSS class name

    testId?: string

    Optional test ID for testing

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    availabilityLevel: SecurityLevel

    Availability security level

    integrityLevel: SecurityLevel

    Integrity security level

    confidentialityLevel: SecurityLevel

    Confidentiality security level

    filter?: string

    Optional filter for resources

    maxItems?: number

    Maximum number of items to display