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

    Interface SecurityRiskScoreProps

    interface SecurityRiskScoreProps {
        score: number;
        maxScore?: number;
        label?: string;
        size?: "sm" | "md" | "lg";
        showPercentage?: boolean;
        className?: string;
        testId?: string;
    }
    Index

    Properties

    score: number
    maxScore?: number
    label?: string
    size?: "sm" | "md" | "lg"
    showPercentage?: boolean
    className?: string
    testId?: string