Table of Contents

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

ReadOnlyAdditionalProperties

Allowlist

[JsonPropertyName("allowlist")]
public IEnumerable<string>? Allowlist { get; set; }

Property Value

IEnumerable<string>

BotDetectionLevel

[JsonPropertyName("bot_detection_level")]
public BotDetectionLevelEnum? BotDetectionLevel { get; set; }

Property Value

BotDetectionLevelEnum?

ChallengePasswordPolicy

[JsonPropertyName("challenge_password_policy")]
public BotDetectionChallengePolicyPasswordFlowEnum? ChallengePasswordPolicy { get; set; }

Property Value

BotDetectionChallengePolicyPasswordFlowEnum?

ChallengePasswordResetPolicy

[JsonPropertyName("challenge_password_reset_policy")]
public BotDetectionChallengePolicyPasswordResetFlowEnum? ChallengePasswordResetPolicy { get; set; }

Property Value

BotDetectionChallengePolicyPasswordResetFlowEnum?

ChallengePasswordlessPolicy

[JsonPropertyName("challenge_passwordless_policy")]
public BotDetectionChallengePolicyPasswordlessFlowEnum? ChallengePasswordlessPolicy { get; set; }

Property Value

BotDetectionChallengePolicyPasswordlessFlowEnum?

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.