SecurityPolicyRuleRateLimitOptionsExceedRedirectOptions

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

Constructors

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

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
val type: String? = null

Type of the redirect action.