diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-11 10:55:04 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-12 13:16:58 +0000 |
commit | 24be8a53f15d3f305979364b9cff7f286d5489d7 (patch) | |
tree | 56bf2dabf0f1e97ce181124fbdf91c509ec38f2e /docs/xacml/tutorial/tutorial-decision-request.json | |
parent | ac2dfef8c8644103bb21316646ecda6a37d91d9b (diff) |
Fix documentation add tutorial
Fixed some headings that made index's look strange.
Added xacml tutorial.
Issue-ID: POLICY-1842
Change-Id: Id6ab56e5d5d2a6b2fe37c8df5d3d70aa04776878
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit 0ac4c6a0a3c5eacf7db3b1766048a8d1405f3e96)
Diffstat (limited to 'docs/xacml/tutorial/tutorial-decision-request.json')
-rw-r--r-- | docs/xacml/tutorial/tutorial-decision-request.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/xacml/tutorial/tutorial-decision-request.json b/docs/xacml/tutorial/tutorial-decision-request.json new file mode 100644 index 00000000..8c1ec10c --- /dev/null +++ b/docs/xacml/tutorial/tutorial-decision-request.json @@ -0,0 +1,12 @@ +{ + "ONAPName": "TutorialPEP", + "ONAPComponent": "TutorialPEPComponent", + "ONAPInstance": "TutorialPEPInstance", + "requestId": "unique-request-id-tutorial", + "action": "authorize", + "resource": { + "user": "demo", + "entity": "foo", + "permission" : "read" + } +} |