diff options
author | Jim Hahn <jrh3@att.com> | 2020-06-19 22:11:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-19 22:11:05 +0000 |
commit | 35be4df461aa2ec45bce012c08f4abfe80dae60e (patch) | |
tree | e15a1d51202b55afb179d6e7170e0996b9c58880 /docs/xacml/xacml.rst | |
parent | 4a1ed8a656903f32b2cf134de6f9602412eb3c5c (diff) | |
parent | 9a89058def115a2f5ec62bca719697d7bc738ece (diff) |
Merge "Fix guard application doc"
Diffstat (limited to 'docs/xacml/xacml.rst')
-rw-r--r-- | docs/xacml/xacml.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/xacml/xacml.rst b/docs/xacml/xacml.rst index f129a017..4100e800 100644 --- a/docs/xacml/xacml.rst +++ b/docs/xacml/xacml.rst @@ -110,6 +110,11 @@ This is an example Decision API payload made to retrieve a decision for a Guard .. literalinclude:: decision.guard.json :language: JSON +The return decision simply has "permit" or "deny" in the response to tell the calling application whether they are allowed to perform the operation. + +.. literalinclude:: decision.guard.response.json + :language: JSON + .. _xacml-optimization-label: Optimization Policy Types |