Experimental
Schema
PolicyDecision
Type:
string
PolicyDecision is the outcome of an evaluated access attempt.
Values: unspecified: unspecified means the decision is unknown or not reported. allowed: allowed means the attempt was allowed. blocked: blocked means the attempt was blocked.
All schema constraints and annotations
{
"description": "PolicyDecision is the outcome of an evaluated access attempt.\n\nValues:\nunspecified: unspecified means the decision is unknown or not reported.\nallowed: allowed means the attempt was allowed.\nblocked: blocked means the attempt was blocked.",
"enum": [
"unspecified",
"allowed",
"blocked"
],
"title": "PolicyDecision",
"type": "string"
}