5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 10:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumLogon.go
2020-03-22 00:02:48 +01:00

51 lines
1.9 KiB
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// LogonType undocumented
type LogonType string
const (
// LogonTypeVUnknown undocumented
LogonTypeVUnknown LogonType = "unknown"
// LogonTypeVInteractive undocumented
LogonTypeVInteractive LogonType = "interactive"
// LogonTypeVRemoteInteractive undocumented
LogonTypeVRemoteInteractive LogonType = "remoteInteractive"
// LogonTypeVNetwork undocumented
LogonTypeVNetwork LogonType = "network"
// LogonTypeVBatch undocumented
LogonTypeVBatch LogonType = "batch"
// LogonTypeVService undocumented
LogonTypeVService LogonType = "service"
// LogonTypeVUnknownFutureValue undocumented
LogonTypeVUnknownFutureValue LogonType = "unknownFutureValue"
)
var (
// LogonTypePUnknown is a pointer to LogonTypeVUnknown
LogonTypePUnknown = &_LogonTypePUnknown
// LogonTypePInteractive is a pointer to LogonTypeVInteractive
LogonTypePInteractive = &_LogonTypePInteractive
// LogonTypePRemoteInteractive is a pointer to LogonTypeVRemoteInteractive
LogonTypePRemoteInteractive = &_LogonTypePRemoteInteractive
// LogonTypePNetwork is a pointer to LogonTypeVNetwork
LogonTypePNetwork = &_LogonTypePNetwork
// LogonTypePBatch is a pointer to LogonTypeVBatch
LogonTypePBatch = &_LogonTypePBatch
// LogonTypePService is a pointer to LogonTypeVService
LogonTypePService = &_LogonTypePService
// LogonTypePUnknownFutureValue is a pointer to LogonTypeVUnknownFutureValue
LogonTypePUnknownFutureValue = &_LogonTypePUnknownFutureValue
)
var (
_LogonTypePUnknown = LogonTypeVUnknown
_LogonTypePInteractive = LogonTypeVInteractive
_LogonTypePRemoteInteractive = LogonTypeVRemoteInteractive
_LogonTypePNetwork = LogonTypeVNetwork
_LogonTypePBatch = LogonTypeVBatch
_LogonTypePService = LogonTypeVService
_LogonTypePUnknownFutureValue = LogonTypeVUnknownFutureValue
)