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

    Interface UpdateSuspiciousIpThrottlingSettingsRequestContent

    {}
    
    interface UpdateSuspiciousIpThrottlingSettingsRequestContent {
        enabled?: boolean;
        shields?: Management.SuspiciousIpThrottlingShieldsEnum[];
        allowlist?: SuspiciousIpThrottlingAllowlist;
        stage?: SuspiciousIpThrottlingStage;
    }
    Index

    Properties

    enabled?: boolean

    Whether or not suspicious IP throttling attack protections are active.

    Action to take when a suspicious IP throttling threshold is violated. Possible values: block, admin_notification.