summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelMobile.go
blob: 49d05eb929ccc1959de9b665f321b6038388a6ca (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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// MobileApp An abstract class containing the base properties for Intune mobile apps.
type MobileApp struct {
	// Entity is the base model of MobileApp
	Entity
	// DisplayName The admin provided or imported title of the app.
	DisplayName *string `json:"displayName,omitempty"`
	// Description The description of the app.
	Description *string `json:"description,omitempty"`
	// Publisher The publisher of the app.
	Publisher *string `json:"publisher,omitempty"`
	// LargeIcon The large icon, to be displayed in the app details and used for upload of the icon.
	LargeIcon *MimeContent `json:"largeIcon,omitempty"`
	// CreatedDateTime The date and time the app was created.
	CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
	// LastModifiedDateTime The date and time the app was last modified.
	LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
	// IsFeatured The value indicating whether the app is marked as featured by the admin.
	IsFeatured *bool `json:"isFeatured,omitempty"`
	// PrivacyInformationURL The privacy statement Url.
	PrivacyInformationURL *string `json:"privacyInformationUrl,omitempty"`
	// InformationURL The more information Url.
	InformationURL *string `json:"informationUrl,omitempty"`
	// Owner The owner of the app.
	Owner *string `json:"owner,omitempty"`
	// Developer The developer of the app.
	Developer *string `json:"developer,omitempty"`
	// Notes Notes for the app.
	Notes *string `json:"notes,omitempty"`
	// UploadState The upload state.
	UploadState *int `json:"uploadState,omitempty"`
	// PublishingState The publishing state for the app. The app cannot be assigned unless the app is published.
	PublishingState *MobileAppPublishingState `json:"publishingState,omitempty"`
	// IsAssigned The value indicating whether the app is assigned to at least one group.
	IsAssigned *bool `json:"isAssigned,omitempty"`
	// RoleScopeTagIDs List of scope tag ids for this mobile app.
	RoleScopeTagIDs []string `json:"roleScopeTagIds,omitempty"`
	// DependentAppCount The total number of dependencies the child app has.
	DependentAppCount *int `json:"dependentAppCount,omitempty"`
	// Categories undocumented
	Categories []MobileAppCategory `json:"categories,omitempty"`
	// Assignments undocumented
	Assignments []MobileAppAssignment `json:"assignments,omitempty"`
	// InstallSummary undocumented
	InstallSummary *MobileAppInstallSummary `json:"installSummary,omitempty"`
	// DeviceStatuses undocumented
	DeviceStatuses []MobileAppInstallStatus `json:"deviceStatuses,omitempty"`
	// UserStatuses undocumented
	UserStatuses []UserAppInstallStatus `json:"userStatuses,omitempty"`
	// Relationships undocumented
	Relationships []MobileAppRelationship `json:"relationships,omitempty"`
}

// MobileAppAssignment A class containing the properties used for Group Assignment of a Mobile App.
type MobileAppAssignment struct {
	// Entity is the base model of MobileAppAssignment
	Entity
	// Intent The install intent defined by the admin.
	Intent *InstallIntent `json:"intent,omitempty"`
	// Target The target group assignment defined by the admin.
	Target *DeviceAndAppManagementAssignmentTarget `json:"target,omitempty"`
	// Settings The settings for target assignment defined by the admin.
	Settings *MobileAppAssignmentSettings `json:"settings,omitempty"`
	// Source The resource type which is the source for the assignment.
	Source *DeviceAndAppManagementAssignmentSource `json:"source,omitempty"`
	// SourceID The identifier of the source of the assignment.
	SourceID *string `json:"sourceId,omitempty"`
}

// MobileAppAssignmentSettings undocumented
type MobileAppAssignmentSettings struct {
	// Object is the base model of MobileAppAssignmentSettings
	Object
}

// MobileAppCategory Contains properties for a single Intune app category.
type MobileAppCategory struct {
	// Entity is the base model of MobileAppCategory
	Entity
	// DisplayName The name of the app category.
	DisplayName *string `json:"displayName,omitempty"`
	// LastModifiedDateTime The date and time the mobileAppCategory was last modified.
	LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
}

// MobileAppContent Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile.
type MobileAppContent struct {
	// Entity is the base model of MobileAppContent
	Entity
	// Files undocumented
	Files []MobileAppContentFile `json:"files,omitempty"`
	// ContainedApps undocumented
	ContainedApps []MobileContainedApp `json:"containedApps,omitempty"`
}

// MobileAppContentFile Contains properties for a single installer file that is associated with a given mobileAppContent version.
type MobileAppContentFile struct {
	// Entity is the base model of MobileAppContentFile
	Entity
	// AzureStorageURI The Azure Storage URI.
	AzureStorageURI *string `json:"azureStorageUri,omitempty"`
	// IsCommitted A value indicating whether the file is committed.
	IsCommitted *bool `json:"isCommitted,omitempty"`
	// CreatedDateTime The time the file was created.
	CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
	// Name the file name.
	Name *string `json:"name,omitempty"`
	// Size The size of the file prior to encryption.
	Size *int `json:"size,omitempty"`
	// SizeEncrypted The size of the file after encryption.
	SizeEncrypted *int `json:"sizeEncrypted,omitempty"`
	// AzureStorageURIExpirationDateTime The time the Azure storage Uri expires.
	AzureStorageURIExpirationDateTime *time.Time `json:"azureStorageUriExpirationDateTime,omitempty"`
	// Manifest The manifest information.
	Manifest *Binary `json:"manifest,omitempty"`
	// UploadState The state of the current upload request.
	UploadState *MobileAppContentFileUploadState `json:"uploadState,omitempty"`
	// IsFrameworkFile A value indicating whether the file is a framework file.
	IsFrameworkFile *bool `json:"isFrameworkFile,omitempty"`
	// IsDependency Whether the content file is a dependency for the main content file.
	IsDependency *bool `json:"isDependency,omitempty"`
}

// MobileAppDependency Describes a dependency type between two mobile apps.
type MobileAppDependency struct {
	// MobileAppRelationship is the base model of MobileAppDependency
	MobileAppRelationship
	// DependencyType The type of dependency relationship between the parent and child apps.
	DependencyType *MobileAppDependencyType `json:"dependencyType,omitempty"`
	// DependentAppCount The total number of dependencies the child app has.
	DependentAppCount *int `json:"dependentAppCount,omitempty"`
}

// MobileAppIdentifier undocumented
type MobileAppIdentifier struct {
	// Object is the base model of MobileAppIdentifier
	Object
}

// MobileAppInstallStatus Contains properties for the installation state of a mobile app for a device.
type MobileAppInstallStatus struct {
	// Entity is the base model of MobileAppInstallStatus
	Entity
	// DeviceName Device name
	DeviceName *string `json:"deviceName,omitempty"`
	// DeviceID Device ID
	DeviceID *string `json:"deviceId,omitempty"`
	// LastSyncDateTime Last sync date time
	LastSyncDateTime *time.Time `json:"lastSyncDateTime,omitempty"`
	// MobileAppInstallStatusValue The install state of the app.
	MobileAppInstallStatusValue *ResultantAppState `json:"mobileAppInstallStatusValue,omitempty"`
	// InstallState The install state of the app.
	InstallState *ResultantAppState `json:"installState,omitempty"`
	// InstallStateDetail The install state detail of the app.
	InstallStateDetail *ResultantAppStateDetail `json:"installStateDetail,omitempty"`
	// ErrorCode The error code for install or uninstall failures.
	ErrorCode *int `json:"errorCode,omitempty"`
	// OsVersion OS Version
	OsVersion *string `json:"osVersion,omitempty"`
	// OsDescription OS Description
	OsDescription *string `json:"osDescription,omitempty"`
	// UserName Device User Name
	UserName *string `json:"userName,omitempty"`
	// UserPrincipalName User Principal Name
	UserPrincipalName *string `json:"userPrincipalName,omitempty"`
	// DisplayVersion Human readable version of the application
	DisplayVersion *string `json:"displayVersion,omitempty"`
	// App undocumented
	App *MobileApp `json:"app,omitempty"`
}

// MobileAppInstallSummary Contains properties for the installation summary of a mobile app.
type MobileAppInstallSummary struct {
	// Entity is the base model of MobileAppInstallSummary
	Entity
	// InstalledDeviceCount Number of Devices that have successfully installed this app.
	InstalledDeviceCount *int `json:"installedDeviceCount,omitempty"`
	// FailedDeviceCount Number of Devices that have failed to install this app.
	FailedDeviceCount *int `json:"failedDeviceCount,omitempty"`
	// NotApplicableDeviceCount Number of Devices that are not applicable for this app.
	NotApplicableDeviceCount *int `json:"notApplicableDeviceCount,omitempty"`
	// NotInstalledDeviceCount Number of Devices that does not have this app installed.
	NotInstalledDeviceCount *int `json:"notInstalledDeviceCount,omitempty"`
	// PendingInstallDeviceCount Number of Devices that have been notified to install this app.
	PendingInstallDeviceCount *int `json:"pendingInstallDeviceCount,omitempty"`
	// InstalledUserCount Number of Users whose devices have all succeeded to install this app.
	InstalledUserCount *int `json:"installedUserCount,omitempty"`
	// FailedUserCount Number of Users that have 1 or more device that failed to install this app.
	FailedUserCount *int `json:"failedUserCount,omitempty"`
	// NotApplicableUserCount Number of Users whose devices were all not applicable for this app.
	NotApplicableUserCount *int `json:"notApplicableUserCount,omitempty"`
	// NotInstalledUserCount Number of Users that have 1 or more devices that did not install this app.
	NotInstalledUserCount *int `json:"notInstalledUserCount,omitempty"`
	// PendingInstallUserCount Number of Users that have 1 or more device that have been notified to install this app and have 0 devices with failures.
	PendingInstallUserCount *int `json:"pendingInstallUserCount,omitempty"`
}

// MobileAppInstallTimeSettings undocumented
type MobileAppInstallTimeSettings struct {
	// Object is the base model of MobileAppInstallTimeSettings
	Object
	// UseLocalTime Whether the local device time or UTC time should be used when determining the available and deadline times.
	UseLocalTime *bool `json:"useLocalTime,omitempty"`
	// StartDateTime The time at which the app should be available for installation.
	StartDateTime *time.Time `json:"startDateTime,omitempty"`
	// DeadlineDateTime The time at which the app should be installed.
	DeadlineDateTime *time.Time `json:"deadlineDateTime,omitempty"`
}

// MobileAppIntentAndState MobileApp Intent and Install State for a given device.
type MobileAppIntentAndState struct {
	// Entity is the base model of MobileAppIntentAndState
	Entity
	// ManagedDeviceIdentifier Device identifier created or collected by Intune.
	ManagedDeviceIdentifier *string `json:"managedDeviceIdentifier,omitempty"`
	// UserID Identifier for the user that tried to enroll the device.
	UserID *string `json:"userId,omitempty"`
	// MobileAppList The list of payload intents and states for the tenant.
	MobileAppList []MobileAppIntentAndStateDetail `json:"mobileAppList,omitempty"`
}

// MobileAppIntentAndStateDetail undocumented
type MobileAppIntentAndStateDetail struct {
	// Object is the base model of MobileAppIntentAndStateDetail
	Object
	// ApplicationID MobieApp identifier.
	ApplicationID *string `json:"applicationId,omitempty"`
	// DisplayName The admin provided or imported title of the app.
	DisplayName *string `json:"displayName,omitempty"`
	// MobileAppIntent Mobile App Intent.
	MobileAppIntent *MobileAppIntent `json:"mobileAppIntent,omitempty"`
	// DisplayVersion Human readable version of the application
	DisplayVersion *string `json:"displayVersion,omitempty"`
	// InstallState The install state of the app.
	InstallState *ResultantAppState `json:"installState,omitempty"`
	// SupportedDeviceTypes The supported platforms for the app.
	SupportedDeviceTypes []MobileAppSupportedDeviceType `json:"supportedDeviceTypes,omitempty"`
}

// MobileAppPolicySetItem A class containing the properties used for mobile app PolicySetItem.
type MobileAppPolicySetItem struct {
	// PolicySetItem is the base model of MobileAppPolicySetItem
	PolicySetItem
	// Intent Install intent of the MobileAppPolicySetItem.
	Intent *InstallIntent `json:"intent,omitempty"`
	// Settings Settings of the MobileAppPolicySetItem.
	Settings *MobileAppAssignmentSettings `json:"settings,omitempty"`
}

// MobileAppProvisioningConfigGroupAssignment Contains the properties used to assign an App provisioning configuration to a group.
type MobileAppProvisioningConfigGroupAssignment struct {
	// Entity is the base model of MobileAppProvisioningConfigGroupAssignment
	Entity
	// TargetGroupID The ID of the AAD group in which the app provisioning configuration is being targeted.
	TargetGroupID *string `json:"targetGroupId,omitempty"`
}

// MobileAppRelationship Describes the relationship for a child mobile app to its parent mobile app.
type MobileAppRelationship struct {
	// Entity is the base model of MobileAppRelationship
	Entity
	// TargetID The target child mobile app's app id.
	TargetID *string `json:"targetId,omitempty"`
	// TargetDisplayName The target child mobile app's display name.
	TargetDisplayName *string `json:"targetDisplayName,omitempty"`
}

// MobileAppRelationshipState undocumented
type MobileAppRelationshipState struct {
	// Object is the base model of MobileAppRelationshipState
	Object
	// SourceIDs The collection of source mobile app's ids.
	SourceIDs []string `json:"sourceIds,omitempty"`
	// TargetID The related target app's id.
	TargetID *string `json:"targetId,omitempty"`
	// TargetDisplayName The related target app's display name.
	TargetDisplayName *string `json:"targetDisplayName,omitempty"`
	// DeviceID The corresponding device id.
	DeviceID *string `json:"deviceId,omitempty"`
	// InstallState The install state of the app of target app.
	InstallState *ResultantAppState `json:"installState,omitempty"`
	// InstallStateDetail The install state detail of the app.
	InstallStateDetail *ResultantAppStateDetail `json:"installStateDetail,omitempty"`
	// ErrorCode The error code for install or uninstall failures of target app.
	ErrorCode *int `json:"errorCode,omitempty"`
	// TargetLastSyncDateTime The last sync time of the target app.
	TargetLastSyncDateTime *time.Time `json:"targetLastSyncDateTime,omitempty"`
}

// MobileAppSupportedDeviceType undocumented
type MobileAppSupportedDeviceType struct {
	// Object is the base model of MobileAppSupportedDeviceType
	Object
	// Type Device type
	Type *DeviceType `json:"type,omitempty"`
	// MinimumOperatingSystemVersion Minimum OS version
	MinimumOperatingSystemVersion *string `json:"minimumOperatingSystemVersion,omitempty"`
	// MaximumOperatingSystemVersion Maximum OS version
	MaximumOperatingSystemVersion *string `json:"maximumOperatingSystemVersion,omitempty"`
}

// MobileAppTroubleshootingAppPolicyCreationHistory undocumented
type MobileAppTroubleshootingAppPolicyCreationHistory struct {
	// MobileAppTroubleshootingHistoryItem is the base model of MobileAppTroubleshootingAppPolicyCreationHistory
	MobileAppTroubleshootingHistoryItem
	// RunState Status of the item.
	RunState *RunState `json:"runState,omitempty"`
	// ErrorCode Error code for the failure, empty if no failure.
	ErrorCode *string `json:"errorCode,omitempty"`
}

// MobileAppTroubleshootingAppStateHistory undocumented
type MobileAppTroubleshootingAppStateHistory struct {
	// MobileAppTroubleshootingHistoryItem is the base model of MobileAppTroubleshootingAppStateHistory
	MobileAppTroubleshootingHistoryItem
	// ActionType AAD security group id to which it was targeted.
	ActionType *MobileAppActionType `json:"actionType,omitempty"`
	// RunState Status of the item.
	RunState *RunState `json:"runState,omitempty"`
	// ErrorCode Error code for the failure, empty if no failure.
	ErrorCode *string `json:"errorCode,omitempty"`
}

// MobileAppTroubleshootingAppTargetHistory undocumented
type MobileAppTroubleshootingAppTargetHistory struct {
	// MobileAppTroubleshootingHistoryItem is the base model of MobileAppTroubleshootingAppTargetHistory
	MobileAppTroubleshootingHistoryItem
	// SecurityGroupID AAD security group id to which it was targeted.
	SecurityGroupID *string `json:"securityGroupId,omitempty"`
	// RunState Status of the item.
	RunState *RunState `json:"runState,omitempty"`
	// ErrorCode Error code for the failure, empty if no failure.
	ErrorCode *string `json:"errorCode,omitempty"`
}

// MobileAppTroubleshootingAppUpdateHistory undocumented
type MobileAppTroubleshootingAppUpdateHistory struct {
	// MobileAppTroubleshootingHistoryItem is the base model of MobileAppTroubleshootingAppUpdateHistory
	MobileAppTroubleshootingHistoryItem
}

// MobileAppTroubleshootingDeviceCheckinHistory undocumented
type MobileAppTroubleshootingDeviceCheckinHistory struct {
	// MobileAppTroubleshootingHistoryItem is the base model of MobileAppTroubleshootingDeviceCheckinHistory
	MobileAppTroubleshootingHistoryItem
}

// MobileAppTroubleshootingEvent Event representing a users device application install status.
type MobileAppTroubleshootingEvent struct {
	// DeviceManagementTroubleshootingEvent is the base model of MobileAppTroubleshootingEvent
	DeviceManagementTroubleshootingEvent
	// ManagedDeviceIdentifier Device identifier created or collected by Intune.
	ManagedDeviceIdentifier *string `json:"managedDeviceIdentifier,omitempty"`
	// UserID Identifier for the user that tried to enroll the device.
	UserID *string `json:"userId,omitempty"`
	// ApplicationID Intune application identifier.
	ApplicationID *string `json:"applicationId,omitempty"`
	// History Intune Mobile Application Troubleshooting History Item
	History []MobileAppTroubleshootingHistoryItem `json:"history,omitempty"`
	// AppLogCollectionRequests undocumented
	AppLogCollectionRequests []AppLogCollectionRequestObject `json:"appLogCollectionRequests,omitempty"`
}

// MobileAppTroubleshootingHistoryItem undocumented
type MobileAppTroubleshootingHistoryItem struct {
	// Object is the base model of MobileAppTroubleshootingHistoryItem
	Object
	// OccurrenceDateTime Time when the history item occurred.
	OccurrenceDateTime *time.Time `json:"occurrenceDateTime,omitempty"`
}

// MobileContainedApp An abstract class that represents a contained app in a mobileApp acting as a package.
type MobileContainedApp struct {
	// Entity is the base model of MobileContainedApp
	Entity
}

// MobileLobApp An abstract base class containing properties for all mobile line of business apps.
type MobileLobApp struct {
	// MobileApp is the base model of MobileLobApp
	MobileApp
	// CommittedContentVersion The internal committed content version.
	CommittedContentVersion *string `json:"committedContentVersion,omitempty"`
	// FileName The name of the main Lob application file.
	FileName *string `json:"fileName,omitempty"`
	// Size The total size, including all uploaded files.
	Size *int `json:"size,omitempty"`
	// ContentVersions undocumented
	ContentVersions []MobileAppContent `json:"contentVersions,omitempty"`
}

// MobileThreatDefenseConnector Entity which represents a connection to Mobile threat defense partner.
type MobileThreatDefenseConnector struct {
	// Entity is the base model of MobileThreatDefenseConnector
	Entity
	// LastHeartbeatDateTime DateTime of last Heartbeat recieved from the Data Sync Partner
	LastHeartbeatDateTime *time.Time `json:"lastHeartbeatDateTime,omitempty"`
	// PartnerState Data Sync Partner state for this account
	PartnerState *MobileThreatPartnerTenantState `json:"partnerState,omitempty"`
	// AndroidMobileApplicationManagementEnabled For Android, set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation.
	AndroidMobileApplicationManagementEnabled *bool `json:"androidMobileApplicationManagementEnabled,omitempty"`
	// IOSMobileApplicationManagementEnabled For IOS, get or set whether data from the data sync partner should be used during Mobile Application Management (MAM) evaluations. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation.
	IOSMobileApplicationManagementEnabled *bool `json:"iosMobileApplicationManagementEnabled,omitempty"`
	// AndroidEnabled For Android, set whether data from the data sync partner should be used during compliance evaluations
	AndroidEnabled *bool `json:"androidEnabled,omitempty"`
	// IOSEnabled For IOS, get or set whether data from the data sync partner should be used during compliance evaluations
	IOSEnabled *bool `json:"iosEnabled,omitempty"`
	// WindowsEnabled For Windows, get or set whether data from the data sync partner should be used during compliance evaluations
	WindowsEnabled *bool `json:"windowsEnabled,omitempty"`
	// MacEnabled For Mac, get or set whether data from the data sync partner should be used during compliance evaluations
	MacEnabled *bool `json:"macEnabled,omitempty"`
	// AndroidDeviceBlockedOnMissingPartnerData For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant
	AndroidDeviceBlockedOnMissingPartnerData *bool `json:"androidDeviceBlockedOnMissingPartnerData,omitempty"`
	// IOSDeviceBlockedOnMissingPartnerData For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant
	IOSDeviceBlockedOnMissingPartnerData *bool `json:"iosDeviceBlockedOnMissingPartnerData,omitempty"`
	// WindowsDeviceBlockedOnMissingPartnerData For Windows, set whether Intune must receive data from the data sync partner prior to marking a device compliant
	WindowsDeviceBlockedOnMissingPartnerData *bool `json:"windowsDeviceBlockedOnMissingPartnerData,omitempty"`
	// MacDeviceBlockedOnMissingPartnerData For Mac, get or set whether Intune must receive data from the data sync partner prior to marking a device compliant
	MacDeviceBlockedOnMissingPartnerData *bool `json:"macDeviceBlockedOnMissingPartnerData,omitempty"`
	// PartnerUnsupportedOsVersionBlocked Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner
	PartnerUnsupportedOsVersionBlocked *bool `json:"partnerUnsupportedOsVersionBlocked,omitempty"`
	// PartnerUnresponsivenessThresholdInDays Get or Set days the per tenant tolerance to unresponsiveness for this partner integration
	PartnerUnresponsivenessThresholdInDays *int `json:"partnerUnresponsivenessThresholdInDays,omitempty"`
	// AllowPartnerToCollectIOSApplicationMetadata For IOS devices, allows the admin to configure whether the data sync partner may also collect metadata about installed applications from Intune
	AllowPartnerToCollectIOSApplicationMetadata *bool `json:"allowPartnerToCollectIOSApplicationMetadata,omitempty"`
}