Class UpdateSuspiciousIpThrottlingSettingsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateSuspiciousIpThrottlingSettingsResponseContent : IJsonOnDeserialized, IEquatable<UpdateSuspiciousIpThrottlingSettingsResponseContent>
- Inheritance
-
UpdateSuspiciousIpThrottlingSettingsResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Allowlist
[JsonPropertyName("allowlist")]
public IEnumerable<string>? Allowlist { get; set; }
Property Value
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
Stage
[JsonPropertyName("stage")]
public SuspiciousIpThrottlingStage? Stage { 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.