summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumRun.go
blob: 1ee9d5e74d00231c429c69acabc57647c89ce3d9 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// RunAsAccountType undocumented
type RunAsAccountType string

const (
	// RunAsAccountTypeVSystem undocumented
	RunAsAccountTypeVSystem RunAsAccountType = "system"
	// RunAsAccountTypeVUser undocumented
	RunAsAccountTypeVUser RunAsAccountType = "user"
)

var (
	// RunAsAccountTypePSystem is a pointer to RunAsAccountTypeVSystem
	RunAsAccountTypePSystem = &_RunAsAccountTypePSystem
	// RunAsAccountTypePUser is a pointer to RunAsAccountTypeVUser
	RunAsAccountTypePUser = &_RunAsAccountTypePUser
)

var (
	_RunAsAccountTypePSystem = RunAsAccountTypeVSystem
	_RunAsAccountTypePUser   = RunAsAccountTypeVUser
)

// RunState undocumented
type RunState string

const (
	// RunStateVUnknown undocumented
	RunStateVUnknown RunState = "unknown"
	// RunStateVSuccess undocumented
	RunStateVSuccess RunState = "success"
	// RunStateVFail undocumented
	RunStateVFail RunState = "fail"
	// RunStateVScriptError undocumented
	RunStateVScriptError RunState = "scriptError"
	// RunStateVPending undocumented
	RunStateVPending RunState = "pending"
	// RunStateVNotApplicable undocumented
	RunStateVNotApplicable RunState = "notApplicable"
)

var (
	// RunStatePUnknown is a pointer to RunStateVUnknown
	RunStatePUnknown = &_RunStatePUnknown
	// RunStatePSuccess is a pointer to RunStateVSuccess
	RunStatePSuccess = &_RunStatePSuccess
	// RunStatePFail is a pointer to RunStateVFail
	RunStatePFail = &_RunStatePFail
	// RunStatePScriptError is a pointer to RunStateVScriptError
	RunStatePScriptError = &_RunStatePScriptError
	// RunStatePPending is a pointer to RunStateVPending
	RunStatePPending = &_RunStatePPending
	// RunStatePNotApplicable is a pointer to RunStateVNotApplicable
	RunStatePNotApplicable = &_RunStatePNotApplicable
)

var (
	_RunStatePUnknown       = RunStateVUnknown
	_RunStatePSuccess       = RunStateVSuccess
	_RunStatePFail          = RunStateVFail
	_RunStatePScriptError   = RunStateVScriptError
	_RunStatePPending       = RunStateVPending
	_RunStatePNotApplicable = RunStateVNotApplicable
)