diff options
Diffstat (limited to 'docs/xacml/decision.native.json')
-rw-r--r-- | docs/xacml/decision.native.json | 41 |
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 |