UNPKG

cloudmersive-virus-api-client

Version:

The_Cloudmersive_Virus_Scan_API_lets_you_scan_files_and_content_for_viruses_and_identify_security_issues_with_content_

23 lines (19 loc) 2.97 kB
# CloudmersiveVirusApiClient.VirusScanAdvancedResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cleanResult** | **Boolean** | True if the scan contained no viruses, false otherwise | [optional] **containsExecutable** | **Boolean** | True if the scan contained an executable (application code), which can be a significant risk factor | [optional] **containsInvalidFile** | **Boolean** | True if the scan contained an invalid file (such as a PDF that is not a valid PDF, Word Document that is not a valid Word Document, etc.), which can be a significant risk factor | [optional] **containsScript** | **Boolean** | True if the scan contained a script (such as a PHP script, Python script, etc.) which can be a significant risk factor | [optional] **containsPasswordProtectedFile** | **Boolean** | True if the scan contained a password protected or encrypted file, which can be a significant risk factor | [optional] **containsRestrictedFileFormat** | **Boolean** | True if the uploaded file is of a type that is not allowed based on the optional restrictFileTypes parameter, false otherwise; if restrictFileTypes is not set, this will always be false | [optional] **containsMacros** | **Boolean** | True if the uploaded file contains embedded Macros of other embedded threats within the document, which can be a significant risk factor | [optional] **containsXmlExternalEntities** | **Boolean** | True if the uploaded file contains embedded XML External Entity threats of other embedded threats within the document, which can be a significant risk factor | [optional] **containsInsecureDeserialization** | **Boolean** | True if the uploaded file contains embedded Insecure Deserialization threats of other embedded threats within the document, which can be a significant risk factor | [optional] **containsHtml** | **Boolean** | True if the uploaded file contains HTML, which can be a significant risk factor | [optional] **containsUnsafeArchive** | **Boolean** | True if the uploaded file contains unsafe archive (e.g. zip) content, such as a Zip Bomb, or other configurations of a zip file that could lead to an unsafe extraction | [optional] **containsOleEmbeddedObject** | **Boolean** | True if the uploaded file contains an OLE embedded object, which can be a significant risk factor | [optional] **verifiedFileFormat** | **String** | For file format verification-supported file formats, the contents-verified file format of the file. Null indicates that the file format is not supported for contents verification. If a Virus or Malware is found, this field will always be set to Null. | [optional] **foundViruses** | [**[VirusFound]**](VirusFound.md) | Array of viruses found, if any | [optional] **contentInformation** | [**AdditionalAdvancedScanInformation**](AdditionalAdvancedScanInformation.md) | Contains additional non-threat content verification information | [optional]