Interface Rule

Hierarchy

  • Rule

Properties

enabled: boolean

Whether the rule is enabled (true), or disabled (false).

id: string

ID of this rule.

name: string

Name of this rule.

order: number

Order that this rule should execute in relative to other rules. Lower-valued rules execute first.

script: string

Code to be executed when this rule runs.

stage: string

Execution stage of this rule. Can be login_success, login_failure, or pre_authorize.