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/WindowsHelloForBusinessPinUsageEnum.go
generated
vendored
Normal file
33
vendor/github.com/yaegashi/msgraph.go/beta/WindowsHelloForBusinessPinUsageEnum.go
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// WindowsHelloForBusinessPinUsage undocumented
|
||||
type WindowsHelloForBusinessPinUsage int
|
||||
|
||||
const (
|
||||
// WindowsHelloForBusinessPinUsageVAllowed undocumented
|
||||
WindowsHelloForBusinessPinUsageVAllowed WindowsHelloForBusinessPinUsage = 0
|
||||
// WindowsHelloForBusinessPinUsageVRequired undocumented
|
||||
WindowsHelloForBusinessPinUsageVRequired WindowsHelloForBusinessPinUsage = 1
|
||||
// WindowsHelloForBusinessPinUsageVDisallowed undocumented
|
||||
WindowsHelloForBusinessPinUsageVDisallowed WindowsHelloForBusinessPinUsage = 2
|
||||
)
|
||||
|
||||
// WindowsHelloForBusinessPinUsagePAllowed returns a pointer to WindowsHelloForBusinessPinUsageVAllowed
|
||||
func WindowsHelloForBusinessPinUsagePAllowed() *WindowsHelloForBusinessPinUsage {
|
||||
v := WindowsHelloForBusinessPinUsageVAllowed
|
||||
return &v
|
||||
}
|
||||
|
||||
// WindowsHelloForBusinessPinUsagePRequired returns a pointer to WindowsHelloForBusinessPinUsageVRequired
|
||||
func WindowsHelloForBusinessPinUsagePRequired() *WindowsHelloForBusinessPinUsage {
|
||||
v := WindowsHelloForBusinessPinUsageVRequired
|
||||
return &v
|
||||
}
|
||||
|
||||
// WindowsHelloForBusinessPinUsagePDisallowed returns a pointer to WindowsHelloForBusinessPinUsageVDisallowed
|
||||
func WindowsHelloForBusinessPinUsagePDisallowed() *WindowsHelloForBusinessPinUsage {
|
||||
v := WindowsHelloForBusinessPinUsageVDisallowed
|
||||
return &v
|
||||
}
|
||||
Reference in New Issue
Block a user