summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumLogon.go
blob: 209b533c340d46bd209a560be75f91d5717e1922 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// 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
)