Rapid7 · Schema

DefaultDoNotAttackParam

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
parameter_name string
match_criteria string
View JSON Schema on GitHub

JSON Schema

rapid7-defaultdonotattackparam-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DefaultDoNotAttackParam",
  "title": "DefaultDoNotAttackParam",
  "properties": {
    "parameter_name": {
      "type": "string"
    },
    "match_criteria": {
      "type": "string",
      "enum": [
        "LITERAL",
        "WILDCARD",
        "REGEX"
      ]
    }
  }
}