Http Settings Args
data class HttpSettingsArgs(val forwardProxy: Output<ForwardProxyArgs>? = null, val requireHttps: Output<Boolean>? = null, val routes: Output<HttpSettingsRoutesArgs>? = null) : ConvertibleToJava<HttpSettingsArgs>
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: Output<ForwardProxyArgs>? = null, requireHttps: Output<Boolean>? = null, routes: Output<HttpSettingsRoutesArgs>? = 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.