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

    Interface BusinessImpactDetail

    Business impact detail for a specific aspect

    interface BusinessImpactDetail {
        description?: string;
        riskLevel?: string;
        annualRevenueLoss?: string;
        meanTimeToRecover?: string;
        complianceViolations?: string[];
    }
    Index

    Properties

    description?: string

    Description of the business impact

    riskLevel?: string

    Risk level associated with this impact

    annualRevenueLoss?: string

    Estimated annual revenue loss

    meanTimeToRecover?: string

    Mean time to recover from incidents

    complianceViolations?: string[]

    List of potential compliance violations