CIA Compliance Manager API Documentation - v0.8.5

    Represents security metrics for a component

    interface ComponentMetrics {
        capex?: number;
        component?: CIAComponentType;
        description: string;
        level: SecurityLevel;
        opex?: number;
        percentage?: string;
        recommendations: string[];
        score: number;
        value?: number;
    }
    Index

    Properties

    capex?: number
    component?: CIAComponentType
    description: string
    opex?: number
    percentage?: string
    recommendations: string[]
    score: number
    value?: number
    MMNEPVFCICPMFPCPTTAAATR