forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
11
vendor/github.com/yaegashi/msgraph.go/beta/Windows10CustomConfigurationModel.go
generated
vendored
Normal file
11
vendor/github.com/yaegashi/msgraph.go/beta/Windows10CustomConfigurationModel.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// Windows10CustomConfiguration This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10CustomConfiguration resource.
|
||||
type Windows10CustomConfiguration struct {
|
||||
// DeviceConfiguration is the base model of Windows10CustomConfiguration
|
||||
DeviceConfiguration
|
||||
// OMASettings OMA settings. This collection can contain a maximum of 1000 elements.
|
||||
OMASettings []OMASetting `json:"omaSettings,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user