Table of Contents

Class SuspiciousIpThrottlingStage

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Holds per-stage configuration options (max_attempts and rate).

[Serializable]
public record SuspiciousIpThrottlingStage : IJsonOnDeserialized, IEquatable<SuspiciousIpThrottlingStage>
Inheritance
SuspiciousIpThrottlingStage
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

PreLogin

[JsonPropertyName("pre-login")]
public SuspiciousIpThrottlingPreLoginStage? PreLogin { get; set; }

Property Value

SuspiciousIpThrottlingPreLoginStage

PreUserRegistration

[JsonPropertyName("pre-user-registration")]
public SuspiciousIpThrottlingPreUserRegistrationStage? PreUserRegistration { get; set; }

Property Value

SuspiciousIpThrottlingPreUserRegistrationStage

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.