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

    Interface IComponentMetrics

    Base component metrics interface Services may return richer types that extend this interface

    interface IComponentMetrics {
        component?: CIAComponentType;
        level: SecurityLevel;
        score: number;
        description: string;
    }
    Index

    Properties

    component?: CIAComponentType
    score: number
    description: string