Table of Contents

Class UpdateAttackProtectionCaptchaRequestContent

Namespace
Auth0.ManagementApi.AttackProtection
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdateAttackProtectionCaptchaRequestContent : IEquatable<UpdateAttackProtectionCaptchaRequestContent>
Inheritance
UpdateAttackProtectionCaptchaRequestContent
Implements
Inherited Members
Extension Methods

Properties

ActiveProviderId

[JsonPropertyName("active_provider_id")]
public AttackProtectionCaptchaProviderId? ActiveProviderId { get; set; }

Property Value

AttackProtectionCaptchaProviderId?

Arkose

[JsonPropertyName("arkose")]
public AttackProtectionUpdateCaptchaArkose? Arkose { get; set; }

Property Value

AttackProtectionUpdateCaptchaArkose

AuthChallenge

[JsonPropertyName("auth_challenge")]
public AttackProtectionCaptchaAuthChallengeRequest? AuthChallenge { get; set; }

Property Value

AttackProtectionCaptchaAuthChallengeRequest

FriendlyCaptcha

[JsonPropertyName("friendly_captcha")]
public AttackProtectionUpdateCaptchaFriendlyCaptcha? FriendlyCaptcha { get; set; }

Property Value

AttackProtectionUpdateCaptchaFriendlyCaptcha

Hcaptcha

[JsonPropertyName("hcaptcha")]
public AttackProtectionUpdateCaptchaHcaptcha? Hcaptcha { get; set; }

Property Value

AttackProtectionUpdateCaptchaHcaptcha

RecaptchaEnterprise

[JsonPropertyName("recaptcha_enterprise")]
public AttackProtectionUpdateCaptchaRecaptchaEnterprise? RecaptchaEnterprise { get; set; }

Property Value

AttackProtectionUpdateCaptchaRecaptchaEnterprise

RecaptchaV2

[JsonPropertyName("recaptcha_v2")]
public AttackProtectionUpdateCaptchaRecaptchaV2? RecaptchaV2 { get; set; }

Property Value

AttackProtectionUpdateCaptchaRecaptchaV2

SimpleCaptcha

[JsonPropertyName("simple_captcha")]
public Dictionary<string, object?>? SimpleCaptcha { get; set; }

Property Value

Dictionary<string, object>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.