SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsArgs

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

Constructors

fun SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsArgs(actionTokenSiteKeys: Output<List<String>>? = null, sessionTokenSiteKeys: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsArgs

Properties

Link copied to clipboard
val actionTokenSiteKeys: Output<List<String>>? = null

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
val sessionTokenSiteKeys: Output<List<String>>? = null

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.