Back to Node Auth0

Interface GetBruteForceSettingsResponseContent

docs/interfaces/management.Management.GetBruteForceSettingsResponseContent.html

5.9.11.8 KB
Original Source

Interface GetBruteForceSettingsResponseContent

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

Index

Properties

enabled?shields?allowlist?mode?max_attempts?

Properties

Optionalenabled

enabled?: boolean

Whether or not brute force attack protections are active.

Optionalshields

shields?: Management.BruteForceProtectionShieldsEnum[]

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

Optionalallowlist

allowlist?: string[]

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

Optionalmode

mode?: Management.BruteForceProtectionModeEnum

Optionalmax_attempts

max_attempts?: number

Maximum number of unsuccessful attempts.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties enabledshieldsallowlistmodemax_attempts