Skip to content

Latest commit

 

History

History
65 lines (31 loc) · 620 Bytes

core.effect.md

File metadata and controls

65 lines (31 loc) · 620 Bytes

Home > @cerbos/core > Effect

Effect enum

Outcomes of policy decisions.

Signature:

export declare enum Effect 

Enumeration Members

Member

Value

Description

ALLOW

"EFFECT_ALLOW"

The action should be allowed.

DENY

"EFFECT_DENY"

The action should be denied.