Class ListUserBlocksRequestParameters
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListUserBlocksRequestParameters : IEquatable<ListUserBlocksRequestParameters>
- Inheritance
-
ListUserBlocksRequestParameters
- 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
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.