diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-03-20 14:20:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-20 14:20:06 +0000 |
commit | d5d53e55051e2b68357613fd512aaade5b68953c (patch) | |
tree | 176e7cabf9e30111f09cf40fe7e27f40e03eb704 /docs/xacml/decision.native.json | |
parent | 3e808e54db8dd62f300450989f9dcf086a62c781 (diff) | |
parent | 7984ada4d2ac68e7a008f8c4bfb632337e01c00d (diff) |
Merge "Updated documentation for Frankfurt changes to api and xacml-pdp"
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 |