Variable: PolicyDecision
constPolicyDecision:object
The type of decision from a Policy Decision Point (PDP).
Type Declaration
Granted
readonlyGranted:"Granted"="Granted"
Granted - the property in the original data can be accessed.
Denied
readonlyDenied:"Denied"="Denied"
Denied - the property in the original data can not be accessed.
Replace
readonlyReplace:"Replace"="Replace"
Replace - the property should be replaced with a new value.