VcplcmUmProxyProperties

VcplcmUmProxyProperties
VcplcmUmProxyProperties

Properties needed to configure a Proxy server.

JSON Example
{
    "type": "string",
    "host": "string",
    "port": 0,
    "user": "string",
    "password": "string"
}
string As ^none|http|https$
type
Required

Proxy protocol type: none, http and https

string As ^([a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-zA-Z0-9])?\.)*[a-z_A-Z0-9]([a-z_A-Z0-9\-]*[a-z_A-Z0-9])?$
host
Required

Proxy hostname or IP address

integer As int32 As int32
port
Required

Proxy listening port

string
user
Optional

Proxy user

string As (^[^'"]{2,32}$)|(^ref:password:[a-zA-Z0-9]{20}$)
password
Optional

User's password