[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
AllowedFileDetailsList
A list of files allowed in the data center.
AllOf
This class requires all of the following:
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"cursor": "string",
"result_count": 0,
"results": [
{
"file_name": [
"string"
],
"last_inspected": 0,
"md5": "string",
"number_of_hits": 0,
"score": 0,
"sha1": "string",
"sha256": "string",
"verdict": "BENIGN"
}
],
"sort_ascending": false,
"sort_by": "string"
}