Skip to content

Latest commit

 

History

History
81 lines (38 loc) · 953 Bytes

core.plankind.md

File metadata and controls

81 lines (38 loc) · 953 Bytes

Home > @cerbos/core > PlanKind

PlanKind enum

Types of query plans.

Signature:

export declare enum PlanKind 

Enumeration Members

Member

Value

Description

ALWAYS_ALLOWED

"KIND_ALWAYS_ALLOWED"

The specified action is always allowed for the principal on resources matching the input.

ALWAYS_DENIED

"KIND_ALWAYS_DENIED"

The specified action is always denied for the principal on resources matching the input.

CONDITIONAL

"KIND_CONDITIONAL"

The specified action is conditionally allowed for the principal on resources matching the input.