Google Cloud reCAPTCHA Enterprise v1 API - Class PolicyEvaluation (2.21.0)

public sealed class PolicyEvaluation : IMessage<PolicyEvaluation>, IEquatable<PolicyEvaluation>, IDeepCloneable<PolicyEvaluation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class PolicyEvaluation.

Information about the policy evaluation.

Inheritance

object > PolicyEvaluation

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

PolicyEvaluation()

public PolicyEvaluation()

PolicyEvaluation(PolicyEvaluation)

public PolicyEvaluation(PolicyEvaluation other)
Parameter
Name Description
other PolicyEvaluation

Properties

ChallengeRuleEvaluation

public ChallengeRuleEvaluation ChallengeRuleEvaluation { get; set; }

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.

Property Value
Type Description
ChallengeRuleEvaluation