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

package msgraph

// ImportedDeviceIdentityType undocumented
type ImportedDeviceIdentityType string

const (
	// ImportedDeviceIdentityTypeVUnknown undocumented
	ImportedDeviceIdentityTypeVUnknown ImportedDeviceIdentityType = "unknown"
	// ImportedDeviceIdentityTypeVImei undocumented
	ImportedDeviceIdentityTypeVImei ImportedDeviceIdentityType = "imei"
	// ImportedDeviceIdentityTypeVSerialNumber undocumented
	ImportedDeviceIdentityTypeVSerialNumber ImportedDeviceIdentityType = "serialNumber"
)

var (
	// ImportedDeviceIdentityTypePUnknown is a pointer to ImportedDeviceIdentityTypeVUnknown
	ImportedDeviceIdentityTypePUnknown = &_ImportedDeviceIdentityTypePUnknown
	// ImportedDeviceIdentityTypePImei is a pointer to ImportedDeviceIdentityTypeVImei
	ImportedDeviceIdentityTypePImei = &_ImportedDeviceIdentityTypePImei
	// ImportedDeviceIdentityTypePSerialNumber is a pointer to ImportedDeviceIdentityTypeVSerialNumber
	ImportedDeviceIdentityTypePSerialNumber = &_ImportedDeviceIdentityTypePSerialNumber
)

var (
	_ImportedDeviceIdentityTypePUnknown      = ImportedDeviceIdentityTypeVUnknown
	_ImportedDeviceIdentityTypePImei         = ImportedDeviceIdentityTypeVImei
	_ImportedDeviceIdentityTypePSerialNumber = ImportedDeviceIdentityTypeVSerialNumber
)

// ImportedWindowsAutopilotDeviceIdentityImportStatus undocumented
type ImportedWindowsAutopilotDeviceIdentityImportStatus string

const (
	// ImportedWindowsAutopilotDeviceIdentityImportStatusVUnknown undocumented
	ImportedWindowsAutopilotDeviceIdentityImportStatusVUnknown ImportedWindowsAutopilotDeviceIdentityImportStatus = "unknown"
	// ImportedWindowsAutopilotDeviceIdentityImportStatusVPending undocumented
	ImportedWindowsAutopilotDeviceIdentityImportStatusVPending ImportedWindowsAutopilotDeviceIdentityImportStatus = "pending"
	// ImportedWindowsAutopilotDeviceIdentityImportStatusVPartial undocumented
	ImportedWindowsAutopilotDeviceIdentityImportStatusVPartial ImportedWindowsAutopilotDeviceIdentityImportStatus = "partial"
	// ImportedWindowsAutopilotDeviceIdentityImportStatusVComplete undocumented
	ImportedWindowsAutopilotDeviceIdentityImportStatusVComplete ImportedWindowsAutopilotDeviceIdentityImportStatus = "complete"
	// ImportedWindowsAutopilotDeviceIdentityImportStatusVError undocumented
	ImportedWindowsAutopilotDeviceIdentityImportStatusVError ImportedWindowsAutopilotDeviceIdentityImportStatus = "error"
)

var (
	// ImportedWindowsAutopilotDeviceIdentityImportStatusPUnknown is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVUnknown
	ImportedWindowsAutopilotDeviceIdentityImportStatusPUnknown = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPUnknown
	// ImportedWindowsAutopilotDeviceIdentityImportStatusPPending is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVPending
	ImportedWindowsAutopilotDeviceIdentityImportStatusPPending = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPPending
	// ImportedWindowsAutopilotDeviceIdentityImportStatusPPartial is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVPartial
	ImportedWindowsAutopilotDeviceIdentityImportStatusPPartial = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPPartial
	// ImportedWindowsAutopilotDeviceIdentityImportStatusPComplete is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVComplete
	ImportedWindowsAutopilotDeviceIdentityImportStatusPComplete = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPComplete
	// ImportedWindowsAutopilotDeviceIdentityImportStatusPError is a pointer to ImportedWindowsAutopilotDeviceIdentityImportStatusVError
	ImportedWindowsAutopilotDeviceIdentityImportStatusPError = &_ImportedWindowsAutopilotDeviceIdentityImportStatusPError
)

