Class UpdateBotDetectionSettingsResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateBotDetectionSettingsResponseContent : IJsonOnDeserialized, IEquatable<UpdateBotDetectionSettingsResponseContent>
- Inheritance
-
UpdateBotDetectionSettingsResponseContent
- 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 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.