Class AttackProtectionUpdateCaptchaArkose
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record AttackProtectionUpdateCaptchaArkose : IJsonOnDeserialized, IEquatable<AttackProtectionUpdateCaptchaArkose>
- Inheritance
-
AttackProtectionUpdateCaptchaArkose
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ClientSubdomain
The subdomain used for client requests to the Arkose captcha provider.
[JsonPropertyName("client_subdomain")]
public string? ClientSubdomain { get; set; }
Property Value
FailOpen
Whether the captcha should fail open.
[JsonPropertyName("fail_open")]
public bool? FailOpen { get; set; }
Property Value
- bool?
Secret
The secret key for the Arkose captcha provider.
[JsonPropertyName("secret")]
public required string Secret { get; set; }
Property Value
SiteKey
The site key for the Arkose captcha provider.
[JsonPropertyName("site_key")]
public required string SiteKey { get; set; }
Property Value
VerifySubdomain
The subdomain used for server-side verification requests to the Arkose captcha provider.
[JsonPropertyName("verify_subdomain")]
public string? VerifySubdomain { 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.