SecurityPolicyRuleRateLimitOptionsExceedRedirectOptions

data class SecurityPolicyRuleRateLimitOptionsExceedRedirectOptions(val target: String? = null, val type: String)

Constructors

constructor(target: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val target: String? = null

Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

Link copied to clipboard

Type of the redirect action.