InspectedFileDetailsListResult

InspectedFileDetailsListResult
InspectedFileDetailsListResult

A list of Inspected Files with details included.

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {},
    "_links": [
        {
            "href": "string",
            "action": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "result_count": 0,
    "sort_by": "string",
    "sort_ascending": false,
    "cursor": "string",
    "results": [
        {
            "sha256": "string",
            "sha1": "string",
            "md5": "string",
            "file_size": 0,
            "last_inspected": 0,
            "inspection_status": "string",
            "threat_score": 0,
            "verdict": "string",
            "error_message": "string",
            "error_code": "string",
            "allow_listed": {
                "last_inspection_setting": false,
                "current_setting": false
            },
            "malware_family": [
                "string"
            ],
            "malware_class": [
                "string"
            ],
            "is_blocked": false,
            "file_type": "string",
            "inspections_count": 0,
            "last_inspected_site": {
                "site_id": "string",
                "site_name": "string",
                "site_type": "string"
            },
            "file_name": [
                "string"
            ],
            "analysed_in_cloud": false,
            "file_type_details": "string",
            "submitted_by": "string",
            "analyst_task_uuid": "string",
            "protocol": "string",
            "workloads_affected_count": 0,
            "last_client": {
                "vm_id": "string",
                "ip_address": "string",
                "fqdn": "string"
            },
            "last_server": {
                "vm_id": "string",
                "ip_address": "string",
                "fqdn": "string"
            },
            "transport_node_type": "string",
            "transport_node_id": "string",
            "gateway_id": "string",
            "first_inspected": 0
        }
    ]
}