Example: Allow access only from a corporate network

You can use a configuration similar to the following example to allow access only from corporate network. In the example, access is restricted from the network 2xx.0.113.0/24.

{
  "denyAll": true,
  "enabled": true,
  "supportAccessEnabled": false,
  "rules": [
    {
      "target": "2xx.0.113.0/24",
      "block": false
    }
  ]
}