RuleGroupCaptchaConfigArgs

data class RuleGroupCaptchaConfigArgs(val immunityTimeProperty: Output<RuleGroupImmunityTimePropertyArgs>? = null) : ConvertibleToJava<RuleGroupCaptchaConfigArgs>

Constructors

Link copied to clipboard
constructor(immunityTimeProperty: Output<RuleGroupImmunityTimePropertyArgs>? = null)

Properties

Link copied to clipboard

Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.

Functions

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