FileInspectionEventsListResult

FileInspectionEventsListResult
File Inspection Events List Result

A list of File 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": [
        {
            "inspection_time": 0,
            "server": {
                "vm_id": "string",
                "ip_address": "string",
                "fqdn": "string"
            },
            "client": {
                "vm_id": "string",
                "ip_address": "string",
                "fqdn": "string"
            },
            "sha256": "string",
            "file_name": "string",
            "inspection_status": "string",
            "threat_score": 0,
            "verdict": "string",
            "error_message": "string",
            "error_code": "string",
            "is_blocked": false,
            "is_excluded": false,
            "node_type": "string",
            "node_id": "string",
            "gateway_id": "string"
        }
    ]
}