FrontdoorRoutingRuleRedirectConfiguration

data class FrontdoorRoutingRuleRedirectConfiguration(val customFragment: String? = null, val customHost: String? = null, val customPath: String? = null, val customQueryString: String? = null, val redirectProtocol: String, val redirectType: String)

Constructors

constructor(customFragment: String? = null, customHost: String? = null, customPath: String? = null, customQueryString: String? = null, redirectProtocol: String, redirectType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customFragment: String? = null

The destination fragment in the portion of URL after '#'. Set this to add a fragment to the redirect URL.

Link copied to clipboard
val customHost: String? = null

Set this to change the URL for the redirection.

Link copied to clipboard
val customPath: String? = null

The path to retain as per the incoming request, or update in the URL for the redirection.

Link copied to clipboard

Replace any existing query string from the incoming request URL.

Link copied to clipboard

Protocol to use when redirecting. Valid options are HttpOnly, HttpsOnly, or MatchRequest.

Link copied to clipboard

Status code for the redirect. Valida options are Moved, Found, TemporaryRedirect, PermanentRedirect.