Class GoogleCloudRecaptchaenterpriseV1PolicyEvaluation
Information about the policy evaluation.
Implements
Inherited Members
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 |