Class UpdateAttackProtectionCaptchaResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateAttackProtectionCaptchaResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<UpdateAttackProtectionCaptchaResponseContent>
- Inheritance
-
UpdateAttackProtectionCaptchaResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
ActiveProviderId
[JsonPropertyName("active_provider_id")]
public string? ActiveProviderId { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
Arkose
[JsonPropertyName("arkose")]
public AttackProtectionCaptchaArkoseResponseContent? Arkose { get; set; }
Property Value
AuthChallenge
[JsonPropertyName("auth_challenge")]
public AttackProtectionCaptchaAuthChallengeResponseContent? AuthChallenge { get; set; }
Property Value
FriendlyCaptcha
[JsonPropertyName("friendly_captcha")]
public AttackProtectionCaptchaFriendlyCaptchaResponseContent? FriendlyCaptcha { get; set; }
Property Value
Hcaptcha
[JsonPropertyName("hcaptcha")]
public AttackProtectionCaptchaHcaptchaResponseContent? Hcaptcha { get; set; }
Property Value
RecaptchaEnterprise
[JsonPropertyName("recaptcha_enterprise")]
public AttackProtectionCaptchaRecaptchaEnterpriseResponseContent? RecaptchaEnterprise { get; set; }
Property Value
RecaptchaV2
[JsonPropertyName("recaptcha_v2")]
public AttackProtectionCaptchaRecaptchaV2ResponseContent? 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.