Relaysrequired
| array | Relays | An array of dictionaries that describe one or more relay servers that the system can chain together. | — | — |
MatchDomains
| array | Match Domains | A list of domain strings that the system uses to determine which connection to route through the servers in 'Relays'.
Any connection that matches a domain in the list exactly or is a subdomain of the listed domain uses the relay servers, unless it matches a domain in 'ExcludedDomains'.
If this list and 'MatchFQDNs' are empty, the system routes traffic to all domains to the relay servers, except those that match an excluded domain or excluded FQDN. | — | — |
ExcludedDomains
| array | Excluded Domains | A list of domain strings to exclude from routing through the servers in 'Relays'. Any connection that matches a domain in the list exactly or is a subdomain of the listed domain won't use the relay server. | — | — |
RelayUUID
| string | — | A globally unique identifier for this relay configuration. The system uses this UUID to route managed apps through the servers in 'Relays'. This key is required for user enrollment. | — | — |
MatchFQDNs
| array | Match FQDNs | A list of Fully Qualified Domain Names (FQDNs) to be routed through the servers contained in 'Relays'. Any connection that matches an FQDN in the list exactly uses the relay servers. If this list and 'MatchDomains' are empty, the system routes traffic to all domains to the relay servers, except those that match an excluded domain or excluded FQDN. | — | — |
ExcludedFQDNs
| array | Excluded FQDNs | A list of Fully Qualified Domain Names (FQDNs) to exclude from routing through the servers contained in 'Relays'. Any connection that matches an FQDN in the list exactly won't use the relay server. When 'MatchDomains' is also present, any FQDN listed in the list should be a subdomain of at least one 'MatchDomain' value, otherwise it will not have any effect. | — | — |
UIToggleEnabled
| boolean | UI Toggle Enabled | If 'true', the device allows the user to disable this network relay configuration. | true | — |
AllowDNSFailover
| boolean | Allow DNS Failover | If 'true', the device allows the relay to failover to the default system DNS resolver. | false | — |
Relay
| dict | Network Relay | — | — | — |
HTTP3RelayURL
| string | HTTP/3 Relay URL | The URL or URI template, as defined in RFC 9298, of a relay server that's reachable using HTTP/3 and supports proxying TCP and UDP using the CONNECT method.
Each relay needs to include either 'HTTP2RelayURL' or 'HTTP3RelayURL', or it can include both. | — | — |
HTTP2RelayURL
| string | HTTP/2 Relay URL | The URL or URI template, as defined in RFC 9298, of a relay server that's reachable using HTTP/2 and supports proxying TCP and UDP using the CONNECT method.
Each relay needs to include either 'HTTP2RelayURL' or 'HTTP3RelayURL', or it can include both. | — | — |
AdditionalHTTPHeaderFields
| dict | Additional HTTP Header Fields | A dictionary that contains custom HTTP header keys and values to add to each request. The dictionary key name represents the HTTP header field name to use, and the dictionary value is the string to use as the HTTP header field value. | — | — |
PayloadCertificateUUID
| string | Certificate UUID | The UUID that points to an identity certificate payload, which the system uses to authenticate the user to the relay server. | — | — |
RawPublicKeys
| array | Raw Public Keys | An array of DER-encoded raw public keys that the system uses to authenticate the server during a TLS handshake. The server needs to use one of the keys in the handshake to authenticate.
If this array is empty, the system uses the default TLS trust evaluation. | — | — |
{{key}}required
| string | — | — | — | — |
{{value}}required
| string | — | The HTTP header field value for the corresponding header field name. | — | — |
RawPublicKeysElement
| data | Raw Public Key Element | — | — | — |
MatchDomainsElement
| string | Match Domains Element | — | — | — |
ExcludedDomainsElement
| string | Excluded Domains Element | — | — | — |
MatchFQDNsElement
| string | Match FQDNs Element | — | — | — |
ExcludedFQDNsElement
| string | Excluded FQDNs Element | — | — | — |