Skip to main content

Variable: PolicyDecision

const PolicyDecision: object

The type of decision from a Policy Decision Point (PDP).

Type Declaration

Granted

readonly Granted: "Granted" = "Granted"

Granted - the property in the original data can be accessed.

Denied

readonly Denied: "Denied" = "Denied"

Denied - the property in the original data can not be accessed.

Replace

readonly Replace: "Replace" = "Replace"

Replace - the property should be replaced with a new value.