windows10NetworkProxyServer resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Network Proxy Server Policy.
Properties
Property | Type | Description |
---|---|---|
address | String | Address to the proxy server. Specify an address in the format [“:”] |
exceptions | String collection | Addresses that should not use the proxy server. The system will not use the proxy server for addresses beginning with what is specified in this node. |
useForLocalAddresses | Boolean | Specifies whether the proxy server should be used for local (intranet) addresses. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windows10NetworkProxyServer",
"address": "String",
"exceptions": [
"String"
],
"useForLocalAddresses": true
}