Class GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings
Per-action challenge settings.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScoreThreshold
Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
Declaration
[JsonProperty("scoreThreshold")]
public virtual float? ScoreThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |