summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelActive.go
blob: 1f043f3127f138e206588d2f3c25bd8448244135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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"`
}