Rapid7 · Schema

WebServiceAuthConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
enabled boolean
auth_wsdl string
auth_web_method string
get_auth_token_xpath string
put_auth_token_xpath string
extract_auth_token boolean
web_service_parameter_list array
View JSON Schema on GitHub

JSON Schema

rapid7-webserviceauthconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WebServiceAuthConfig",
  "title": "WebServiceAuthConfig",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "auth_wsdl": {
      "type": "string"
    },
    "auth_web_method": {
      "type": "string"
    },
    "get_auth_token_xpath": {
      "type": "string"
    },
    "put_auth_token_xpath": {
      "type": "string"
    },
    "extract_auth_token": {
      "type": "boolean"
    },
    "web_service_parameter_list": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WebServiceParameter"
      }
    }
  }
}