blob: a11ffea59c70b6b6998729a5f8900805517ccbad (
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AppInstallControlType undocumented
type AppInstallControlType string
const (
// AppInstallControlTypeVNotConfigured undocumented
AppInstallControlTypeVNotConfigured AppInstallControlType = "notConfigured"
// AppInstallControlTypeVAnywhere undocumented
AppInstallControlTypeVAnywhere AppInstallControlType = "anywhere"
// AppInstallControlTypeVStoreOnly undocumented
AppInstallControlTypeVStoreOnly AppInstallControlType = "storeOnly"
// AppInstallControlTypeVRecommendations undocumented
AppInstallControlTypeVRecommendations AppInstallControlType = "recommendations"
// AppInstallControlTypeVPreferStore undocumented
AppInstallControlTypeVPreferStore AppInstallControlType = "preferStore"
)
var (
// AppInstallControlTypePNotConfigured is a pointer to AppInstallControlTypeVNotConfigured
AppInstallControlTypePNotConfigured = &_AppInstallControlTypePNotConfigured
// AppInstallControlTypePAnywhere is a pointer to AppInstallControlTypeVAnywhere
AppInstallControlTypePAnywhere = &_AppInstallControlTypePAnywhere
// AppInstallControlTypePStoreOnly is a pointer to AppInstallControlTypeVStoreOnly
AppInstallControlTypePStoreOnly = &_AppInstallControlTypePStoreOnly
// AppInstallControlTypePRecommendations is a pointer to AppInstallControlTypeVRecommendations
AppInstallControlTypePRecommendations = &_AppInstallControlTypePRecommendations
// AppInstallControlTypePPreferStore is a pointer to AppInstallControlTypeVPreferStore
AppInstallControlTypePPreferStore = &_AppInstallControlTypePPreferStore
)
var (
_AppInstallControlTypePNotConfigured = AppInstallControlTypeVNotConfigured
_AppInstallControlTypePAnywhere = AppInstallControlTypeVAnywhere
_AppInstallControlTypePStoreOnly = AppInstallControlTypeVStoreOnly
_AppInstallControlTypePRecommendations = AppInstallControlTypeVRecommendations
_AppInstallControlTypePPreferStore = AppInstallControlTypeVPreferStore
)
// AppListType undocumented
type AppListType string
const (
// AppListTypeVNone undocumented
AppListTypeVNone AppListType = "none"
// AppListTypeVAppsInListCompliant undocumented
AppListTypeVAppsInListCompliant AppListType = "appsInListCompliant"
// AppListTypeVAppsNotInListCompliant undocumented
AppListTypeVAppsNotInListCompliant AppListType = "appsNotInListCompliant"
)
var (
// AppListTypePNone is a pointer to AppListTypeVNone
AppListTypePNone = &_AppListTypePNone
// AppListTypePAppsInListCompliant is a pointer to AppListTypeVAppsInListCompliant
AppListTypePAppsInListCompliant = &_AppListTypePAppsInListCompliant
// AppListTypePAppsNotInListCompliant is a pointer to AppListTypeVAppsNotInListCompliant
AppListTypePAppsNotInListCompliant = &_AppListTypePAppsNotInListCompliant
)
var (
_AppListTypePNone = AppListTypeVNone
_AppListTypePAppsInListCompliant = AppListTypeVAppsInListCompliant
_AppListTypePAppsNotInListCompliant = AppListTypeVAppsNotInListCompliant
)
// AppLockerApplicationControlType undocumented
type AppLockerApplicationControlType string
const (
// AppLockerApplicationControlTypeVNotConfigured undocumented
AppLockerApplicationControlTypeVNotConfigured AppLockerApplicationControlType = "notConfigured"
// AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps undocumented
AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps AppLockerApplicationControlType = "enforceComponentsAndStoreApps"
// AppLockerApplicationControlTypeVAuditComponentsAndStoreApps undocumented
AppLockerApplicationControlTypeVAuditComponentsAndStoreApps AppLockerApplicationControlType = "auditComponentsAndStoreApps"
// AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker undocumented
AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker AppLockerApplicationControlType = "enforceComponentsStoreAppsAndSmartlocker"
// AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker undocumented
AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker AppLockerApplicationControlType = "auditComponentsStoreAppsAndSmartlocker"
)
var (
// AppLockerApplicationControlTypePNotConfigured is a pointer to AppLockerApplicationControlTypeVNotConfigured
AppLockerApplicationControlTypePNotConfigured = &_AppLockerApplicationControlTypePNotConfigured
// AppLockerApplicationControlTypePEnforceComponentsAndStoreApps is a pointer to AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps
AppLockerApplicationControlTypePEnforceComponentsAndStoreApps = &_AppLockerApplicationControlTypePEnforceComponentsAndStoreApps
// AppLockerApplicationControlTypePAuditComponentsAndStoreApps is a pointer to AppLockerApplicationControlTypeVAuditComponentsAndStoreApps
AppLockerApplicationControlTypePAuditComponentsAndStoreApps = &_AppLockerApplicationControlTypePAuditComponentsAndStoreApps
// AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker is a pointer to AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker
AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker = &_AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker
// AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker is a pointer to AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker
AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker = &_AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker
)
var (
_AppLockerApplicationControlTypePNotConfigured = AppLockerApplicationControlTypeVNotConfigured
_AppLockerApplicationControlTypePEnforceComponentsAndStoreApps = AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps
_AppLockerApplicationControlTypePAuditComponentsAndStoreApps = AppLockerApplicationControlTypeVAuditComponentsAndStoreApps
_AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker = AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker
_AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker = AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker
)
// AppLogDecryptionAlgorithm undocumented
type AppLogDecryptionAlgorithm string
const (
// AppLogDecryptionAlgorithmVAes256 undocumented
AppLogDecryptionAlgorithmVAes256 AppLogDecryptionAlgorithm = "aes256"
)
var (
// AppLogDecryptionAlgorithmPAes256 is a pointer to AppLogDecryptionAlgorithmVAes256
AppLogDecryptionAlgorithmPAes256 = &_AppLogDecryptionAlgorithmPAes256
)
var (
_AppLogDecryptionAlgorithmPAes256 = AppLogDecryptionAlgorithmVAes256
)
// AppLogUploadState undocumented
type AppLogUploadState string
const (
// AppLogUploadStateVPending undocumented
AppLogUploadStateVPending AppLogUploadState = "pending"
// AppLogUploadStateVCompleted undocumented
AppLogUploadStateVCompleted AppLogUploadState = "completed"
// AppLogUploadStateVFailed undocumented
AppLogUploadStateVFailed AppLogUploadState = "failed"
)
var (
// AppLogUploadStatePPending is a pointer to AppLogUploadStateVPending
AppLogUploadStatePPending = &_AppLogUploadStatePPending
// AppLogUploadStatePCompleted is a pointer to AppLogUploadStateVCompleted
AppLogUploadStatePCompleted = &_AppLogUploadStatePCompleted
// AppLogUploadStatePFailed is a pointer to AppLogUploadStateVFailed
AppLogUploadStatePFailed = &_AppLogUploadStatePFailed
)
var (
_AppLogUploadStatePPending = AppLogUploadStateVPending
_AppLogUploadStatePCompleted = AppLogUploadStateVCompleted
_AppLogUploadStatePFailed = AppLogUploadStateVFailed
)
// AppManagementLevel undocumented
type AppManagementLevel string
const (
// AppManagementLevelVUnspecified undocumented
AppManagementLevelVUnspecified AppManagementLevel = "unspecified"
// AppManagementLevelVUnmanaged undocumented
AppManagementLevelVUnmanaged AppManagementLevel = "unmanaged"
// AppManagementLevelVMDM undocumented
AppManagementLevelVMDM AppManagementLevel = "mdm"
// AppManagementLevelVAndroidEnterprise undocumented
AppManagementLevelVAndroidEnterprise AppManagementLevel = "androidEnterprise"
)
var (
// AppManagementLevelPUnspecified is a pointer to AppManagementLevelVUnspecified
AppManagementLevelPUnspecified = &_AppManagementLevelPUnspecified
// AppManagementLevelPUnmanaged is a pointer to AppManagementLevelVUnmanaged
AppManagementLevelPUnmanaged = &_AppManagementLevelPUnmanaged
// AppManagementLevelPMDM is a pointer to AppManagementLevelVMDM
AppManagementLevelPMDM = &_AppManagementLevelPMDM
// AppManagementLevelPAndroidEnterprise is a pointer to AppManagementLevelVAndroidEnterprise
AppManagementLevelPAndroidEnterprise = &_AppManagementLevelPAndroidEnterprise
)
var (
_AppManagementLevelPUnspecified = AppManagementLevelVUnspecified
_AppManagementLevelPUnmanaged = AppManagementLevelVUnmanaged
_AppManagementLevelPMDM = AppManagementLevelVMDM
_AppManagementLevelPAndroidEnterprise = AppManagementLevelVAndroidEnterprise
)
// AppVulnerabilityTaskMitigationType undocumented
type AppVulnerabilityTaskMitigationType string
const (
// AppVulnerabilityTaskMitigationTypeVUnknown undocumented
AppVulnerabilityTaskMitigationTypeVUnknown AppVulnerabilityTaskMitigationType = "unknown"
// AppVulnerabilityTaskMitigationTypeVUpdate undocumented
AppVulnerabilityTaskMitigationTypeVUpdate AppVulnerabilityTaskMitigationType = "update"
// AppVulnerabilityTaskMitigationTypeVUninstall undocumented
AppVulnerabilityTaskMitigationTypeVUninstall AppVulnerabilityTaskMitigationType = "uninstall"
// AppVulnerabilityTaskMitigationTypeVSecurityConfiguration undocumented
AppVulnerabilityTaskMitigationTypeVSecurityConfiguration AppVulnerabilityTaskMitigationType = "securityConfiguration"
)
var (
// AppVulnerabilityTaskMitigationTypePUnknown is a pointer to AppVulnerabilityTaskMitigationTypeVUnknown
AppVulnerabilityTaskMitigationTypePUnknown = &_AppVulnerabilityTaskMitigationTypePUnknown
// AppVulnerabilityTaskMitigationTypePUpdate is a pointer to AppVulnerabilityTaskMitigationTypeVUpdate
AppVulnerabilityTaskMitigationTypePUpdate = &_AppVulnerabilityTaskMitigationTypePUpdate
// AppVulnerabilityTaskMitigationTypePUninstall is a pointer to AppVulnerabilityTaskMitigationTypeVUninstall
AppVulnerabilityTaskMitigationTypePUninstall = &_AppVulnerabilityTaskMitigationTypePUninstall
// AppVulnerabilityTaskMitigationTypePSecurityConfiguration is a pointer to AppVulnerabilityTaskMitigationTypeVSecurityConfiguration
AppVulnerabilityTaskMitigationTypePSecurityConfiguration = &_AppVulnerabilityTaskMitigationTypePSecurityConfiguration
)
var (
_AppVulnerabilityTaskMitigationTypePUnknown = AppVulnerabilityTaskMitigationTypeVUnknown
_AppVulnerabilityTaskMitigationTypePUpdate = AppVulnerabilityTaskMitigationTypeVUpdate
_AppVulnerabilityTaskMitigationTypePUninstall = AppVulnerabilityTaskMitigationTypeVUninstall
_AppVulnerabilityTaskMitigationTypePSecurityConfiguration = AppVulnerabilityTaskMitigationTypeVSecurityConfiguration
)
|