Class GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfigRiskAnalysis
A settings object specifying risk tolerance and requirements for your application. These settings correspond to
requirements on the
riskAnalysis
tuple in the assessment obtained from reCAPTCHA Enterprise. The default values for these settings work for most
apps, and are recommended.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfigRiskAnalysis : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MinValidScore
Specifies a minimum score required for a reCAPTCHA token to be considered valid. If its score is greater than or equal to this value, it will be accepted; otherwise, it will be rejected. The value must be between 0.0 and 1.0. The default value is 0.5.
Declaration
[JsonProperty("minValidScore")]
public virtual float? MinValidScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |