Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1RiskAnalysis

Risk analysis result for an event.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1RiskAnalysis
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1RiskAnalysis : IDirectResponseSchema

Properties

Challenge

Output only. Challenge information for POLICY_BASED_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. Advanced reasons contributing to the risk analysis verdict. These reasons are available to Enterprise tier projects only. Contact sales for more information. 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?

VerifiedBots

Output only. Bots with identities that have been verified by reCAPTCHA and detected in the event.

Declaration
[JsonProperty("verifiedBots")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1Bot> VerifiedBots { get; set; }
Property Value
Type Description
IList<GoogleCloudRecaptchaenterpriseV1Bot>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX