{
  "name"      : "Symantec Secure Web Gateway (ProxySG)",
  "desc"      : "Symantec Secure Web Gateway (ProxySG) collector.",
  "help_token": "ICDX_Configuration_Collectors_SSWG_6_7",
  "attributes": {
    "config": {
      "attributes": {
        "collector": {
          "name"      : "Secure Web Gateway (ProxySG) Event Feed",
          "desc"      : "The ProxySG server configuration.",
          "type"      : "object",
          "attributes": {
            "port": {
              "name"       : "Listener Port",
              "desc"       : "The ProxySG custom server connection port.",
              "requirement": "required",
              "type"       : "integer",
              "range"      : [1025, 65535],
              "default"    : 9000
            } /* ,
            "use_ssl": {
              "name": "Use SSL",
              "desc": "Require SSL/TLS for connections to this collector.",
              "requirement": "optional",
              "type": "boolean",
              "default": false
            },
            "key_cert_chain_file": {
              "name": "Key Certificate Chain File",
              "desc": "The path to the SSL/TLS certificate's key certificate chain file.",
              "requirement": "optional",
              "type": "string"
            },
            "key_file": {
              "name": "Key File",
              "desc": "The path to the SSL/TLS certificate's private key.",
              "requirement": "optional",
              "type": "string"
            },
            "key_password": {
              "name": "Key Password",
              "desc": "The optional password for the SSL/TLS certificate's private key.",
              "requirement": "optional",
              "type": "string"
            }
            */
          }
        }
      }
    }
  }
}
