Function App Site Config Scm Ip Restriction Headers Args
data class FunctionAppSiteConfigScmIpRestrictionHeadersArgs(val xAzureFdids: Output<List<String>>? = null, val xFdHealthProbe: Output<String>? = null, val xForwardedFors: Output<List<String>>? = null, val xForwardedHosts: Output<List<String>>? = null) : ConvertibleToJava<FunctionAppSiteConfigScmIpRestrictionHeadersArgs>
Constructors
Properties
Link copied to clipboard
A list of allowed Azure FrontDoor IDs in UUID notation with a maximum of 8.
Link copied to clipboard
A list to allow the Azure FrontDoor health probe header. Only allowed value is "1".
Link copied to clipboard
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.