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

    Interface UpdateBruteForceSettingsResponseContent

    interface UpdateBruteForceSettingsResponseContent {
        enabled?: boolean;
        shields?: Management.BruteForceProtectionShieldsEnum[];
        allowlist?: string[];
        mode?: Management.BruteForceProtectionModeEnum;
        max_attempts?: number;
    }
    Index

    Properties

    enabled?: boolean

    Whether or not brute force attack protections are active.

    Action to take when a brute force protection threshold is violated. Possible values: block, user_notification.

    allowlist?: string[]

    List of trusted IP addresses that will not have attack protection enforced against them.

    max_attempts?: number

    Maximum number of unsuccessful attempts.