Class GetBotDetectionSettingsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetBotDetectionSettingsResponseContent : IJsonOnDeserialized, IEquatable<GetBotDetectionSettingsResponseContent>
- Inheritance
-
GetBotDetectionSettingsResponseContent
- 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
BotDetectionLevel
[JsonPropertyName("bot_detection_level")]
public required BotDetectionLevelEnum BotDetectionLevel { get; set; }
Property Value
ChallengePasswordPolicy
[JsonPropertyName("challenge_password_policy")]
public required BotDetectionChallengePolicyPasswordFlowEnum ChallengePasswordPolicy { get; set; }
Property Value
ChallengePasswordResetPolicy
[JsonPropertyName("challenge_password_reset_policy")]
public required BotDetectionChallengePolicyPasswordResetFlowEnum ChallengePasswordResetPolicy { get; set; }
Property Value
ChallengePasswordlessPolicy
[JsonPropertyName("challenge_passwordless_policy")]
public required BotDetectionChallengePolicyPasswordlessFlowEnum ChallengePasswordlessPolicy { get; set; }
Property Value
MonitoringModeEnabled
[JsonPropertyName("monitoring_mode_enabled")]
public required bool MonitoringModeEnabled { 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.