-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample.json
More file actions
122 lines (122 loc) · 5.07 KB
/
Copy pathexample.json
File metadata and controls
122 lines (122 loc) · 5.07 KB
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
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#deviceManagement/managedDevices",
"@odata.count": 1000,
"@odata.nextLink": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices",
"value": [
{
"id": "XXXXXXXXX",
"userId": "XXXXXXXXX",
"deviceName": ".XXXXXXXXX",
"managedDeviceOwnerType": "company",
"enrolledDateTime": "2022-06-14T07:31:55Z",
"lastSyncDateTime": "2022-09-13T03:58:35Z",
"operatingSystem": "iOS",
"complianceState": "compliant",
"jailBroken": "False",
"managementAgent": "mdm",
"osVersion": "15.6.1",
"easActivated": true,
"easDeviceId": "XXXXXXXXX",
"easActivationDateTime": "0001-01-01T00:00:00Z",
"azureADRegistered": true,
"deviceEnrollmentType": "userEnrollment",
"activationLockBypassCode": null,
"emailAddress": "XXXXX@XXXXX.com",
"azureADDeviceId": "XXXXXXXXX",
"deviceRegistrationState": "registered",
"deviceCategoryDisplayName": "XXXXXXXXX",
"isSupervised": false,
"exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z",
"exchangeAccessState": "none",
"exchangeAccessStateReason": "none",
"remoteAssistanceSessionUrl": null,
"remoteAssistanceSessionErrorDetails": null,
"isEncrypted": true,
"userPrincipalName": "XXXXXXXXX",
"model": "iPhone 11",
"manufacturer": "Apple",
"imei": "XXXXXXXXX",
"complianceGracePeriodExpirationDateTime": "9999-12-31T23:59:59Z",
"serialNumber": "XXXXXXXXX",
"phoneNumber": "+0123456",
"androidSecurityPatchLevel": "",
"userDisplayName": "XXXXXXXXX",
"configurationManagerClientEnabledFeatures": null,
"wiFiMacAddress": "b0e5f9728433",
"deviceHealthAttestationState": null,
"subscriberCarrier": "Telekom",
"meid": "35759332242338",
"totalStorageSpaceInBytes": 68719476736,
"freeStorageSpaceInBytes": 18162384896,
"managedDeviceName": "XXXXXXXXX",
"partnerReportedThreatState": "unknown",
"iccid": null,
"udid": null,
"notes": null,
"ethernetMacAddress": null,
"physicalMemoryInBytes": 0,
"deviceActionResults": []
},
{
"id": "XXXXXXXXX",
"userId": "XXXXXXXXX",
"deviceName": "XXXXXXXXX",
"managedDeviceOwnerType": "company",
"enrolledDateTime": "2021-09-09T07:33:04Z",
"lastSyncDateTime": "2022-09-13T01:51:06Z",
"operatingSystem": "Windows",
"complianceState": "configManager",
"jailBroken": "Unknown",
"managementAgent": "configurationManagerClientMdm",
"osVersion": "10.0.19044.1889",
"easActivated": true,
"easDeviceId": "XXXXXXXXX",
"easActivationDateTime": "0001-01-01T00:00:00Z",
"azureADRegistered": null,
"deviceEnrollmentType": "windowsCoManagement",
"activationLockBypassCode": null,
"emailAddress": "XXXXXXXXX@XXXXXXXXX.com",
"azureADDeviceId": "XXXXXXXXX",
"deviceRegistrationState": "registered",
"deviceCategoryDisplayName": "Unknown",
"isSupervised": false,
"exchangeLastSuccessfulSyncDateTime": "0001-01-01T00:00:00Z",
"exchangeAccessState": "none",
"exchangeAccessStateReason": "none",
"remoteAssistanceSessionUrl": null,
"remoteAssistanceSessionErrorDetails": null,
"isEncrypted": true,
"userPrincipalName": "XXXXXXXXX",
"model": "Surface Pro 7",
"manufacturer": "Microsoft Corporation",
"imei": "",
"complianceGracePeriodExpirationDateTime": "2022-09-10T08:30:03Z",
"serialNumber": "XXXXXXXXX",
"phoneNumber": "",
"androidSecurityPatchLevel": "",
"userDisplayName": "XXXXXXXXX",
"wiFiMacAddress": "XXXXXXXXX",
"deviceHealthAttestationState": null,
"subscriberCarrier": "",
"meid": "",
"totalStorageSpaceInBytes": 506332184576,
"freeStorageSpaceInBytes": 372216168448,
"managedDeviceName": "XXXXXXXXX",
"partnerReportedThreatState": "unknown",
"iccid": null,
"udid": null,
"notes": null,
"ethernetMacAddress": null,
"physicalMemoryInBytes": 0,
"deviceActionResults": [],
"configurationManagerClientEnabledFeatures": {
"inventory": true,
"modernApps": false,
"resourceAccess": false,
"deviceConfiguration": false,
"compliancePolicy": false,
"windowsUpdateForBusiness": false
}
}
]
}