---
title: VPN.Proxies
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/vpn/proxies-data.dictionary
---

# VPN.Proxies

The dictionary that contains the Proxies settings.

## Declaration

```data
object VPN.Proxies
```

## Properties

HTTPEnable: If 1, enables proxy for HTTP traffic. HTTPPort: The port number of the HTTP proxy. This field is required if HTTPProxy is specified. HTTPProxy: The host name of the HTTP proxy. HTTPProxyPassword: The password used for authentication. HTTPProxyUsername: The user name used for authentication. HTTPSEnable: If true, enables proxy for HTTPS traffic. HTTPSPort: The port number of the HTTPS proxy. This field is required if HTTPSProxy is specified. HTTPSProxy: The host name of the HTTPS proxy. ProxyAutoConfigEnable: If true, enables automatic proxy configuration. ProxyAutoConfigURLString: The URL to the location of the proxy auto-configuration file. Used only when ProxyAutoConfigEnable is true. ProxyAutoDiscoveryEnable: If true, enables proxy auto discovery. SupplementalMatchDomains: An array of domains that defines which hosts use proxy settings for hosts.

## See Also

### Objects

- [VPN.AlwaysOn](devicemanagement/vpn/alwayson-data.dictionary.md)
- [VPN.DNS](devicemanagement/vpn/dns-data.dictionary.md)
- [VPN.IKEv2](devicemanagement/vpn/ikev2-data.dictionary.md)
- [VPN.IPSec](devicemanagement/vpn/ipsec-data.dictionary.md)
- [VPN.IPv4](devicemanagement/vpn/ipv4-data.dictionary.md)
- [VPN.PPP](devicemanagement/vpn/ppp-data.dictionary.md)
- [VPN.TransparentProxy](devicemanagement/vpn/transparentproxy-data.dictionary.md)
- [VPN.VPN](devicemanagement/vpn/vpn-data.dictionary.md)
- [VPN.VendorConfig](devicemanagement/vpn/vendorconfig-data.dictionary.md)
