Class SecurityPolicyRuleMatcherExprOptions
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class SecurityPolicyRuleMatcherExprOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecaptchaOptions
reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field has no effect.
Declaration
[JsonProperty("recaptchaOptions")]
public virtual SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions RecaptchaOptions { get; set; }
Property Value
Type | Description |
---|---|
SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions |