Rapid7 · Schema

HttpAuthExt

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
host_name string
username string
password string
View JSON Schema on GitHub

JSON Schema

rapid7-httpauthext-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HttpAuthExt",
  "title": "HttpAuthExt",
  "properties": {
    "host_name": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    }
  }
}