HttpSettings Class
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
Constructor
HttpSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
require_https
|
|
|
routes
|
The configuration settings of the paths HTTP requests. |
|
forward_proxy
|
The configuration settings of a forward proxy used to make the requests. |
Attributes
forward_proxy
The configuration settings of a forward proxy used to make the requests.
forward_proxy: _models.ForwardProxy | None
require_https
false if the authentication/authorization responses not having the HTTPS scheme
are permissible; otherwise, true.
require_https: bool | None
routes
The configuration settings of the paths HTTP requests.
routes: _models.HttpSettingsRoutes | None