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_

29 lines (15 loc) 1.1 kB
# CloudmersiveVirusApiClient.WebsiteScanResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cleanResult** | **Boolean** | True if the scan contained no threats, false otherwise | [optional] **websiteThreatType** | **String** | Type of threat returned; can be None, Malware, ForcedDownload or Phishing | [optional] **foundViruses** | [**[VirusFound]**](VirusFound.md) | Array of viruses found, if any | [optional] **websiteHttpResponseCode** | **Number** | The remote server URL HTTP reasponse code; useful for debugging issues with scanning; typically if the remote server returns a 200 or 300-series code this means a successful response, while a 400 or 500 series code would represent an error returned from the remote server for the provided URL. | [optional] <a name="WebsiteThreatTypeEnum"></a> ## Enum: WebsiteThreatTypeEnum * `None` (value: `"None"`) * `Malware` (value: `"Malware"`) * `Phishing` (value: `"Phishing"`) * `ForcedDownload` (value: `"ForcedDownload"`) * `UnableToConnect` (value: `"UnableToConnect"`)