ProxySpec

ProxySpec
ProxySpec

Spec contains parameters for proxy settings

JSON Example
{
    "host": "10.0.0.250",
    "port": 3128,
    "username": "string",
    "password": "string",
    "transferProtocol": "HTTPS"
}
string
host
Required

IP address/FQDN of proxy server

integer As int32 As int32
port
Required

Port of proxy server

string
username
Optional

Proxy server username

string
password
Optional

Proxy server password

string
transferProtocol
Optional

Proxy transfer protocol, default value is HTTP. One among: HTTP, HTTPS

Property Of