LinuxWebAppSiteConfigScmIpRestrictionHeaders

data class LinuxWebAppSiteConfigScmIpRestrictionHeaders(val xAzureFdids: List<String>? = null, val xFdHealthProbe: String? = null, val xForwardedFors: List<String>? = null, val xForwardedHosts: List<String>? = null)

Constructors

constructor(xAzureFdids: List<String>? = null, xFdHealthProbe: String? = null, xForwardedFors: List<String>? = null, xForwardedHosts: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val xAzureFdids: List<String>? = null

Specifies a list of Azure Front Door IDs.

Link copied to clipboard
val xFdHealthProbe: String? = null

Specifies if a Front Door Health Probe should be expected. The only possible value is 1.

Link copied to clipboard
val xForwardedFors: List<String>? = null

Specifies a list of addresses for which matching should be applied. Omitting this value means allow any.

Link copied to clipboard

Specifies a list of Hosts for which matching should be applied.