INPUT_OBJECT
NessusUserScanSettingsArgs
link GraphQL Schema definition
- input NessusUserScanSettingsArgs {
- # Enhances plugin output with detailed scan data, offering additional proof of
- # vulnerabilities and aiding in troubleshooting findings. Enables APA to utilize
- # scan connection data for improved analysis.
- : verbosityType
- # Perform thorough tests (may disrupt your network or impact scan speed)
- : thoroughTestsType
- # Network Timeout - Affects the amount of seconds we will wait per-plugin-check
- # for the response
- : Int
- # Specifies the maximum number of checks a Nessus scanner will perform against a
- # single host at one time
- : Int
- # Specifies the maximum number of hosts that a Nessus scanner will scan at the
- # same time
- : Int
- }