Rapid7 · Schema

VulnerabilityUpdateSource

The source of the update which applied the changes.

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
source_id string The ID of the source which applied the changes.
source_type string The resource type of the Source ID.
View JSON Schema on GitHub

JSON Schema

rapid7-vulnerabilityupdatesource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VulnerabilityUpdateSource",
  "title": "VulnerabilityUpdateSource",
  "description": "The source of the update which applied the changes.",
  "properties": {
    "source_id": {
      "type": "string",
      "format": "uuid",
      "description": "The ID of the source which applied the changes.",
      "readOnly": true
    },
    "source_type": {
      "type": "string",
      "description": "The resource type of the Source ID.",
      "enum": [
        "SCAN",
        "USER",
        "ORGANIZATION"
      ],
      "readOnly": true
    }
  },
  "readOnly": true
}