{
  "$id": "https://schemas.sand.binaryedge.io/minion/modules/manageengine",
  "title": "ManageEngine Module Body",
  "type": "object",
  "properties": {
    "product": {
      "type": "string",
      "enum": [
        "access manager plus",
        "ad360",
        "adaudit plus",
        "admanager plus",
        "adselfservice plus",
        "analytics plus",
        "application control plus",
        "assetexplorer",
        "browser security plus",
        "device control plus",
        "endpoint central msp",
        "endpoint central",
        "endpoint dlp",
        "key manager plus",
        "os deployer",
        "pam360",
        "password manager pro",
        "patch manager plus",
        "remote access plus",
        "remote monitoring and management (rmm)",
        "servicedesk plus msp",
        "servicedesk plus",
        "supportcenter plus",
        "unknown",
        "vulnerability manager plus"
      ]
    },
    "saml_enabled": {
      "type": "boolean"
    },
    "saml_status_code": {
      "type": "integer"
    },
    "selfreported_version": {
      "type": "string"
    },
    "status_code": {
      "type": "integer"
    },
    "target_url": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "vulnerability_status": {
      "type": "string",
      "enum": [
        "not_patched",
        "potentially_vulnerable",
        "unknown",
        "vulnerable"
      ]
    }
  },
  "required": [
    "product",
    "saml_enabled",
    "status_code",
    "target_url",
    "vulnerability_status"
  ],
  "additionalproperties": false
}
