Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ContinuousMonitoringConfig

    interface ContinuousMonitoringConfig {
        configComplianceCheckEnabled: boolean;
        incidentResponsePlanRef: string;
        ponAmDeadlineDays: number;
        scanFrequency: "daily" | "weekly" | "monthly";
        vulnerabilityScanEnabled: boolean;
    }
    Index
    configComplianceCheckEnabled: boolean
    incidentResponsePlanRef: string
    ponAmDeadlineDays: number
    scanFrequency: "daily" | "weekly" | "monthly"
    vulnerabilityScanEnabled: boolean