Table of Contents

Class UpdateSuspiciousIpThrottlingSettingsRequestContent

Namespace
Auth0.ManagementApi.AttackProtection
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateSuspiciousIpThrottlingSettingsRequestContent : IEquatable<UpdateSuspiciousIpThrottlingSettingsRequestContent>
Inheritance
UpdateSuspiciousIpThrottlingSettingsRequestContent
Implements
Inherited Members
Extension Methods

Properties

Allowlist

[JsonPropertyName("allowlist")]
public IEnumerable<string>? Allowlist { get; set; }

Property Value

IEnumerable<string>

Enabled

Whether or not suspicious IP throttling attack protections are active.

[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

Shields

Action to take when a suspicious IP throttling threshold is violated. Possible values: block, admin_notification.

[JsonPropertyName("shields")]
public IEnumerable<SuspiciousIpThrottlingShieldsEnum>? Shields { get; set; }

Property Value

IEnumerable<SuspiciousIpThrottlingShieldsEnum>

Stage

[JsonPropertyName("stage")]
public SuspiciousIpThrottlingStage? Stage { get; set; }

Property Value

SuspiciousIpThrottlingStage

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.