FunctionAppSiteConfigScmIpRestrictionHeaders

data class FunctionAppSiteConfigScmIpRestrictionHeaders(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

A list of allowed Azure FrontDoor IDs in UUID notation with a maximum of 8.

Link copied to clipboard
val xFdHealthProbe: String? = null

A list to allow the Azure FrontDoor health probe header. Only allowed value is "1".

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

A list of allowed 'X-Forwarded-For' IPs in CIDR notation with a maximum of 8

Link copied to clipboard

A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.