Rapid7 · Schema

HmacConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
hmac_header_generator_dll_filename string
hmac_username string
hmac_api_key string
hmac_hash_algorithm integer
View JSON Schema on GitHub

JSON Schema

rapid7-hmacconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HmacConfig",
  "title": "HmacConfig",
  "properties": {
    "hmac_header_generator_dll_filename": {
      "type": "string"
    },
    "hmac_username": {
      "type": "string"
    },
    "hmac_api_key": {
      "type": "string"
    },
    "hmac_hash_algorithm": {
      "type": "integer",
      "format": "int64"
    }
  }
}