GetSecurityPolicyRuleRedirectOption

data class GetSecurityPolicyRuleRedirectOption(val target: String, val type: String)

Constructors

Link copied to clipboard
constructor(target: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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. Available options: EXTERNAL_302: Must specify the corresponding target field in config. GOOGLE_RECAPTCHA: Cannot specify target field in config.