AllowedFileDetailsList

AllowedFileDetailsList
AllowedFileDetailsList

A list of files allowed in the data center.

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": [
        {
            "file_name": [],
            "sha256": "fa35e2051ae8f152a1745d2455606a8e1f07c20abf848f8346549cb2f3986b0f",
            "verdict": "UNINSPECTED",
            "score": -1,
            "number_of_hits": 1
        },
        {
            "file_name": [],
            "sha256": "fa35e2051ae8f152a1745d2455606a8e1f07c20abf848f8346549cb2f3986b0f",
            "verdict": "UNINSPECTED",
            "score": -1,
            "number_of_hits": 1
        }
    ]
}
Returned By