Policies

New Policy

JSON preview

{
  "conditions": {
    "rootCondition": {
      "type": "field",
      "field": "threatScore",
      "operator": "gt",
      "value": 50
    }
  },
  "actions": [
    {
      "type": "quarantine"
    }
  ]
}
Loading…