Back to Node Auth0

Interface ListUserBlocksRequestParameters

docs/interfaces/management.Management.ListUserBlocksRequestParameters.html

5.9.1989 B
Original Source

Interface ListUserBlocksRequestParameters

Example

{ * consider_brute_force_enablement: true * }Copy

interface ListUserBlocksRequestParameters {
consider_brute_force_enablement?: boolean | null;
}

Index

Properties

consider_brute_force_enablement?

Properties

Optionalconsider_brute_force_enablement

consider_brute_force_enablement?: boolean | null

If true and Brute Force Protection is enabled and configured to block logins, will return a list of blocked IP addresses. If true and Brute Force Protection is disabled, will return an empty list.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties consider_brute_force_enablement