blob: e2feae036c391574490b2c546cc353cd845bb1ce (
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// IOSNotificationAlertType undocumented
type IOSNotificationAlertType string
const (
// IOSNotificationAlertTypeVDeviceDefault undocumented
IOSNotificationAlertTypeVDeviceDefault IOSNotificationAlertType = "deviceDefault"
// IOSNotificationAlertTypeVBanner undocumented
IOSNotificationAlertTypeVBanner IOSNotificationAlertType = "banner"
// IOSNotificationAlertTypeVModal undocumented
IOSNotificationAlertTypeVModal IOSNotificationAlertType = "modal"
// IOSNotificationAlertTypeVNone undocumented
IOSNotificationAlertTypeVNone IOSNotificationAlertType = "none"
)
var (
// IOSNotificationAlertTypePDeviceDefault is a pointer to IOSNotificationAlertTypeVDeviceDefault
IOSNotificationAlertTypePDeviceDefault = &_IOSNotificationAlertTypePDeviceDefault
// IOSNotificationAlertTypePBanner is a pointer to IOSNotificationAlertTypeVBanner
IOSNotificationAlertTypePBanner = &_IOSNotificationAlertTypePBanner
// IOSNotificationAlertTypePModal is a pointer to IOSNotificationAlertTypeVModal
IOSNotificationAlertTypePModal = &_IOSNotificationAlertTypePModal
// IOSNotificationAlertTypePNone is a pointer to IOSNotificationAlertTypeVNone
IOSNotificationAlertTypePNone = &_IOSNotificationAlertTypePNone
)
var (
_IOSNotificationAlertTypePDeviceDefault = IOSNotificationAlertTypeVDeviceDefault
_IOSNotificationAlertTypePBanner = IOSNotificationAlertTypeVBanner
_IOSNotificationAlertTypePModal = IOSNotificationAlertTypeVModal
_IOSNotificationAlertTypePNone = IOSNotificationAlertTypeVNone
)
// IOSUpdatesInstallStatus undocumented
type IOSUpdatesInstallStatus string
const (
// IOSUpdatesInstallStatusVSuccess undocumented
IOSUpdatesInstallStatusVSuccess IOSUpdatesInstallStatus = "success"
// IOSUpdatesInstallStatusVAvailable undocumented
IOSUpdatesInstallStatusVAvailable IOSUpdatesInstallStatus = "available"
// IOSUpdatesInstallStatusVIdle undocumented
IOSUpdatesInstallStatusVIdle IOSUpdatesInstallStatus = "idle"
// IOSUpdatesInstallStatusVUnknown undocumented
IOSUpdatesInstallStatusVUnknown IOSUpdatesInstallStatus = "unknown"
// IOSUpdatesInstallStatusVDownloading undocumented
IOSUpdatesInstallStatusVDownloading IOSUpdatesInstallStatus = "downloading"
// IOSUpdatesInstallStatusVDownloadFailed undocumented
IOSUpdatesInstallStatusVDownloadFailed IOSUpdatesInstallStatus = "downloadFailed"
// IOSUpdatesInstallStatusVDownloadRequiresComputer undocumented
IOSUpdatesInstallStatusVDownloadRequiresComputer IOSUpdatesInstallStatus = "downloadRequiresComputer"
// IOSUpdatesInstallStatusVDownloadInsufficientSpace undocumented
IOSUpdatesInstallStatusVDownloadInsufficientSpace IOSUpdatesInstallStatus = "downloadInsufficientSpace"
// IOSUpdatesInstallStatusVDownloadInsufficientPower undocumented
IOSUpdatesInstallStatusVDownloadInsufficientPower IOSUpdatesInstallStatus = "downloadInsufficientPower"
// IOSUpdatesInstallStatusVDownloadInsufficientNetwork undocumented
IOSUpdatesInstallStatusVDownloadInsufficientNetwork IOSUpdatesInstallStatus = "downloadInsufficientNetwork"
// IOSUpdatesInstallStatusVInstalling undocumented
IOSUpdatesInstallStatusVInstalling IOSUpdatesInstallStatus = "installing"
// IOSUpdatesInstallStatusVInstallInsufficientSpace undocumented
IOSUpdatesInstallStatusVInstallInsufficientSpace IOSUpdatesInstallStatus = "installInsufficientSpace"
// IOSUpdatesInstallStatusVInstallInsufficientPower undocumented
IOSUpdatesInstallStatusVInstallInsufficientPower IOSUpdatesInstallStatus = "installInsufficientPower"
// IOSUpdatesInstallStatusVInstallPhoneCallInProgress undocumented
IOSUpdatesInstallStatusVInstallPhoneCallInProgress IOSUpdatesInstallStatus = "installPhoneCallInProgress"
// IOSUpdatesInstallStatusVInstallFailed undocumented
IOSUpdatesInstallStatusVInstallFailed IOSUpdatesInstallStatus = "installFailed"
// IOSUpdatesInstallStatusVNotSupportedOperation undocumented
IOSUpdatesInstallStatusVNotSupportedOperation IOSUpdatesInstallStatus = "notSupportedOperation"
// IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError undocumented
IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError IOSUpdatesInstallStatus = "sharedDeviceUserLoggedInError"
)
var (
// IOSUpdatesInstallStatusPSuccess is a pointer to IOSUpdatesInstallStatusVSuccess
IOSUpdatesInstallStatusPSuccess = &_IOSUpdatesInstallStatusPSuccess
// IOSUpdatesInstallStatusPAvailable is a pointer to IOSUpdatesInstallStatusVAvailable
IOSUpdatesInstallStatusPAvailable = &_IOSUpdatesInstallStatusPAvailable
// IOSUpdatesInstallStatusPIdle is a pointer to IOSUpdatesInstallStatusVIdle
IOSUpdatesInstallStatusPIdle = &_IOSUpdatesInstallStatusPIdle
// IOSUpdatesInstallStatusPUnknown is a pointer to IOSUpdatesInstallStatusVUnknown
IOSUpdatesInstallStatusPUnknown = &_IOSUpdatesInstallStatusPUnknown
// IOSUpdatesInstallStatusPDownloading is a pointer to IOSUpdatesInstallStatusVDownloading
IOSUpdatesInstallStatusPDownloading = &_IOSUpdatesInstallStatusPDownloading
// IOSUpdatesInstallStatusPDownloadFailed is a pointer to IOSUpdatesInstallStatusVDownloadFailed
IOSUpdatesInstallStatusPDownloadFailed = &_IOSUpdatesInstallStatusPDownloadFailed
// IOSUpdatesInstallStatusPDownloadRequiresComputer is a pointer to IOSUpdatesInstallStatusVDownloadRequiresComputer
IOSUpdatesInstallStatusPDownloadRequiresComputer = &_IOSUpdatesInstallStatusPDownloadRequiresComputer
// IOSUpdatesInstallStatusPDownloadInsufficientSpace is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientSpace
IOSUpdatesInstallStatusPDownloadInsufficientSpace = &_IOSUpdatesInstallStatusPDownloadInsufficientSpace
// IOSUpdatesInstallStatusPDownloadInsufficientPower is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientPower
IOSUpdatesInstallStatusPDownloadInsufficientPower = &_IOSUpdatesInstallStatusPDownloadInsufficientPower
// IOSUpdatesInstallStatusPDownloadInsufficientNetwork is a pointer to IOSUpdatesInstallStatusVDownloadInsufficientNetwork
IOSUpdatesInstallStatusPDownloadInsufficientNetwork = &_IOSUpdatesInstallStatusPDownloadInsufficientNetwork
// IOSUpdatesInstallStatusPInstalling is a pointer to IOSUpdatesInstallStatusVInstalling
IOSUpdatesInstallStatusPInstalling = &_IOSUpdatesInstallStatusPInstalling
// IOSUpdatesInstallStatusPInstallInsufficientSpace is a pointer to IOSUpdatesInstallStatusVInstallInsufficientSpace
IOSUpdatesInstallStatusPInstallInsufficientSpace = &_IOSUpdatesInstallStatusPInstallInsufficientSpace
// IOSUpdatesInstallStatusPInstallInsufficientPower is a pointer to IOSUpdatesInstallStatusVInstallInsufficientPower
IOSUpdatesInstallStatusPInstallInsufficientPower = &_IOSUpdatesInstallStatusPInstallInsufficientPower
// IOSUpdatesInstallStatusPInstallPhoneCallInProgress is a pointer to IOSUpdatesInstallStatusVInstallPhoneCallInProgress
IOSUpdatesInstallStatusPInstallPhoneCallInProgress = &_IOSUpdatesInstallStatusPInstallPhoneCallInProgress
// IOSUpdatesInstallStatusPInstallFailed is a pointer to IOSUpdatesInstallStatusVInstallFailed
IOSUpdatesInstallStatusPInstallFailed = &_IOSUpdatesInstallStatusPInstallFailed
// IOSUpdatesInstallStatusPNotSupportedOperation is a pointer to IOSUpdatesInstallStatusVNotSupportedOperation
IOSUpdatesInstallStatusPNotSupportedOperation = &_IOSUpdatesInstallStatusPNotSupportedOperation
// IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError is a pointer to IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError
IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError = &_IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError
)
var (
_IOSUpdatesInstallStatusPSuccess = IOSUpdatesInstallStatusVSuccess
_IOSUpdatesInstallStatusPAvailable = IOSUpdatesInstallStatusVAvailable
_IOSUpdatesInstallStatusPIdle = IOSUpdatesInstallStatusVIdle
_IOSUpdatesInstallStatusPUnknown = IOSUpdatesInstallStatusVUnknown
_IOSUpdatesInstallStatusPDownloading = IOSUpdatesInstallStatusVDownloading
_IOSUpdatesInstallStatusPDownloadFailed = IOSUpdatesInstallStatusVDownloadFailed
_IOSUpdatesInstallStatusPDownloadRequiresComputer = IOSUpdatesInstallStatusVDownloadRequiresComputer
_IOSUpdatesInstallStatusPDownloadInsufficientSpace = IOSUpdatesInstallStatusVDownloadInsufficientSpace
_IOSUpdatesInstallStatusPDownloadInsufficientPower = IOSUpdatesInstallStatusVDownloadInsufficientPower
_IOSUpdatesInstallStatusPDownloadInsufficientNetwork = IOSUpdatesInstallStatusVDownloadInsufficientNetwork
_IOSUpdatesInstallStatusPInstalling = IOSUpdatesInstallStatusVInstalling
_IOSUpdatesInstallStatusPInstallInsufficientSpace = IOSUpdatesInstallStatusVInstallInsufficientSpace
_IOSUpdatesInstallStatusPInstallInsufficientPower = IOSUpdatesInstallStatusVInstallInsufficientPower
_IOSUpdatesInstallStatusPInstallPhoneCallInProgress = IOSUpdatesInstallStatusVInstallPhoneCallInProgress
_IOSUpdatesInstallStatusPInstallFailed = IOSUpdatesInstallStatusVInstallFailed
_IOSUpdatesInstallStatusPNotSupportedOperation = IOSUpdatesInstallStatusVNotSupportedOperation
_IOSUpdatesInstallStatusPSharedDeviceUserLoggedInError = IOSUpdatesInstallStatusVSharedDeviceUserLoggedInError
)
// IOSWallpaperDisplayLocation undocumented
type IOSWallpaperDisplayLocation string
const (
// IOSWallpaperDisplayLocationVNotConfigured undocumented
IOSWallpaperDisplayLocationVNotConfigured IOSWallpaperDisplayLocation = "notConfigured"
// IOSWallpaperDisplayLocationVLockScreen undocumented
IOSWallpaperDisplayLocationVLockScreen IOSWallpaperDisplayLocation = "lockScreen"
// IOSWallpaperDisplayLocationVHomeScreen undocumented
IOSWallpaperDisplayLocationVHomeScreen IOSWallpaperDisplayLocation = "homeScreen"
// IOSWallpaperDisplayLocationVLockAndHomeScreens undocumented
IOSWallpaperDisplayLocationVLockAndHomeScreens IOSWallpaperDisplayLocation = "lockAndHomeScreens"
)
var (
// IOSWallpaperDisplayLocationPNotConfigured is a pointer to IOSWallpaperDisplayLocationVNotConfigured
IOSWallpaperDisplayLocationPNotConfigured = &_IOSWallpaperDisplayLocationPNotConfigured
// IOSWallpaperDisplayLocationPLockScreen is a pointer to IOSWallpaperDisplayLocationVLockScreen
IOSWallpaperDisplayLocationPLockScreen = &_IOSWallpaperDisplayLocationPLockScreen
// IOSWallpaperDisplayLocationPHomeScreen is a pointer to IOSWallpaperDisplayLocationVHomeScreen
IOSWallpaperDisplayLocationPHomeScreen = &_IOSWallpaperDisplayLocationPHomeScreen
// IOSWallpaperDisplayLocationPLockAndHomeScreens is a pointer to IOSWallpaperDisplayLocationVLockAndHomeScreens
IOSWallpaperDisplayLocationPLockAndHomeScreens = &_IOSWallpaperDisplayLocationPLockAndHomeScreens
)
var (
_IOSWallpaperDisplayLocationPNotConfigured = IOSWallpaperDisplayLocationVNotConfigured
_IOSWallpaperDisplayLocationPLockScreen = IOSWallpaperDisplayLocationVLockScreen
_IOSWallpaperDisplayLocationPHomeScreen = IOSWallpaperDisplayLocationVHomeScreen
_IOSWallpaperDisplayLocationPLockAndHomeScreens = IOSWallpaperDisplayLocationVLockAndHomeScreens
)
|