ApplicationGatewayHeaderConfigurationResponse

data class ApplicationGatewayHeaderConfigurationResponse(val headerName: String? = null, val headerValue: String? = null, val headerValueMatcher: HeaderValueMatcherResponse? = null)

Header configuration of the Actions set in Application Gateway.

Constructors

constructor(headerName: String? = null, headerValue: String? = null, headerValueMatcher: HeaderValueMatcherResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val headerName: String? = null

Header name of the header configuration.

Link copied to clipboard
val headerValue: String? = null

Header value of the header configuration.

Link copied to clipboard

An optional field under "Rewrite Action". It lets you capture and modify the value(s) of a specific header when multiple headers with the same name exist. Currently supported for Set-Cookie Response header only. For more details, visit https://aka.ms/appgwheadercrud