5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 03:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelActive.go
2020-09-04 23:29:13 +02:00

14 lines
780 B
Go

// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ActiveDirectoryWindowsAutopilotDeploymentProfile Windows Autopilot Deployment Profile
type ActiveDirectoryWindowsAutopilotDeploymentProfile struct {
// WindowsAutopilotDeploymentProfile is the base model of ActiveDirectoryWindowsAutopilotDeploymentProfile
WindowsAutopilotDeploymentProfile
// HybridAzureADJoinSkipConnectivityCheck The Autopilot Hybrid Azure AD join flow will continue even if it does not establish domain controller connectivity during OOBE.
HybridAzureADJoinSkipConnectivityCheck *bool `json:"hybridAzureADJoinSkipConnectivityCheck,omitempty"`
// DomainJoinConfiguration undocumented
DomainJoinConfiguration *WindowsDomainJoinConfiguration `json:"domainJoinConfiguration,omitempty"`
}