Home > @cerbos/core > PlanKind
Types of query plans.
Signature:
export declare enum PlanKind
Member |
Value |
Description |
---|---|---|
ALWAYS_ALLOWED |
|
The specified action is always allowed for the principal on resources matching the input. |
ALWAYS_DENIED |
|
The specified action is always denied for the principal on resources matching the input. |
CONDITIONAL |
|
The specified action is conditionally allowed for the principal on resources matching the input. |