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
fun HttpSettingsArgs(forwardProxy: Output<ForwardProxyArgs>? = null, requireHttps: Output<Boolean>? = null, routes: Output<HttpSettingsRoutesArgs>? = null)