HttpSettingsArgs

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
val forwardProxy: Output<ForwardProxyArgs>? = null

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

Link copied to clipboard
val requireHttps: Output<Boolean>? = null

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

Link copied to clipboard
val routes: Output<HttpSettingsRoutesArgs>? = null

The configuration settings of the paths HTTP requests.

Functions

Link copied to clipboard
open override fun toJava(): HttpSettingsArgs