FrontdoorRuleActionsUrlRewriteAction

data class FrontdoorRuleActionsUrlRewriteAction(val destination: String, val preserveUnmatchedPath: Boolean? = null, val sourcePattern: String)

Constructors

Link copied to clipboard
constructor(destination: String, preserveUnmatchedPath: Boolean? = null, sourcePattern: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination path to use in the rewrite. The destination path overwrites the source pattern.

Link copied to clipboard

Append the remaining path after the source pattern to the new destination path? Possible values true or false. Defaults to false.

Link copied to clipboard

The source pattern in the URL path to replace. This uses prefix-based matching. For example, to match all URL paths use a forward slash "/" as the source pattern value.