SecurityPolicyRuleMatchExprOptionsRecaptchaOptions

data class SecurityPolicyRuleMatchExprOptionsRecaptchaOptions(val actionTokenSiteKeys: List<String>? = null, val sessionTokenSiteKeys: List<String>? = null)

Constructors

constructor(actionTokenSiteKeys: List<String>? = null, sessionTokenSiteKeys: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.