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

    Interface DetonationResult

    File attachment detonation — analyzes files for threats.

    interface DetonationResult {
        mimeType: string;
        quarantined: boolean;
        safe: boolean;
        threats: string[];
    }
    Index
    mimeType: string
    quarantined: boolean
    safe: boolean
    threats: string[]