HttpSettingsResponse

data class HttpSettingsResponse(val forwardProxy: ForwardProxyResponse? = null, val requireHttps: Boolean? = null, val routes: HttpSettingsRoutesResponse? = null)

The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.

Constructors

Link copied to clipboard
constructor(forwardProxy: ForwardProxyResponse? = null, requireHttps: Boolean? = null, routes: HttpSettingsRoutesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration settings of a forward proxy used to make the requests.

Link copied to clipboard
val requireHttps: Boolean? = null

false if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, true.

Link copied to clipboard

The configuration settings of the paths HTTP requests.