A boolean indicating whether authentication is required for the proxy.
Optional
bypass(Optional) An array of strings specifying hostnames or IPs to bypass the proxy.
Optional
disabled(Optional) A boolean indicating whether the proxy is disabled, default is false.
The hostname or IP address of the proxy server.
A string pattern to match URLs for which the proxy should be used. It is used to initialize the UrlMatchPattern object internally.
The password for proxy authentication.
Optional
port(Optional) The port number of the proxy server.
The protocol used by the proxy.
A boolean indicating whether to use tunneling for the proxy connection.
The username for proxy authentication.
Represents the configuration options for a proxy.