aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml/tutorial/app/src/test/resources/tutorial-decision-request.json
blob: 8c1ec10ca94b1c30038b3068c86c0c08b04efed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "ONAPName": "TutorialPEP",
  "ONAPComponent": "TutorialPEPComponent",
  "ONAPInstance": "TutorialPEPInstance",
  "requestId": "unique-request-id-tutorial",
  "action": "authorize",
  "resource": {
    "user": "demo",
    "entity": "foo",
    "permission" : "read"
  }
}