blob: f2e34c1589baaf97b70ec93b33af21e699182d5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// Windows81VpnProxyServer undocumented
type Windows81VpnProxyServer struct {
// VpnProxyServer is the base model of Windows81VpnProxyServer
VpnProxyServer
// AutomaticallyDetectProxySettings Automatically detect proxy settings.
AutomaticallyDetectProxySettings *bool `json:"automaticallyDetectProxySettings,omitempty"`
// BypassProxyServerForLocalAddress Bypass proxy server for local address.
BypassProxyServerForLocalAddress *bool `json:"bypassProxyServerForLocalAddress,omitempty"`
}
|