Moving vpn-instance yang from VPNMgr > NeutronVPN
[integration/test.git] / csit / variables / aaa / put-dynamic-auth-3.json
1 {
2    "aaa:http-authorization": {
3      "aaa:policies": {
4        "aaa:policies": [
5          {
6            "aaa:resource": "/restconf/operations/aaa-cert-rpc:getODLCertificate",
7            "aaa:permissions": [
8              {
9                "aaa:role": "user",
10                "aaa:actions": [
11                  "get",
12                  "delete",
13                  "put",
14                  "post"
15                ]
16              }
17            ]
18          },
19          {
20            "aaa:resource": "/restconf/operational/**",
21            "aaa:permissions": [
22              {
23                "aaa:role": "user",
24                "aaa:actions": [
25                  "get",
26                  "delete",
27                  "put",
28                  "post"
29                ]
30              }
31            ]
32          }
33        ]
34      }
35    }
36  }