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.
  • reportVerbosity: verbosityType
  • # Perform thorough tests (may disrupt your network or impact scan speed)
  • thoroughTests: thoroughTestsType
  • # Network Timeout - Affects the amount of seconds we will wait per-plugin-check
  • # for the response
  • networkReceiveTimeout: Int
  • # Specifies the maximum number of checks a Nessus scanner will perform against a
  • # single host at one time
  • maxChecksPerHost: Int
  • # Specifies the maximum number of hosts that a Nessus scanner will scan at the
  • # same time
  • maxHostsPerScan: Int
  • }

link Require by