Class GoogleCloudRecaptchaenterpriseV1ChallengeRuleGroup
A collection of challenge rules that applies to one or more actions.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1ChallengeRuleGroup : IDirectResponseSchema
Properties
Actions
Required. Action name provided at token generation. The action name is not case-sensitive and can only contain alphanumeric characters, slashes, and underscores. If "*" is provided, the rule group applies to all actions. If multiple actions are provided, the rule group is applied to all of them. This field is required.
Declaration
[JsonProperty("actions")]
public virtual IList<string> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ChallengeRules
Required. A list of rules that configure when and how reCAPTCHA presents a challenge. reCAPTCHA evaluates these rules in order and applies the first one that matches.
Declaration
[JsonProperty("challengeRules")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1ChallengeRule> ChallengeRules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudRecaptchaenterpriseV1ChallengeRule> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |