Http Settings Response
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 ContainerApp Service Authentication/Authorization.
Constructors
Link copied to clipboard
constructor(forwardProxy: ForwardProxyResponse? = null, requireHttps: Boolean? = null, routes: HttpSettingsRoutesResponse? = null)
Properties
Link copied to clipboard
The configuration settings of a forward proxy used to make the requests.
Link copied to clipboard
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.