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
Challenge
Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
Declaration
[JsonProperty("challenge")]
public virtual string Challenge { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtendedVerdictReasons
Output only. 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
Output only. Reasons contributing to the risk analysis verdict.
Declaration
[JsonProperty("reasons")]
public virtual IList<string> Reasons { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Score
Output only. 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? |