Class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
Implements
Inherited Members
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> |