Back to Node Auth0

Interface ListUserBlocksByIdentifierRequestParameters

docs/interfaces/management.Management.ListUserBlocksByIdentifierRequestParameters.html

5.9.11.2 KB
Original Source

Interface ListUserBlocksByIdentifierRequestParameters

Example

{ * identifier: "identifier", * consider_brute_force_enablement: true * }Copy

interface ListUserBlocksByIdentifierRequestParameters {
identifier: string;
consider_brute_force_enablement?: boolean | null;
}

Index

Properties

identifierconsider_brute_force_enablement?

Properties

identifier

identifier: string

Should be any of a username, phone number, or email.

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 identifierconsider_brute_force_enablement