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

    Interface FalsePositiveReport

    interface FalsePositiveReport {
        assuranceRunId: string;
        justification: string;
        packId: string;
        reportedBy: string;
        reportId: string;
        resolution?: string;
        response: string;
        scenarioId: string;
        status: "rejected" | "open" | "confirmed";
        ts: number;
    }
    Index
    assuranceRunId: string
    justification: string

    Why the reporter thinks this is a false positive

    packId: string
    reportedBy: string

    Who filed the report

    reportId: string
    resolution?: string
    response: string

    The response that was incorrectly flagged

    scenarioId: string
    status: "rejected" | "open" | "confirmed"

    Resolution status

    ts: number