HttpSettings Class

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

Inheritance
HttpSettings

Constructor

HttpSettings(*, require_https: Optional[bool] = None, routes: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.HttpSettingsRoutes] = None, forward_proxy: Optional[azure.mgmt.web.v2021_01_15.models._models_py3.ForwardProxy] = None, **kwargs)

Parameters

require_https
bool
Required

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

routes
HttpSettingsRoutes
Required

The configuration settings of the paths HTTP requests.

forward_proxy
ForwardProxy
Required

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