Class UpdateBotDetectionSettingsRequestContent
- Namespace
- Auth0.ManagementApi.AttackProtection
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateBotDetectionSettingsRequestContent : IEquatable<UpdateBotDetectionSettingsRequestContent>
- Inheritance
-
UpdateBotDetectionSettingsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Allowlist
[JsonPropertyName("allowlist")]
public IEnumerable<string>? Allowlist { get; set; }
Property Value
BotDetectionLevel
[JsonPropertyName("bot_detection_level")]
public BotDetectionLevelEnum? BotDetectionLevel { get; set; }
Property Value
ChallengePasswordPolicy
[JsonPropertyName("challenge_password_policy")]
public BotDetectionChallengePolicyPasswordFlowEnum? ChallengePasswordPolicy { get; set; }
Property Value
ChallengePasswordResetPolicy
[JsonPropertyName("challenge_password_reset_policy")]
public BotDetectionChallengePolicyPasswordResetFlowEnum? ChallengePasswordResetPolicy { get; set; }
Property Value
ChallengePasswordlessPolicy
[JsonPropertyName("challenge_passwordless_policy")]
public BotDetectionChallengePolicyPasswordlessFlowEnum? ChallengePasswordlessPolicy { get; set; }
Property Value
MonitoringModeEnabled
[JsonPropertyName("monitoring_mode_enabled")]
public bool? MonitoringModeEnabled { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.