blob: be92cb68ffb8ac5e97f5f5e382d8111d0a8b7ec7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// Windows10NetworkBoundaryConfiguration Windows10 Network Boundary Configuration
type Windows10NetworkBoundaryConfiguration struct {
// DeviceConfiguration is the base model of Windows10NetworkBoundaryConfiguration
DeviceConfiguration
// WindowsNetworkIsolationPolicy Windows Network Isolation Policy
WindowsNetworkIsolationPolicy *WindowsNetworkIsolationPolicy `json:"windowsNetworkIsolationPolicy,omitempty"`
}
|