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

# NetworkProxyConfiguration.Proxies

The payload for configuring network proxies.

## Declaration

```data
object NetworkProxyConfiguration.Proxies
```

## Properties

ExceptionsList: The list of hosts and domains that should bypass proxy settings. FallBackAllowed: If 1, enables fallback. Default is 1. For managed devices, if not supplied, the default is 0. FTPEnable: If true, enables FTP proxy. FTPPassive: If true, enables passive FTP mode. FTPPort: The FTP proxy port. FTPProxy: The host name or IP address for the FTP proxy. GopherEnable: If true, enables gopher proxy. GopherPort: The gopher proxy port. GopherProxy: The host name or IP address for the gopher proxy. HTTPEnable: If true, enables web proxy. HTTPPort: The web proxy port. HTTPProxy: The host name or IP address for the web proxy. HTTPSEnable: If true, enables secure web proxy. HTTPSPort: The secure web proxy port. HTTPSProxy: The host name or IP address for the secure web proxy. ProxyAutoConfigEnable: If true, enables automatic proxy configuration. ProxyAutoConfigURLString: The automatic proxy configuration URL. ProxyCaptiveLoginAllowed: If 1, allows client to log into captive portal network. Available: macOS 10.9+ RTSPEnable: If true, enable streaming proxy. RTSPPort: The streaming proxy port. RTSPProxy: The host name or IP address for the streaming proxy. SOCKSEnable: If true, enable the SOCKS proxy. SOCKSPortinteger: The SOCKS proxy port. SOCKSProxy: The host name or IP address for the SOCKS proxy.
