aboutsummaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/old-policies/QueryPolicy_vFW.json
blob: 932074b79b2cc7bfd74ca8eaca18e679c3282f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "service": "queryPolicy",
  "policyName": "OSDF_DUBLIN.QueryPolicy_vFW",
  "description": "Query policy for vFW",
  "templateVersion": "OpenSource.version.1",
  "version": "test1",
  "priority": "3",
  "riskType": "test",
  "riskLevel": "2",
  "guard": "False",
  "content": {
    "queryProperties": [
      {"attribute":"customerLatitude", "attribute_location": "customerLatitude"},
      {"attribute":"customerLongitude", "attribute_location": "customerLongitude"}
    ],
    "policyScope": ["vfw", "us", "international", "ip"],
    "policyType": "request_param_query",
    "serviceName": "vFW",
    "identity": "vFW_Query_Policy"
  }
}