Show / Hide Table of Contents

Class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions

Inheritance
object
SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
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 SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions : IDirectResponseSchema

Properties

ActionTokenSiteKeys

A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.

Declaration
[JsonProperty("actionTokenSiteKeys")]
public virtual IList<string> ActionTokenSiteKeys { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SessionTokenSiteKeys

A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.

Declaration
[JsonProperty("sessionTokenSiteKeys")]
public virtual IList<string> SessionTokenSiteKeys { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX