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:
33
vendor/github.com/yaegashi/msgraph.go/beta/WindowsSModeConfigurationEnum.go
generated
vendored
Normal file
33
vendor/github.com/yaegashi/msgraph.go/beta/WindowsSModeConfigurationEnum.go
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// WindowsSModeConfiguration undocumented
|
||||
type WindowsSModeConfiguration int
|
||||
|
||||
const (
|
||||
// WindowsSModeConfigurationVNoRestriction undocumented
|
||||
WindowsSModeConfigurationVNoRestriction WindowsSModeConfiguration = 0
|
||||
// WindowsSModeConfigurationVBlock undocumented
|
||||
WindowsSModeConfigurationVBlock WindowsSModeConfiguration = 1
|
||||
// WindowsSModeConfigurationVUnlock undocumented
|
||||
WindowsSModeConfigurationVUnlock WindowsSModeConfiguration = 2
|
||||
)
|
||||
|
||||
// WindowsSModeConfigurationPNoRestriction returns a pointer to WindowsSModeConfigurationVNoRestriction
|
||||
func WindowsSModeConfigurationPNoRestriction() *WindowsSModeConfiguration {
|
||||
v := WindowsSModeConfigurationVNoRestriction
|
||||
return &v
|
||||
}
|
||||
|
||||
// WindowsSModeConfigurationPBlock returns a pointer to WindowsSModeConfigurationVBlock
|
||||
func WindowsSModeConfigurationPBlock() *WindowsSModeConfiguration {
|
||||
v := WindowsSModeConfigurationVBlock
|
||||
return &v
|
||||
}
|
||||
|
||||
// WindowsSModeConfigurationPUnlock returns a pointer to WindowsSModeConfigurationVUnlock
|
||||
func WindowsSModeConfigurationPUnlock() *WindowsSModeConfiguration {
|
||||
v := WindowsSModeConfigurationVUnlock
|
||||
return &v
|
||||
}
|
||||
Reference in New Issue
Block a user