summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WindowsDomainJoinConfigurationModel.go
blob: a8022d4e43f7cd3e29d1298ed683088d0d5d319c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WindowsDomainJoinConfiguration Windows Domain Join device configuration.
type WindowsDomainJoinConfiguration struct {
	// DeviceConfiguration is the base model of WindowsDomainJoinConfiguration
	DeviceConfiguration
	// ComputerNameStaticPrefix Fixed prefix to be used for computer name.
	ComputerNameStaticPrefix *string `json:"computerNameStaticPrefix,omitempty"`
	// ComputerNameSuffixRandomCharCount Dynamically generated characters used as suffix for computer name. Valid values 3 to 14
	ComputerNameSuffixRandomCharCount *int `json:"computerNameSuffixRandomCharCount,omitempty"`
	// ActiveDirectoryDomainName Active Directory domain name to join.
	ActiveDirectoryDomainName *string `json:"activeDirectoryDomainName,omitempty"`
	// OrganizationalUnit Organizational unit (OU) where the computer account will be created. If this parameter is NULL, the well known computer object container will be used as published in the domain.
	OrganizationalUnit *string `json:"organizationalUnit,omitempty"`
	// NetworkAccessConfigurations undocumented
	NetworkAccessConfigurations []DeviceConfiguration `json:"networkAccessConfigurations,omitempty"`
}