Table of Contents

Class GetSuspiciousIpThrottlingSettingsResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

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.