summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumPolicy.go
blob: 66d4f20e65b1d7a2db81a004ecdbd1c8f0831d7c (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// PolicyPlatformType undocumented
type PolicyPlatformType string

const (
	// PolicyPlatformTypeVAndroid undocumented
	PolicyPlatformTypeVAndroid PolicyPlatformType = "android"
	// PolicyPlatformTypeVAndroidForWork undocumented
	PolicyPlatformTypeVAndroidForWork PolicyPlatformType = "androidForWork"
	// PolicyPlatformTypeVIOS undocumented
	PolicyPlatformTypeVIOS PolicyPlatformType = "iOS"
	// PolicyPlatformTypeVMacOS undocumented
	PolicyPlatformTypeVMacOS PolicyPlatformType = "macOS"
	// PolicyPlatformTypeVWindowsPhone81 undocumented
	PolicyPlatformTypeVWindowsPhone81 PolicyPlatformType = "windowsPhone81"
	// PolicyPlatformTypeVWindows81AndLater undocumented
	PolicyPlatformTypeVWindows81AndLater PolicyPlatformType = "windows81AndLater"
	// PolicyPlatformTypeVWindows10AndLater undocumented
	PolicyPlatformTypeVWindows10AndLater PolicyPlatformType = "windows10AndLater"
	// PolicyPlatformTypeVAndroidWorkProfile undocumented
	PolicyPlatformTypeVAndroidWorkProfile PolicyPlatformType = "androidWorkProfile"
	// PolicyPlatformTypeVAll undocumented
	PolicyPlatformTypeVAll PolicyPlatformType = "all"
)

var (
	// PolicyPlatformTypePAndroid is a pointer to PolicyPlatformTypeVAndroid
	PolicyPlatformTypePAndroid = &_PolicyPlatformTypePAndroid
	// PolicyPlatformTypePAndroidForWork is a pointer to PolicyPlatformTypeVAndroidForWork
	PolicyPlatformTypePAndroidForWork = &_PolicyPlatformTypePAndroidForWork
	// PolicyPlatformTypePIOS is a pointer to PolicyPlatformTypeVIOS
	PolicyPlatformTypePIOS = &_PolicyPlatformTypePIOS
	// PolicyPlatformTypePMacOS is a pointer to PolicyPlatformTypeVMacOS
	PolicyPlatformTypePMacOS = &_PolicyPlatformTypePMacOS
	// PolicyPlatformTypePWindowsPhone81 is a pointer to PolicyPlatformTypeVWindowsPhone81
	PolicyPlatformTypePWindowsPhone81 = &_PolicyPlatformTypePWindowsPhone81
	// PolicyPlatformTypePWindows81AndLater is a pointer to PolicyPlatformTypeVWindows81AndLater
	PolicyPlatformTypePWindows81AndLater = &_PolicyPlatformTypePWindows81AndLater
	// PolicyPlatformTypePWindows10AndLater is a pointer to PolicyPlatformTypeVWindows10AndLater
	PolicyPlatformTypePWindows10AndLater = &_PolicyPlatformTypePWindows10AndLater
	// PolicyPlatformTypePAndroidWorkProfile is a pointer to PolicyPlatformTypeVAndroidWorkProfile
	PolicyPlatformTypePAndroidWorkProfile = &_PolicyPlatformTypePAndroidWorkProfile
	// PolicyPlatformTypePAll is a pointer to PolicyPlatformTypeVAll
	PolicyPlatformTypePAll = &_PolicyPlatformTypePAll
)

var (
	_PolicyPlatformTypePAndroid            = PolicyPlatformTypeVAndroid
	_PolicyPlatformTypePAndroidForWork     = PolicyPlatformTypeVAndroidForWork
	_PolicyPlatformTypePIOS                = PolicyPlatformTypeVIOS
	_PolicyPlatformTypePMacOS              = PolicyPlatformTypeVMacOS
	_PolicyPlatformTypePWindowsPhone81     = PolicyPlatformTypeVWindowsPhone81
	_PolicyPlatformTypePWindows81AndLater  = PolicyPlatformTypeVWindows81AndLater
	_PolicyPlatformTypePWindows10AndLater  = PolicyPlatformTypeVWindows10AndLater
	_PolicyPlatformTypePAndroidWorkProfile = PolicyPlatformTypeVAndroidWorkProfile
	_PolicyPlatformTypePAll                = PolicyPlatformTypeVAll
)

// PolicySetStatus undocumented
type PolicySetStatus string

const (
	// PolicySetStatusVUnknown undocumented
	PolicySetStatusVUnknown PolicySetStatus = "unknown"
	// PolicySetStatusVValidating undocumented
	PolicySetStatusVValidating PolicySetStatus = "validating"
	// PolicySetStatusVPartialSuccess undocumented
	PolicySetStatusVPartialSuccess PolicySetStatus = "partialSuccess"
	// PolicySetStatusVSuccess undocumented
	PolicySetStatusVSuccess PolicySetStatus = "success"
	// PolicySetStatusVError undocumented
	PolicySetStatusVError PolicySetStatus = "error"
	// PolicySetStatusVNotAssigned undocumented
	PolicySetStatusVNotAssigned PolicySetStatus = "notAssigned"
)

var (
	// PolicySetStatusPUnknown is a pointer to PolicySetStatusVUnknown
	PolicySetStatusPUnknown = &_PolicySetStatusPUnknown
	// PolicySetStatusPValidating is a pointer to PolicySetStatusVValidating
	PolicySetStatusPValidating = &_PolicySetStatusPValidating
	// PolicySetStatusPPartialSuccess is a pointer to PolicySetStatusVPartialSuccess
	PolicySetStatusPPartialSuccess = &_PolicySetStatusPPartialSuccess
	// PolicySetStatusPSuccess is a pointer to PolicySetStatusVSuccess
	PolicySetStatusPSuccess = &_PolicySetStatusPSuccess
	// PolicySetStatusPError is a pointer to PolicySetStatusVError
	PolicySetStatusPError = &_PolicySetStatusPError
	// PolicySetStatusPNotAssigned is a pointer to PolicySetStatusVNotAssigned
	PolicySetStatusPNotAssigned = &_PolicySetStatusPNotAssigned
)

var (
	_PolicySetStatusPUnknown        = PolicySetStatusVUnknown
	_PolicySetStatusPValidating     = PolicySetStatusVValidating
	_PolicySetStatusPPartialSuccess = PolicySetStatusVPartialSuccess
	_PolicySetStatusPSuccess        = PolicySetStatusVSuccess
	_PolicySetStatusPError          = PolicySetStatusVError
	_PolicySetStatusPNotAssigned    = PolicySetStatusVNotAssigned
)