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

    Interface UpdateBruteForceSettingsRequestContent

    {}
    
    interface UpdateBruteForceSettingsRequestContent {
        enabled?: boolean;
        shields?: Management.UpdateBruteForceSettingsRequestContent.Shields.Item[];
        allowlist?: string[];
        mode?: Management.UpdateBruteForceSettingsRequestContent.Mode;
        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.

    Account Lockout: Determines whether or not IP address is used when counting failed attempts. Possible values: count_per_identifier_and_ip, count_per_identifier.

    max_attempts?: number

    Maximum number of unsuccessful attempts.