Back to Node Auth0

Interface CreateRuleResponseContent

docs/interfaces/management.Management.CreateRuleResponseContent.html

5.9.11.2 KB
Original Source

Interface CreateRuleResponseContent

interface CreateRuleResponseContent {
name?: string;
id?: string;
enabled?: boolean;
script?: string;
order?: number;
stage?: string;
}

Index

Properties

name?id?enabled?script?order?stage?

Properties

Optionalname

name?: string

Name of this rule.

Optionalid

id?: string

ID of this rule.

Optionalenabled

enabled?: boolean

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

Optionalscript

script?: string

Code to be executed when this rule runs.

Optionalorder

order?: number

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

Optionalstage

stage?: string

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties nameidenabledscriptorderstage