Table of Contents

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

string

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Arkose

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

Property Value

AttackProtectionCaptchaArkoseResponseContent

AuthChallenge

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

Property Value

AttackProtectionCaptchaAuthChallengeResponseContent

FriendlyCaptcha

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

Property Value

AttackProtectionCaptchaFriendlyCaptchaResponseContent

Hcaptcha

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

Property Value

AttackProtectionCaptchaHcaptchaResponseContent

RecaptchaEnterprise

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

Property Value

AttackProtectionCaptchaRecaptchaEnterpriseResponseContent

RecaptchaV2

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

Property Value

AttackProtectionCaptchaRecaptchaV2ResponseContent

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.