HttpSettings Class

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

Inheritance
azure.mgmt.web._serialization.Model
HttpSettings

Constructor

HttpSettings(*, require_https: bool | None = None, routes: _models.HttpSettingsRoutes | None = None, forward_proxy: _models.ForwardProxy | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
require_https

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

routes

The configuration settings of the paths HTTP requests.

forward_proxy

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

Variables

Name Description
require_https

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

routes

The configuration settings of the paths HTTP requests.

forward_proxy

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