Back to Node Auth0

Interface UpdateBotDetectionSettingsRequestContent

docs/interfaces/management.Management.UpdateBotDetectionSettingsRequestContent.html

5.9.13.3 KB
Original Source

Interface UpdateBotDetectionSettingsRequestContent

Example

{}Copy

interface UpdateBotDetectionSettingsRequestContent {
bot_detection_level?: Management.BotDetectionLevelEnum;
challenge_password_policy?: Management.BotDetectionChallengePolicyPasswordFlowEnum;
challenge_passwordless_policy?: Management.BotDetectionChallengePolicyPasswordlessFlowEnum;
challenge_password_reset_policy?: Management.BotDetectionChallengePolicyPasswordResetFlowEnum;
allowlist?: BotDetectionAllowlist;
monitoring_mode_enabled?: boolean;
}

Index

Properties

bot_detection_level?challenge_password_policy?challenge_passwordless_policy?challenge_password_reset_policy?allowlist?monitoring_mode_enabled?

Properties

Optionalbot_detection_level

bot_detection_level?: Management.BotDetectionLevelEnum

Optionalchallenge_password_policy

challenge_password_policy?: Management.BotDetectionChallengePolicyPasswordFlowEnum

Optionalchallenge_passwordless_policy

challenge_passwordless_policy?: Management.BotDetectionChallengePolicyPasswordlessFlowEnum

Optionalchallenge_password_reset_policy

challenge_password_reset_policy?: Management.BotDetectionChallengePolicyPasswordResetFlowEnum

Optionalallowlist

allowlist?: BotDetectionAllowlist

Optionalmonitoring_mode_enabled

monitoring_mode_enabled?: boolean

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties bot_detection_levelchallenge_password_policychallenge_passwordless_policychallenge_password_reset_policyallowlistmonitoring_mode_enabled