Skip to content

Latest commit

 

History

History
76 lines (35 loc) · 1.39 KB

core.outputexpressions.md

File metadata and controls

76 lines (35 loc) · 1.39 KB

Home > @cerbos/core > OutputExpressions

OutputExpressions interface

Common Expression Language expressions to evaluate to produce user-defined output from a policy rule.

Signature:

export interface OutputExpressions 

Properties

Property

Modifiers

Type

Description

conditionNotMet?

string | undefined

(Optional) Common Expression Language expression to evaluate when the policy rule is partially activated (action, roles, and derived roles match, but condition is not met).

ruleActivated?

string | undefined

(Optional) Common Expression Language expression to evaluate when the policy rule is fully activated (action, roles, and derived roles match, and condition is met).