Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface GetRuleResponseContent

    This file was auto-generated by Fern from our API Definition.

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

    Properties

    name?: string

    Name of this rule.

    id?: string

    ID of this rule.

    enabled?: boolean

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

    script?: string

    Code to be executed when this rule runs.

    order?: number

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

    stage?: string

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