public sealed class PolicyEvaluation : IMessage<PolicyEvaluation>, IEquatable<PolicyEvaluation>, IDeepCloneable<PolicyEvaluation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class PolicyEvaluation.
Information about the policy evaluation.
Implements
IMessagePolicyEvaluation, IEquatablePolicyEvaluation, IDeepCloneablePolicyEvaluation, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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 |
|