aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml/decision.match.request.json
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-08-25 10:18:40 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-08-25 10:35:19 -0400
commit40b1ff8d94aa8a936e51ba3b14f83d40bab431fc (patch)
tree9853c235a38a50c2fa7e543ef7dc3d3d3c246752 /docs/xacml/decision.match.request.json
parent5a526b7133babf95cb6a67dc5060d3131f0b97d5 (diff)
Add Match documentation
Adding documentation for new Match Policy Type. Issue-ID: POLICY-2596 Change-Id: I97b033b345ae40e4684d5572d47132c304c735b9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docs/xacml/decision.match.request.json')
-rw-r--r--docs/xacml/decision.match.request.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/xacml/decision.match.request.json b/docs/xacml/decision.match.request.json
new file mode 100644
index 00000000..72ddc317
--- /dev/null
+++ b/docs/xacml/decision.match.request.json
@@ -0,0 +1,10 @@
+{
+ "ONAPName": "my-ONAP",
+ "ONAPComponent": "my-component",
+ "ONAPInstance": "my-instance",
+ "requestId": "unique-request-1",
+ "action": "match",
+ "resource": {
+ "matchable": "foo"
+ }
+} \ No newline at end of file