var (
	_ImportedWindowsAutopilotDeviceIdentityImportStatusPUnknown  = ImportedWindowsAutopilotDeviceIdentityImportStatusVUnknown
	_ImportedWindowsAutopilotDeviceIdentityImportStatusPPending  = ImportedWindowsAutopilotDeviceIdentityImportStatusVPending
	_ImportedWindowsAutopilotDeviceIdentityImportStatusPPartial  = ImportedWindowsAutopilotDeviceIdentityImportStatusVPartial
	_ImportedWindowsAutopilotDeviceIdentityImportStatusPComplete = ImportedWindowsAutopilotDeviceIdentityImportStatusVComplete
	_ImportedWindowsAutopilotDeviceIdentityImportStatusPError    = ImportedWindowsAutopilotDeviceIdentityImportStatusVError
)

// ImportedWindowsAutopilotDeviceIdentityUploadStatus undocumented
type ImportedWindowsAutopilotDeviceIdentityUploadStatus string

const (
	// ImportedWindowsAutopilotDeviceIdentityUploadStatusVNoUpload undocumented
	ImportedWindowsAutopilotDeviceIdentityUploadStatusVNoUpload ImportedWindowsAutopilotDeviceIdentityUploadStatus = "noUpload"
	// ImportedWindowsAutopilotDeviceIdentityUploadStatusVPending undocumented
	ImportedWindowsAutopilotDeviceIdentityUploadStatusVPending ImportedWindowsAutopilotDeviceIdentityUploadStatus = "pending"
	// ImportedWindowsAutopilotDeviceIdentityUploadStatusVComplete undocumented
	ImportedWindowsAutopilotDeviceIdentityUploadStatusVComplete ImportedWindowsAutopilotDeviceIdentityUploadStatus = "complete"
	// ImportedWindowsAutopilotDeviceIdentityUploadStatusVError undocumented
	ImportedWindowsAutopilotDeviceIdentityUploadStatusVError ImportedWindowsAutopilotDeviceIdentityUploadStatus = "error"
)

var (
	// ImportedWindowsAutopilotDeviceIdentityUploadStatusPNoUpload is a pointer to ImportedWindowsAutopilotDeviceIdentityUploadStatusVNoUpload
	ImportedWindowsAutopilotDeviceIdentityUploadStatusPNoUpload = &_ImportedWindowsAutopilotDeviceIdentityUploadStatusPNoUpload
	// ImportedWindowsAutopilotDeviceIdentityUploadStatusPPending is a pointer to ImportedWindowsAutopilotDeviceIdentityUploadStatusVPending
	ImportedWindowsAutopilotDeviceIdentityUploadStatusPPending = &_ImportedWindowsAutopilotDeviceIdentityUploadStatusPPending
	// ImportedWindowsAutopilotDeviceIdentityUploadStatusPComplete is a pointer to ImportedWindowsAutopilotDeviceIdentityUploadStatusVComplete
	ImportedWindowsAutopilotDeviceIdentityUploadStatusPComplete = &_ImportedWindowsAutopilotDeviceIdentityUploadStatusPComplete
	// ImportedWindowsAutopilotDeviceIdentityUploadStatusPError is a pointer to ImportedWindowsAutopilotDeviceIdentityUploadStatusVError
	ImportedWindowsAutopilotDeviceIdentityUploadStatusPError = &_ImportedWindowsAutopilotDeviceIdentityUploadStatusPError
)

var (
	_ImportedWindowsAutopilotDeviceIdentityUploadStatusPNoUpload = ImportedWindowsAutopilotDeviceIdentityUploadStatusVNoUpload
	_ImportedWindowsAutopilotDeviceIdentityUploadStatusPPending  = ImportedWindowsAutopilotDeviceIdentityUploadStatusVPending
	_ImportedWindowsAutopilotDeviceIdentityUploadStatusPComplete = ImportedWindowsAutopilotDeviceIdentityUploadStatusVComplete
	_ImportedWindowsAutopilotDeviceIdentityUploadStatusPError    = ImportedWindowsAutopilotDeviceIdentityUploadStatusVError
)