5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/WindowsDomainJoinConfigurationModel.go

20 lines
1.2 KiB
Go

// 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"`
}