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
Arkose
[JsonPropertyName("arkose")]
public AttackProtectionUpdateCaptchaArkose? Arkose { get; set; }
Property Value
AuthChallenge
[JsonPropertyName("auth_challenge")]
public AttackProtectionCaptchaAuthChallengeRequest? AuthChallenge { get; set; }
Property Value
FriendlyCaptcha
[JsonPropertyName("friendly_captcha")]
public AttackProtectionUpdateCaptchaFriendlyCaptcha? FriendlyCaptcha { get; set; }
Property Value
Hcaptcha
[JsonPropertyName("hcaptcha")]
public AttackProtectionUpdateCaptchaHcaptcha? Hcaptcha { get; set; }
Property Value
RecaptchaEnterprise
[JsonPropertyName("recaptcha_enterprise")]
public AttackProtectionUpdateCaptchaRecaptchaEnterprise? RecaptchaEnterprise { get; set; }
Property Value
RecaptchaV2
[JsonPropertyName("recaptcha_v2")]
public AttackProtectionUpdateCaptchaRecaptchaV2? RecaptchaV2 { get; set; }
Property Value
SimpleCaptcha
[JsonPropertyName("simple_captcha")]
public Dictionary<string, object?>? SimpleCaptcha { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.