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

Latest commit

 

History

History
15 lines (11 loc) · 1.16 KB

ScanSettings.md

File metadata and controls

15 lines (11 loc) · 1.16 KB

ScanSettings

Properties

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

[Back to Model list] [Back to API list] [Back to README]