aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml/decision.match.response.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.response.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.response.json')
-rw-r--r--docs/xacml/decision.match.response.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/xacml/decision.match.response.json b/docs/xacml/decision.match.response.json
new file mode 100644
index 00000000..0f9e465a
--- /dev/null
+++ b/docs/xacml/decision.match.response.json
@@ -0,0 +1,18 @@
+{
+ "policies": {
+ "test_match_1": {
+ "type": "onap.policies.match.Test",
+ "type_version": "1.0.0",
+ "properties": {
+ "matchable": "foo",
+ "nonmatchable": "value1"
+ },
+ "name": "test_match_1",
+ "version": "1.0.0",
+ "metadata": {
+ "policy-id": "test_match_1",
+ "policy-version": "1.0.0"
+ }
+ }
+ }
+} \ No newline at end of file