CIA Compliance Manager API Documentation - v1.0.1
    Preparing search index...

    Interface BaseImpact

    Base interface for CIA impacts

    Common structure shared by all CIA component impact types.

    interface BaseImpact {
        description: string;
        level: SecurityLevel;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    description: string

    Human-readable description of the impact

    Security level associated with this impact