Class ListUserBlocksByIdentifierRequestParameters
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListUserBlocksByIdentifierRequestParameters : IEquatable<ListUserBlocksByIdentifierRequestParameters>
- Inheritance
-
ListUserBlocksByIdentifierRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
ConsiderBruteForceEnablement
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.
[JsonIgnore]
public Optional<bool?> ConsiderBruteForceEnablement { get; set; }
Property Value
Identifier
Should be any of a username, phone number, or email.
[JsonIgnore]
public required string Identifier { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.