Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 1.04 KB

ScanSettings.md

File metadata and controls

13 lines (10 loc) · 1.04 KB

Rapid7VmConsole::ScanSettings

Properties

Name Type Description Notes
connection_timeout String The connection timeout when establishing connections to remote scan engines, in ISO 8601 format. For example: `"PT15S"`. [optional]
incremental BOOLEAN Whether incremental scan results is enabled. [optional]
maximum_threads Integer The maximum number of scan threads to use in any scan. -1 means this is set by the scan template. [optional]
read_timeout String The read timeout when establishing connections to remote scan engines, in ISO 8601 format. For example: `"PT15M"`. [optional]
status_idle_timeout String The idle timeout when checking the status of running scans, in ISO 8601 format. For example: `"PT3M"`. [optional]
status_threads Integer The number of threads to use when checking the status of running scans. [optional]