BackendProxyContractArgs

data class BackendProxyContractArgs(val password: Output<String>? = null, val url: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<BackendProxyContractArgs>

Details of the Backend WebProxy Server to use in the Request to Backend.

Constructors

Link copied to clipboard
constructor(password: Output<String>? = null, url: Output<String>, username: Output<String>? = null)

Properties

Link copied to clipboard
val password: Output<String>? = null

Password to connect to the WebProxy Server

Link copied to clipboard
val url: Output<String>

WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.

Link copied to clipboard
val username: Output<String>? = null

Username to connect to the WebProxy server

Functions

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