Rapid7 · Schema

scan_config

The Scan Config used when the Scan was submitted, must be associated with the App specified for this Scan

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

rapid7-scan-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scan_config",
  "title": "scan_config",
  "description": "The Scan Config used when the Scan was submitted, must be associated with the App specified for this Scan",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    }
  }
}