ExplicitProxyResponse

data class ExplicitProxyResponse(val enableExplicitProxy: Boolean? = null, val enablePacFile: Boolean? = null, val httpPort: Int? = null, val httpsPort: Int? = null, val pacFile: String? = null, val pacFilePort: Int? = null)

Explicit Proxy Settings in Firewall Policy.

Constructors

Link copied to clipboard
constructor(enableExplicitProxy: Boolean? = null, enablePacFile: Boolean? = null, httpPort: Int? = null, httpsPort: Int? = null, pacFile: String? = null, pacFilePort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When set to true, explicit proxy mode is enabled.

Link copied to clipboard
val enablePacFile: Boolean? = null

When set to true, pac file port and url needs to be provided.

Link copied to clipboard
val httpPort: Int? = null

Port number for explicit proxy http protocol, cannot be greater than 64000.

Link copied to clipboard
val httpsPort: Int? = null

Port number for explicit proxy https protocol, cannot be greater than 64000.

Link copied to clipboard
val pacFile: String? = null

SAS URL for PAC file.

Link copied to clipboard
val pacFilePort: Int? = null

Port number for firewall to serve PAC file.