Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1PolicyEvaluation

Information about the policy evaluation.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1PolicyEvaluation
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 GoogleCloudRecaptchaenterpriseV1PolicyEvaluation : IDirectResponseSchema

Properties

ChallengeRuleEvaluation

Output only. Populated if one or more Challenge rules were matched. Its presence in the assessment indicates that at least one challenge rule was matched and determined whether a challenge was presented to the user.

Declaration
[JsonProperty("challengeRuleEvaluation")]
public virtual GoogleCloudRecaptchaenterpriseV1ChallengeRuleEvaluation ChallengeRuleEvaluation { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1ChallengeRuleEvaluation

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX