summaryrefslogtreecommitdiffstats
path: root/docs/xacml/decision.native.json
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2020-03-17 22:34:15 -0400
committerChenfei Gao <cgao@research.att.com>2020-03-20 09:59:36 -0400
commit7984ada4d2ac68e7a008f8c4bfb632337e01c00d (patch)
treeb28c88ce712e8a7abfa8fe0ff91879914f0ba4be /docs/xacml/decision.native.json
parente78b9eff25270b8a83a232329db034fbb38eaa02 (diff)
Updated documentation for Frankfurt changes to api and xacml-pdp
Issue-ID: POLICY-2412 Change-Id: I3a3d6ed436e307ef20b2a41c7512478cb9c09e2f Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'docs/xacml/decision.native.json')
-rw-r--r--docs/xacml/decision.native.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/xacml/decision.native.json b/docs/xacml/decision.native.json
new file mode 100644
index 00000000..5e593bc9
--- /dev/null
+++ b/docs/xacml/decision.native.json
@@ -0,0 +1,41 @@
+{
+ "Request": {
+ "ReturnPolicyIdList": false,
+ "CombinedDecision": false,
+ "AccessSubject": [
+ {
+ "Attribute": [
+ {
+ "IncludeInResult": false,
+ "AttributeId": "subject-id",
+ "Value": "Julius Hibbert"
+ }
+ ]
+ }
+ ],
+ "Resource": [
+ {
+ "Attribute": [
+ {
+ "IncludeInResult": false,
+ "AttributeId": "resource-id",
+ "Value": "http://medico.com/record/patient/BartSimpson",
+ "DataType": "anyURI"
+ }
+ ]
+ }
+ ],
+ "Action": [
+ {
+ "Attribute": [
+ {
+ "IncludeInResult": false,
+ "AttributeId": "action-id",
+ "Value": "read"
+ }
+ ]
+ }
+ ],
+ "Environment": []
+ }
+} \ No newline at end of file