Show / Hide Table of Contents

Class SecurityPolicyRuleMatcherExprOptions

Inheritance
object
SecurityPolicyRuleMatcherExprOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX