aboutsummaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/old-policies/Distance_vFW_1.json
blob: 80e08d956fc3d49e1359d8deaa8dd2691c28ba19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "service": "distancePolicy",
  "policyName": "OSDF_DUBLIN.Distance_vFW_1",
  "description": "Distance Policy for vFW",
  "templateVersion": "OpenSource.version.1",
  "version": "test1",
  "priority": "3",
  "riskType": "test",
  "riskLevel": "2",
  "guard": "False",
  "content": {
    "distanceProperties": {
      "locationInfo": "customer_loc",
      "distance": { "value": "100", "operator": "<", "unit": "km" }
    },
    "identity": "distance-vFW",
    "resources": ["vFW"],
    "policyScope": ["vfw", "us", "international", "ip"],
    "policyType": "distance_to_location",
    "applicableResources": "any"
  }
}