Class GoogleCloudRecaptchaenterpriseV1RiskAnalysis
Risk analysis result for an event.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1RiskAnalysis : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExtendedVerdictReasons
Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
Declaration
[JsonProperty("extendedVerdictReasons")]
public virtual IList<string> ExtendedVerdictReasons { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Reasons
Reasons contributing to the risk analysis verdict.
Declaration
[JsonProperty("reasons")]
public virtual IList<string> Reasons { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Score
Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |