ip-whitelist

Allow access based on the requesting IP address. All other IP addresses are denied. See "ip-blacklist" above for IP address syntax. Refer to ip-blacklist for details


       {
         "rules": [
           {
             "matches": [
               {
                 "name": "url-wildcard",
                 "value": "/private/*"
               }
             ],
             "behaviors": [
               {
                 "name": "ip-whitelist",
                 "value": "198.18.48.211"
               }
             ]
           }
         ]
       }