SecurityPolicyRuleRedirectOptions

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val target: String? = null

External redirection target when "EXTERNAL_302" is set in 'type'.

Link copied to clipboard

Type of redirect action.