BatchIsAuthorizedOutputItem
The decision, based on policy evaluation, from an individual authorization request in a BatchIsAuthorized
API request.
Types
Properties
The list of determining policies used to make the authorization decision. For example, if there are two matching policies, where one is a forbid and the other is a permit, then the forbid policy will be the determining policy. In the case of multiple matching permit policies then there would be multiple determining policies. In the case that no policies match, and hence the response is DENY, there would be no determining policies.
Errors that occurred while making an authorization decision, for example, a policy references an Entity or entity Attribute that does not exist in the slice.
The authorization request that initiated the decision.