[
  {
    "name": "security_rule_1",
    "condition": {
      "sourceAddress": ["address_list_2"],
      "destinationAddress": ["address_list_1"],
      "service": ["service_list_3"],
      "url": [],
      "application": ["application_list_2"]
    },
    "position": {
      "beforeRule": "security_rule_2"
    },
    "action": "INSPECT",
    "inspection":"INTRUSION_DETECTION"
  },
  {
    "name": "security_rule_2",
    "condition": {
      "sourceAddress": [],
      "destinationAddress": [],
      "service": [],
      "url": [],
      "application": []
    },
    "position": {
      "beforeRule": "security_rule_3"
    },
    "action": "DROP"
  }
]
