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

    Interface SecurityLevelBadgeProps

    interface SecurityLevelBadgeProps {
        level: SecurityLevel;
        category?: string;
        showIcon?: boolean;
        colorClass?: string;
        textClass?: string;
        className?: string;
        testId?: string;
    }
    Index

    Properties

    category?: string
    showIcon?: boolean
    colorClass?: string
    textClass?: string
    className?: string
    testId?: string