Table of Contents

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

ReadOnlyAdditionalProperties

Allowlist

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

Property Value

IEnumerable<string>

BotDetectionLevel

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

Property Value

BotDetectionLevelEnum

ChallengePasswordPolicy

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

Property Value

BotDetectionChallengePolicyPasswordFlowEnum

ChallengePasswordResetPolicy

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

Property Value

BotDetectionChallengePolicyPasswordResetFlowEnum

ChallengePasswordlessPolicy

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

Property Value

BotDetectionChallengePolicyPasswordlessFlowEnum

MonitoringModeEnabled

[JsonPropertyName("monitoring_mode_enabled")]
public required 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.