summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumMDM.go
blob: 908a1b1d28f07859f00772d7b8968f43205a22e4 (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
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// MDMAppConfigKeyType undocumented
type MDMAppConfigKeyType string

const (
	// MDMAppConfigKeyTypeVStringType undocumented
	MDMAppConfigKeyTypeVStringType MDMAppConfigKeyType = "stringType"
	// MDMAppConfigKeyTypeVIntegerType undocumented
	MDMAppConfigKeyTypeVIntegerType MDMAppConfigKeyType = "integerType"
	// MDMAppConfigKeyTypeVRealType undocumented
	MDMAppConfigKeyTypeVRealType MDMAppConfigKeyType = "realType"
	// MDMAppConfigKeyTypeVBooleanType undocumented
	MDMAppConfigKeyTypeVBooleanType MDMAppConfigKeyType = "booleanType"
	// MDMAppConfigKeyTypeVTokenType undocumented
	MDMAppConfigKeyTypeVTokenType MDMAppConfigKeyType = "tokenType"
)

var (
	// MDMAppConfigKeyTypePStringType is a pointer to MDMAppConfigKeyTypeVStringType
	MDMAppConfigKeyTypePStringType = &_MDMAppConfigKeyTypePStringType
	// MDMAppConfigKeyTypePIntegerType is a pointer to MDMAppConfigKeyTypeVIntegerType
	MDMAppConfigKeyTypePIntegerType = &_MDMAppConfigKeyTypePIntegerType
	// MDMAppConfigKeyTypePRealType is a pointer to MDMAppConfigKeyTypeVRealType
	MDMAppConfigKeyTypePRealType = &_MDMAppConfigKeyTypePRealType
	// MDMAppConfigKeyTypePBooleanType is a pointer to MDMAppConfigKeyTypeVBooleanType
	MDMAppConfigKeyTypePBooleanType = &_MDMAppConfigKeyTypePBooleanType
	// MDMAppConfigKeyTypePTokenType is a pointer to MDMAppConfigKeyTypeVTokenType
	MDMAppConfigKeyTypePTokenType = &_MDMAppConfigKeyTypePTokenType
)

var (
	_MDMAppConfigKeyTypePStringType  = MDMAppConfigKeyTypeVStringType
	_MDMAppConfigKeyTypePIntegerType = MDMAppConfigKeyTypeVIntegerType
	_MDMAppConfigKeyTypePRealType    = MDMAppConfigKeyTypeVRealType
	_MDMAppConfigKeyTypePBooleanType = MDMAppConfigKeyTypeVBooleanType
	_MDMAppConfigKeyTypePTokenType   = MDMAppConfigKeyTypeVTokenType
)

// MDMAuthority undocumented
type MDMAuthority string

const (
	// MDMAuthorityVUnknown undocumented
	MDMAuthorityVUnknown MDMAuthority = "unknown"
	// MDMAuthorityVIntune undocumented
	MDMAuthorityVIntune MDMAuthority = "intune"
	// MDMAuthorityVSccm undocumented
	MDMAuthorityVSccm MDMAuthority = "sccm"
	// MDMAuthorityVOffice365 undocumented
	MDMAuthorityVOffice365 MDMAuthority = "office365"
)

var (
	// MDMAuthorityPUnknown is a pointer to MDMAuthorityVUnknown
	MDMAuthorityPUnknown = &_MDMAuthorityPUnknown
	// MDMAuthorityPIntune is a pointer to MDMAuthorityVIntune
	MDMAuthorityPIntune = &_MDMAuthorityPIntune
	// MDMAuthorityPSccm is a pointer to MDMAuthorityVSccm
	MDMAuthorityPSccm = &_MDMAuthorityPSccm
	// MDMAuthorityPOffice365 is a pointer to MDMAuthorityVOffice365
	MDMAuthorityPOffice365 = &_MDMAuthorityPOffice365
)

var (
	_MDMAuthorityPUnknown   = MDMAuthorityVUnknown
	_MDMAuthorityPIntune    = MDMAuthorityVIntune
	_MDMAuthorityPSccm      = MDMAuthorityVSccm
	_MDMAuthorityPOffice365 = MDMAuthorityVOffice365
)