ProcessInspectionEventsListResult

ProcessInspectionEventsListResult
Process Inspection Events List Result

A list of Process Inspection Events.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "event_type": "string",
            "inspection_time": 0,
            "buffer": "string",
            "buffer_category": "string",
            "analyst_task_uuid": "string",
            "inspection_status": "string",
            "threat_score": 0,
            "verdict": "string",
            "error_message": "string",
            "error_code": "string",
            "rule_id": "string",
            "os_type": "Windows 10.0.16299 Service Pack 0.0 Product Type 1"
        }
    ]
}