For the complete documentation index, see llms.txt. This page is also available as Markdown.

triggerDastScanInput

Input for triggering a DAST-only scan.

Examples

input TriggerDastScanInput {
  targets: [DastScanConfigTargetInput!]
  importFromS3: Boolean
}

Fields

Field
Description
Supported fields

targetId String! subtargets [String] categories [String]

importFromS3 Boolean

When true, import issues from the S3 bucket only instead of running a live DAST scan

References

Mutations using this object:

Last updated