@lansweeper/user-model 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2744 @@
1
+ [
2
+ {
3
+ "context": "User",
4
+ "cloudEntity": "AdMembership",
5
+ "onpremTable": "tblADMembership",
6
+ "onpremId": "ADMembershipId",
7
+ "cloudId": "adMemberShipId",
8
+ "cloudKey": "adMemberShipKey",
9
+ "referencesTo": [
10
+ {
11
+ "referencedEntity": {
12
+ "cloudEntity": "AdObject",
13
+ "cloudProperty": "adObjectId"
14
+ },
15
+ "cloudProperty": "childAdObjectId",
16
+ "onpremfk": "ChildAdObjectID"
17
+ },
18
+ {
19
+ "referencedEntity": {
20
+ "cloudEntity": "AdObject",
21
+ "cloudProperty": "adObjectId"
22
+ },
23
+ "cloudProperty": "parentAdObjectId",
24
+ "onpremfk": "ParentAdObjectID"
25
+ }
26
+ ],
27
+ "properties": {
28
+ "childAdObjectId": {
29
+ "onprem": "ChildAdObjectID",
30
+ "type": "string"
31
+ },
32
+ "parentAdObjectId": {
33
+ "onprem": "ParentAdObjectID",
34
+ "type": "string"
35
+ },
36
+ "lastChanged": {
37
+ "onprem": "lastChanged",
38
+ "type": "date-time"
39
+ },
40
+ "adMemberShipId": {
41
+ "onprem": "ADMembershipId",
42
+ "type": "string"
43
+ },
44
+ "adMemberShipKey": {
45
+ "type": "string",
46
+ "required": true
47
+ },
48
+ "childAdObjectKey": {
49
+ "type": "string"
50
+ },
51
+ "parentAdObjectKey": {
52
+ "type": "string"
53
+ }
54
+ }
55
+ },
56
+ {
57
+ "context": "User",
58
+ "cloudEntity": "AdObject",
59
+ "onpremTable": "tblADObjects",
60
+ "onpremId": "ADObjectID",
61
+ "cloudId": "adObjectId",
62
+ "cloudKey": "adObjectKey",
63
+ "children": [
64
+ {
65
+ "cloudEntity": "AdGroup",
66
+ "onpremTable": "tblADGroups",
67
+ "onpremId": "ADGroupID",
68
+ "cloudId": "adGroupId",
69
+ "parentFk": "ADObjectID",
70
+ "propertyName": "adGroups",
71
+ "isArray": true,
72
+ "limit": 1000,
73
+ "unions": [
74
+ {
75
+ "rootFk": "GroupType",
76
+ "unionPk": "GroupType",
77
+ "onpremTable": "tsysAdGroupType",
78
+ "properties": {
79
+ "groupTypeName": {
80
+ "onprem": "Name",
81
+ "type": "string"
82
+ }
83
+ }
84
+ }
85
+ ],
86
+ "properties": {
87
+ "adGroupId": {
88
+ "onprem": "ADGroupID",
89
+ "type": "string"
90
+ },
91
+ "managerAdObjectId": {
92
+ "onprem": "ManagerADObjectId",
93
+ "type": "string"
94
+ },
95
+ "groupTypeId": {
96
+ "onprem": "GroupType",
97
+ "type": "string"
98
+ },
99
+ "lastChanged": {
100
+ "onprem": "LastChanged",
101
+ "type": "date-time"
102
+ },
103
+ "description": {
104
+ "onprem": "Description",
105
+ "type": "string"
106
+ },
107
+ "name": {
108
+ "onprem": "Name",
109
+ "type": "string"
110
+ }
111
+ }
112
+ },
113
+ {
114
+ "cloudEntity": "BitLockerRecoveryKey",
115
+ "onpremTable": "tblBitLockerRecoveryKey",
116
+ "onpremId": "RecoveryKeyId",
117
+ "cloudId": "recoveryKeyId",
118
+ "parentFk": "AdObjectId",
119
+ "propertyName": "bitLockerRecoveryKeys",
120
+ "isArray": true,
121
+ "limit": 1000,
122
+ "properties": {
123
+ "recoveryKeyId": {
124
+ "onprem": "RecoveryKeyId",
125
+ "type": "string"
126
+ },
127
+ "recoveryKey": {
128
+ "onprem": "RecoveryKey",
129
+ "type": "string"
130
+ },
131
+ "lastChanged": {
132
+ "onprem": "LastChanged",
133
+ "type": "date-time"
134
+ }
135
+ }
136
+ }
137
+ ],
138
+ "properties": {
139
+ "adObjectId": {
140
+ "onprem": "ADObjectID",
141
+ "type": "string"
142
+ },
143
+ "samAccountName": {
144
+ "onprem": "sAMAccountName",
145
+ "type": "string"
146
+ },
147
+ "domain": {
148
+ "onprem": "domain",
149
+ "type": "string"
150
+ },
151
+ "lastScanned": {
152
+ "onprem": "LastScanned",
153
+ "type": "date-time"
154
+ },
155
+ "adObjectKey": {
156
+ "type": "string",
157
+ "required": true
158
+ }
159
+ }
160
+ },
161
+ {
162
+ "context": "User",
163
+ "cloudEntity": "AdUser",
164
+ "onpremTable": "tblADusers",
165
+ "onpremId": "ADUserID",
166
+ "cloudId": "adUserId",
167
+ "cloudKey": "adUserKey",
168
+ "referencesTo": [
169
+ {
170
+ "referencedEntity": {
171
+ "cloudEntity": "AdObject",
172
+ "cloudProperty": "adObjectId"
173
+ },
174
+ "cloudProperty": "adObjectId",
175
+ "onpremfk": "ADObjectID"
176
+ },
177
+ {
178
+ "referencedEntity": {
179
+ "cloudEntity": "AdObject",
180
+ "cloudProperty": "adObjectId"
181
+ },
182
+ "cloudProperty": "managerAdObjectId",
183
+ "onpremfk": "ManagerADObjectId"
184
+ }
185
+ ],
186
+ "properties": {
187
+ "adUserId": {
188
+ "onprem": "ADUserID",
189
+ "type": "string"
190
+ },
191
+ "userName": {
192
+ "onprem": "Username",
193
+ "type": "string"
194
+ },
195
+ "userDomain": {
196
+ "onprem": "Userdomain",
197
+ "type": "string"
198
+ },
199
+ "firstName": {
200
+ "onprem": "Firstname",
201
+ "type": "string"
202
+ },
203
+ "lastName": {
204
+ "onprem": "Lastname",
205
+ "type": "string"
206
+ },
207
+ "name": {
208
+ "onprem": "Name",
209
+ "type": "string"
210
+ },
211
+ "displayName": {
212
+ "onprem": "Displayname",
213
+ "type": "string"
214
+ },
215
+ "description": {
216
+ "onprem": "Description",
217
+ "type": "string"
218
+ },
219
+ "office": {
220
+ "onprem": "Office",
221
+ "type": "string"
222
+ },
223
+ "telephone": {
224
+ "onprem": "Telephone",
225
+ "type": "string"
226
+ },
227
+ "fax": {
228
+ "onprem": "Fax",
229
+ "type": "string"
230
+ },
231
+ "mobile": {
232
+ "onprem": "Mobile",
233
+ "type": "string"
234
+ },
235
+ "street": {
236
+ "onprem": "Street",
237
+ "type": "string"
238
+ },
239
+ "city": {
240
+ "onprem": "City",
241
+ "type": "string"
242
+ },
243
+ "countryAbbreviation": {
244
+ "onprem": "C",
245
+ "type": "string"
246
+ },
247
+ "zip": {
248
+ "onprem": "Zip",
249
+ "type": "string"
250
+ },
251
+ "country": {
252
+ "onprem": "Country",
253
+ "type": "string"
254
+ },
255
+ "countryCode": {
256
+ "onprem": "Countrycode",
257
+ "type": "string"
258
+ },
259
+ "upn": {
260
+ "onprem": "UPN",
261
+ "type": "string"
262
+ },
263
+ "title": {
264
+ "onprem": "Title",
265
+ "type": "string"
266
+ },
267
+ "department": {
268
+ "onprem": "Department",
269
+ "type": "string"
270
+ },
271
+ "company": {
272
+ "onprem": "Company",
273
+ "type": "string"
274
+ },
275
+ "email": {
276
+ "onprem": "email",
277
+ "type": "string"
278
+ },
279
+ "ou": {
280
+ "onprem": "OU",
281
+ "type": "string"
282
+ },
283
+ "lastChanged": {
284
+ "onprem": "Lastchanged",
285
+ "type": "date-time"
286
+ },
287
+ "picture": {
288
+ "onprem": "Picture",
289
+ "type": "string"
290
+ },
291
+ "adObjectId": {
292
+ "onprem": "ADObjectID",
293
+ "type": "string"
294
+ },
295
+ "managerAdObjectId": {
296
+ "onprem": "ManagerADObjectId",
297
+ "type": "string"
298
+ },
299
+ "homePhone": {
300
+ "onprem": "HomePhone",
301
+ "type": "string"
302
+ },
303
+ "pager": {
304
+ "onprem": "Pager",
305
+ "type": "string"
306
+ },
307
+ "ipPhone": {
308
+ "onprem": "IpPhone",
309
+ "type": "string"
310
+ },
311
+ "state": {
312
+ "onprem": "State",
313
+ "type": "string"
314
+ },
315
+ "homePage": {
316
+ "onprem": "HomePage",
317
+ "type": "string"
318
+ },
319
+ "homeDirectory": {
320
+ "onprem": "HomeDirectory",
321
+ "type": "string"
322
+ },
323
+ "profilePath": {
324
+ "onprem": "ProfilePath",
325
+ "type": "string"
326
+ },
327
+ "logonScript": {
328
+ "onprem": "LogonScript",
329
+ "type": "string"
330
+ },
331
+ "whenCreated": {
332
+ "onprem": "whenCreated",
333
+ "type": "date-time"
334
+ },
335
+ "whenChanged": {
336
+ "onprem": "whenChanged",
337
+ "type": "date-time"
338
+ },
339
+ "employeeId": {
340
+ "onprem": "EmployeeID",
341
+ "type": "string"
342
+ },
343
+ "employeeNumber": {
344
+ "onprem": "EmployeeNumber",
345
+ "type": "string"
346
+ },
347
+ "employeeType": {
348
+ "onprem": "EmployeeType",
349
+ "type": "string"
350
+ },
351
+ "info": {
352
+ "onprem": "Info",
353
+ "type": "string"
354
+ },
355
+ "division": {
356
+ "onprem": "Division",
357
+ "type": "string"
358
+ },
359
+ "isEnabled": {
360
+ "onprem": "IsEnabled",
361
+ "type": "boolean"
362
+ },
363
+ "expirationDate": {
364
+ "onprem": "ExpirationDate",
365
+ "type": "date-time"
366
+ },
367
+ "lockoutDate": {
368
+ "onprem": "LockoutDate",
369
+ "type": "date-time"
370
+ },
371
+ "passwordNeverExpires": {
372
+ "onprem": "PasswordNeverExpires",
373
+ "type": "boolean"
374
+ },
375
+ "passwordLastSet": {
376
+ "onprem": "PasswordLastSet",
377
+ "type": "date-time"
378
+ },
379
+ "userCannotChangePassword": {
380
+ "onprem": "UserCannotChangePassword",
381
+ "type": "boolean"
382
+ },
383
+ "passwordRequired": {
384
+ "onprem": "PasswordRequired",
385
+ "type": "boolean"
386
+ },
387
+ "passwordExpirationDate": {
388
+ "onprem": "PasswordExpirationDate",
389
+ "type": "date-time"
390
+ },
391
+ "passwordChangeableDate": {
392
+ "onprem": "PasswordChangeableDate",
393
+ "type": "date-time"
394
+ },
395
+ "initials": {
396
+ "onprem": "Initials",
397
+ "type": "string"
398
+ },
399
+ "middleName": {
400
+ "onprem": "MiddleName",
401
+ "type": "string"
402
+ },
403
+ "postOfficeBox": {
404
+ "onprem": "PostOfficeBox",
405
+ "type": "string"
406
+ },
407
+ "lastLogon": {
408
+ "onprem": "LastLogon",
409
+ "type": "date-time"
410
+ },
411
+ "adUserKey": {
412
+ "type": "string",
413
+ "required": true
414
+ },
415
+ "adObjectKey": {
416
+ "type": "string"
417
+ },
418
+ "managerAdObjectKey": {
419
+ "type": "string"
420
+ }
421
+ }
422
+ },
423
+ {
424
+ "context": "User",
425
+ "cloudEntity": "AirWatchOrganizationGroup",
426
+ "onpremTable": "tblAirWatchOrganizationGroup",
427
+ "onpremId": "AirWatchOrganizationGroupId",
428
+ "cloudId": "airWatchOrganizationGroupId",
429
+ "cloudKey": "airWatchOrganizationGroupKey",
430
+ "properties": {
431
+ "airWatchOrganizationGroupId": {
432
+ "onprem": "AirWatchOrganizationGroupId",
433
+ "type": "string"
434
+ },
435
+ "name": {
436
+ "onprem": "Name",
437
+ "type": "string"
438
+ },
439
+ "organizationGroupId": {
440
+ "onprem": "OrganizationGroupId",
441
+ "type": "string"
442
+ },
443
+ "locationGroupType": {
444
+ "onprem": "LocationGroupType",
445
+ "type": "string"
446
+ },
447
+ "country": {
448
+ "onprem": "Country",
449
+ "type": "string"
450
+ },
451
+ "locale": {
452
+ "onprem": "Locale",
453
+ "type": "string"
454
+ },
455
+ "createdOn": {
456
+ "onprem": "CreatedOn",
457
+ "type": "string"
458
+ },
459
+ "users": {
460
+ "onprem": "Users",
461
+ "type": "string"
462
+ },
463
+ "admins": {
464
+ "onprem": "Admins",
465
+ "type": "string"
466
+ },
467
+ "devices": {
468
+ "onprem": "Devices",
469
+ "type": "string"
470
+ },
471
+ "lgLevel": {
472
+ "onprem": "LgLevel",
473
+ "type": "string"
474
+ },
475
+ "uuid": {
476
+ "onprem": "Uuid",
477
+ "type": "string"
478
+ },
479
+ "lastChanged": {
480
+ "onprem": "LastChanged",
481
+ "type": "string"
482
+ },
483
+ "airWatchOrganizationGroupKey": {
484
+ "type": "string",
485
+ "required": true
486
+ }
487
+ }
488
+ },
489
+ {
490
+ "context": "User",
491
+ "cloudEntity": "AirWatchUser",
492
+ "onpremTable": "tblAirWatchUser",
493
+ "onpremId": "AirWatchUserId",
494
+ "cloudId": "airWatchUserId",
495
+ "cloudKey": "airWatchUserKey",
496
+ "referencesTo": [
497
+ {
498
+ "referencedEntity": {
499
+ "cloudEntity": "AirWatchOrganizationGroup",
500
+ "cloudProperty": "airWatchOrganizationGroupId"
501
+ },
502
+ "cloudProperty": "airWatchOrganizationGroupId",
503
+ "onpremfk": "AirWatchOrganizationGroupId"
504
+ }
505
+ ],
506
+ "properties": {
507
+ "airWatchUserId": {
508
+ "onprem": "AirWatchUserId",
509
+ "type": "string"
510
+ },
511
+ "airWatchOrganizationGroupId": {
512
+ "onprem": "AirWatchOrganizationGroupId",
513
+ "type": "string"
514
+ },
515
+ "userName": {
516
+ "onprem": "UserName",
517
+ "type": "string"
518
+ },
519
+ "firstName": {
520
+ "onprem": "FirstName",
521
+ "type": "string"
522
+ },
523
+ "lastName": {
524
+ "onprem": "LastName",
525
+ "type": "string"
526
+ },
527
+ "status": {
528
+ "onprem": "Status",
529
+ "type": "string"
530
+ },
531
+ "email": {
532
+ "onprem": "Email",
533
+ "type": "string"
534
+ },
535
+ "securityType": {
536
+ "onprem": "SecurityType",
537
+ "type": "string"
538
+ },
539
+ "contactNumber": {
540
+ "onprem": "ContactNumber",
541
+ "type": "string"
542
+ },
543
+ "mobileNumber": {
544
+ "onprem": "MobileNumber",
545
+ "type": "string"
546
+ },
547
+ "emailUserName": {
548
+ "onprem": "EmailUserName",
549
+ "type": "string"
550
+ },
551
+ "group": {
552
+ "onprem": "Group",
553
+ "type": "string"
554
+ },
555
+ "customAttribute1": {
556
+ "onprem": "CustomAttribute1",
557
+ "type": "string"
558
+ },
559
+ "customAttribute2": {
560
+ "onprem": "CustomAttribute2",
561
+ "type": "string"
562
+ },
563
+ "customAttribute3": {
564
+ "onprem": "CustomAttribute3",
565
+ "type": "string"
566
+ },
567
+ "customAttribute4": {
568
+ "onprem": "CustomAttribute4",
569
+ "type": "string"
570
+ },
571
+ "customAttribute5": {
572
+ "onprem": "CustomAttribute5",
573
+ "type": "string"
574
+ },
575
+ "externalId": {
576
+ "onprem": "ExternalId",
577
+ "type": "string"
578
+ },
579
+ "stagingMode": {
580
+ "onprem": "StagingMode",
581
+ "type": "string"
582
+ },
583
+ "deviceStagingEnabled": {
584
+ "onprem": "DeviceStagingEnabled",
585
+ "type": "boolean"
586
+ },
587
+ "uuid": {
588
+ "onprem": "Uuid",
589
+ "type": "string"
590
+ },
591
+ "messageType": {
592
+ "onprem": "MessageType",
593
+ "type": "string"
594
+ },
595
+ "enrolledDevicesCount": {
596
+ "onprem": "EnrolledDevicesCount",
597
+ "type": "int"
598
+ },
599
+ "lastChanged": {
600
+ "onprem": "LastChanged",
601
+ "type": "date-time"
602
+ },
603
+ "airWatchUserKey": {
604
+ "type": "string",
605
+ "required": true
606
+ },
607
+ "airWatchOrganizationGroupKey": {
608
+ "type": "string"
609
+ }
610
+ }
611
+ },
612
+ {
613
+ "context": "User",
614
+ "cloudEntity": "ExchangeActiveSyncDevice",
615
+ "onpremTable": "tblExchangeActiveSyncDevice",
616
+ "onpremId": "ActiveSyncDeviceId",
617
+ "cloudId": "exchangeActiveSyncDeviceId",
618
+ "cloudKey": "exchangeActiveSyncDeviceKey",
619
+ "referencesTo": [
620
+ {
621
+ "referencedEntity": {
622
+ "cloudEntity": "ExchangeServer",
623
+ "cloudProperty": "exchangeServerId"
624
+ },
625
+ "cloudProperty": "serverId",
626
+ "onpremfk": "ServerId"
627
+ }
628
+ ],
629
+ "properties": {
630
+ "exchangeActiveSyncDeviceId": {
631
+ "onprem": "ActiveSyncDeviceId",
632
+ "type": "string"
633
+ },
634
+ "serverId": {
635
+ "onprem": "ServerId",
636
+ "type": "string"
637
+ },
638
+ "clientType": {
639
+ "onprem": "ClientType",
640
+ "type": "string"
641
+ },
642
+ "deviceAccessControlRule": {
643
+ "onprem": "DeviceAccessControlRule",
644
+ "type": "string"
645
+ },
646
+ "deviceAccessState": {
647
+ "onprem": "DeviceAccessState",
648
+ "type": "string"
649
+ },
650
+ "deviceAccessStateReason": {
651
+ "onprem": "DeviceAccessStateReason",
652
+ "type": "string"
653
+ },
654
+ "deviceActiveSyncVersion": {
655
+ "onprem": "DeviceActiveSyncVersion",
656
+ "type": "string"
657
+ },
658
+ "deviceFriendlyName": {
659
+ "onprem": "DeviceFriendlyName",
660
+ "type": "string"
661
+ },
662
+ "deviceId": {
663
+ "onprem": "DeviceId",
664
+ "type": "string"
665
+ },
666
+ "deviceModel": {
667
+ "onprem": "DeviceModel",
668
+ "type": "string"
669
+ },
670
+ "deviceOs": {
671
+ "onprem": "DeviceOs",
672
+ "type": "string"
673
+ },
674
+ "devicePolicyApplicationStatus": {
675
+ "onprem": "DevicePolicyApplicationStatus",
676
+ "type": "string"
677
+ },
678
+ "deviceType": {
679
+ "onprem": "DeviceType",
680
+ "type": "string"
681
+ },
682
+ "deviceUserAgent": {
683
+ "onprem": "DeviceUserAgent",
684
+ "type": "string"
685
+ },
686
+ "deviceWipeRequestTime": {
687
+ "onprem": "DeviceWipeRequestTime",
688
+ "type": "string"
689
+ },
690
+ "deviceWipeSentTime": {
691
+ "onprem": "DeviceWipeSentTime",
692
+ "type": "string"
693
+ },
694
+ "deviceWipeAckTime": {
695
+ "onprem": "DeviceWipeAckTime",
696
+ "type": "string"
697
+ },
698
+ "firstSyncTime": {
699
+ "onprem": "FirstSyncTime",
700
+ "type": "string"
701
+ },
702
+ "guid": {
703
+ "onprem": "Guid",
704
+ "type": "string"
705
+ },
706
+ "identity": {
707
+ "onprem": "Identity",
708
+ "type": "string"
709
+ },
710
+ "lastPolicyUpdateTime": {
711
+ "onprem": "LastPolicyUpdateTime",
712
+ "type": "string"
713
+ },
714
+ "lastSyncAttemptTime": {
715
+ "onprem": "LastSyncAttemptTime",
716
+ "type": "string"
717
+ },
718
+ "lastSuccessSync": {
719
+ "onprem": "LastSuccessSync",
720
+ "type": "string"
721
+ },
722
+ "lastDeviceWipeRequestor": {
723
+ "onprem": "LastDeviceWipeRequestor",
724
+ "type": "string"
725
+ },
726
+ "mailbox": {
727
+ "onprem": "Mailbox",
728
+ "type": "string"
729
+ },
730
+ "deviceImei": {
731
+ "onprem": "DeviceImei",
732
+ "type": "string"
733
+ },
734
+ "deviceOSLanguage": {
735
+ "onprem": "DeviceOSLanguage",
736
+ "type": "string"
737
+ },
738
+ "devicePhoneNumber": {
739
+ "onprem": "DevicePhoneNumber",
740
+ "type": "string"
741
+ },
742
+ "deviceMobileOperator": {
743
+ "onprem": "DeviceMobileOperator",
744
+ "type": "string"
745
+ },
746
+ "numberOfFoldersSynced": {
747
+ "onprem": "NumberOfFoldersSynced",
748
+ "type": "int"
749
+ },
750
+ "name": {
751
+ "onprem": "Name",
752
+ "type": "string"
753
+ },
754
+ "exchangeActiveSyncDeviceKey": {
755
+ "type": "string",
756
+ "required": true
757
+ },
758
+ "serverKey": {
759
+ "type": "string"
760
+ }
761
+ }
762
+ },
763
+ {
764
+ "context": "User",
765
+ "cloudEntity": "ExchangeLicense",
766
+ "onpremTable": "tblExchangeLicense",
767
+ "onpremId": "LicenseId",
768
+ "cloudId": "exchangeLicenseId",
769
+ "cloudKey": "exchangeLicenseKey",
770
+ "referencesTo": [
771
+ {
772
+ "referencedEntity": {
773
+ "cloudEntity": "ExchangeServer",
774
+ "cloudProperty": "exchangeServerId"
775
+ },
776
+ "cloudProperty": "exchangeServerId",
777
+ "onpremfk": "ServerId"
778
+ }
779
+ ],
780
+ "properties": {
781
+ "exchangeLicenseId": {
782
+ "onprem": "LicenseId",
783
+ "type": "string"
784
+ },
785
+ "exchangeServerId": {
786
+ "onprem": "ServerId",
787
+ "type": "string"
788
+ },
789
+ "productName": {
790
+ "onprem": "ProductName",
791
+ "type": "string"
792
+ },
793
+ "unitLabel": {
794
+ "onprem": "UnitLabel",
795
+ "type": "string"
796
+ },
797
+ "licenseName": {
798
+ "onprem": "LicenseName",
799
+ "type": "string"
800
+ },
801
+ "exchangeLicenseKey": {
802
+ "type": "string",
803
+ "required": true
804
+ },
805
+ "exchangeServerKey": {
806
+ "type": "string"
807
+ }
808
+ }
809
+ },
810
+ {
811
+ "context": "User",
812
+ "cloudEntity": "ExchangeMailbox",
813
+ "onpremTable": "tblExchangeMailbox",
814
+ "onpremId": "MailboxId",
815
+ "cloudId": "exchangeMailboxId",
816
+ "cloudKey": "exchangeMailboxKey",
817
+ "referencesTo": [
818
+ {
819
+ "referencedEntity": {
820
+ "cloudEntity": "ExchangeServer",
821
+ "cloudProperty": "exchangeServerId"
822
+ },
823
+ "cloudProperty": "exchangeServerId",
824
+ "onpremfk": "ServerId"
825
+ }
826
+ ],
827
+ "properties": {
828
+ "exchangeMailboxId": {
829
+ "onprem": "MailboxId",
830
+ "type": "string"
831
+ },
832
+ "exchangeServerId": {
833
+ "onprem": "ServerId",
834
+ "type": "string"
835
+ },
836
+ "displayName": {
837
+ "onprem": "DisplayName",
838
+ "type": "string"
839
+ },
840
+ "identity": {
841
+ "onprem": "Identity",
842
+ "type": "string"
843
+ },
844
+ "database": {
845
+ "onprem": "Database",
846
+ "type": "string"
847
+ },
848
+ "messageCopyForSentAsEnabled": {
849
+ "onprem": "MessageCopyForSentAsEnabled",
850
+ "type": "boolean"
851
+ },
852
+ "messageCopyForSendOnBehalfEnabled": {
853
+ "onprem": "MessageCopyForSendOnBehalfEnabled",
854
+ "type": "boolean"
855
+ },
856
+ "mailboxProvisioningPreferences": {
857
+ "onprem": "MailboxProvisioningPreferences",
858
+ "type": "string"
859
+ },
860
+ "useDatabaseRetentionDefaults": {
861
+ "onprem": "UseDatabaseRetentionDefaults",
862
+ "type": "boolean"
863
+ },
864
+ "retainDeletedItemsUntilBackup": {
865
+ "onprem": "RetainDeletedItemsUntilBackup",
866
+ "type": "boolean"
867
+ },
868
+ "deliverToMailboxAndForward": {
869
+ "onprem": "DeliverToMailboxAndForward",
870
+ "type": "boolean"
871
+ },
872
+ "isExcludedFromServingHierarchy": {
873
+ "onprem": "IsExcludedFromServingHierarchy",
874
+ "type": "boolean"
875
+ },
876
+ "isHierarchyReady": {
877
+ "onprem": "IsHierarchyReady",
878
+ "type": "boolean"
879
+ },
880
+ "isHierarchySyncEnabled": {
881
+ "onprem": "IsHierarchySyncEnabled",
882
+ "type": "boolean"
883
+ },
884
+ "litigationHoldEnabled": {
885
+ "onprem": "LitigationHoldEnabled",
886
+ "type": "boolean"
887
+ },
888
+ "singleItemRecoveryEnabled": {
889
+ "onprem": "SingleItemRecoveryEnabled",
890
+ "type": "boolean"
891
+ },
892
+ "retentionHoldEnabled": {
893
+ "onprem": "RetentionHoldEnabled",
894
+ "type": "boolean"
895
+ },
896
+ "endDateForRetentionHold": {
897
+ "onprem": "EndDateForRetentionHold",
898
+ "type": "string"
899
+ },
900
+ "startDateForRetentionHold": {
901
+ "onprem": "StartDateForRetentionHold",
902
+ "type": "string"
903
+ },
904
+ "retentionComment": {
905
+ "onprem": "RetentionComment",
906
+ "type": "string"
907
+ },
908
+ "retentionUrl": {
909
+ "onprem": "RetentionUrl",
910
+ "type": "string"
911
+ },
912
+ "litigationHoldDate": {
913
+ "onprem": "LitigationHoldDate",
914
+ "type": "string"
915
+ },
916
+ "litigationHoldOwner": {
917
+ "onprem": "LitigationHoldOwner",
918
+ "type": "string"
919
+ },
920
+ "litigationHoldDuration": {
921
+ "onprem": "LitigationHoldDuration",
922
+ "type": "string"
923
+ },
924
+ "managedFolderMailboxPolicy": {
925
+ "onprem": "ManagedFolderMailboxPolicy",
926
+ "type": "string"
927
+ },
928
+ "retentionPolicy": {
929
+ "onprem": "RetentionPolicy",
930
+ "type": "string"
931
+ },
932
+ "addressBookPolicy": {
933
+ "onprem": "AddressBookPolicy",
934
+ "type": "string"
935
+ },
936
+ "calendarRepairDisabled": {
937
+ "onprem": "CalendarRepairDisabled",
938
+ "type": "boolean"
939
+ },
940
+ "exchangeSecurityDescriptor": {
941
+ "onprem": "ExchangeSecurityDescriptor",
942
+ "type": "string"
943
+ },
944
+ "exchangeUserAccountControl": {
945
+ "onprem": "ExchangeUserAccountControl",
946
+ "type": "string"
947
+ },
948
+ "messageTrackingReadStatusEnabled": {
949
+ "onprem": "MessageTrackingReadStatusEnabled",
950
+ "type": "boolean"
951
+ },
952
+ "externalOofOptions": {
953
+ "onprem": "ExternalOofOptions",
954
+ "type": "string"
955
+ },
956
+ "forwardingAddress": {
957
+ "onprem": "ForwardingAddress",
958
+ "type": "string"
959
+ },
960
+ "retainDeletedItemsFor": {
961
+ "onprem": "RetainDeletedItemsFor",
962
+ "type": "string"
963
+ },
964
+ "isMailboxEnabled": {
965
+ "onprem": "IsMailboxEnabled",
966
+ "type": "boolean"
967
+ },
968
+ "languages": {
969
+ "onprem": "Languages",
970
+ "type": "string"
971
+ },
972
+ "offlineAddressBook": {
973
+ "onprem": "OfflineAddressBook",
974
+ "type": "string"
975
+ },
976
+ "prohibitSendQuota": {
977
+ "onprem": "ProhibitSendQuota",
978
+ "type": "string"
979
+ },
980
+ "prohibitSendReceiveQuota": {
981
+ "onprem": "ProhibitSendReceiveQuota",
982
+ "type": "string"
983
+ },
984
+ "recoverableItemsQuota": {
985
+ "onprem": "RecoverableItemsQuota",
986
+ "type": "string"
987
+ },
988
+ "recoverableItemsWarningQuota": {
989
+ "onprem": "RecoverableItemsWarningQuota",
990
+ "type": "string"
991
+ },
992
+ "downgradeHighPriorityMessagesEnabled": {
993
+ "onprem": "DowngradeHighPriorityMessagesEnabled",
994
+ "type": "boolean"
995
+ },
996
+ "protocolSettings": {
997
+ "onprem": "ProtocolSettings",
998
+ "type": "string"
999
+ },
1000
+ "recipientLimits": {
1001
+ "onprem": "RecipientLimits",
1002
+ "type": "string"
1003
+ },
1004
+ "isResource": {
1005
+ "onprem": "IsResource",
1006
+ "type": "boolean"
1007
+ },
1008
+ "isLinked": {
1009
+ "onprem": "IsLinked",
1010
+ "type": "boolean"
1011
+ },
1012
+ "isShared": {
1013
+ "onprem": "IsShared",
1014
+ "type": "boolean"
1015
+ },
1016
+ "linkedMasterAccount": {
1017
+ "onprem": "LinkedMasterAccount",
1018
+ "type": "string"
1019
+ },
1020
+ "resetPasswordOnNextLogon": {
1021
+ "onprem": "ResetPasswordOnNextLogon",
1022
+ "type": "boolean"
1023
+ },
1024
+ "resourceCapacity": {
1025
+ "onprem": "ResourceCapacity",
1026
+ "type": "int"
1027
+ },
1028
+ "resourceCustom": {
1029
+ "onprem": "ResourceCustom",
1030
+ "type": "string"
1031
+ },
1032
+ "resourceType": {
1033
+ "onprem": "ResourceType",
1034
+ "type": "string"
1035
+ },
1036
+ "sCLDeleteThreshold": {
1037
+ "onprem": "SCLDeleteThreshold",
1038
+ "type": "int"
1039
+ },
1040
+ "sCLDeleteEnabled": {
1041
+ "onprem": "SCLDeleteEnabled",
1042
+ "type": "boolean"
1043
+ },
1044
+ "sCLRejectThreshold": {
1045
+ "onprem": "SCLRejectThreshold",
1046
+ "type": "int"
1047
+ },
1048
+ "sCLRejectEnabled": {
1049
+ "onprem": "SCLRejectEnabled",
1050
+ "type": "boolean"
1051
+ },
1052
+ "sCLQuarantineThreshold": {
1053
+ "onprem": "SCLQuarantineThreshold",
1054
+ "type": "int"
1055
+ },
1056
+ "sCLQuarantineEnabled": {
1057
+ "onprem": "SCLQuarantineEnabled",
1058
+ "type": "boolean"
1059
+ },
1060
+ "sCLJunkThreshold": {
1061
+ "onprem": "SCLJunkThreshold",
1062
+ "type": "int"
1063
+ },
1064
+ "sCLJunkEnabled": {
1065
+ "onprem": "SCLJunkEnabled",
1066
+ "type": "boolean"
1067
+ },
1068
+ "antispamBypassEnabled": {
1069
+ "onprem": "AntispamBypassEnabled",
1070
+ "type": "boolean"
1071
+ },
1072
+ "useDatabaseQuotaDefaults": {
1073
+ "onprem": "UseDatabaseQuotaDefaults",
1074
+ "type": "boolean"
1075
+ },
1076
+ "issueWarningQuota": {
1077
+ "onprem": "IssueWarningQuota",
1078
+ "type": "string"
1079
+ },
1080
+ "rulesQuota": {
1081
+ "onprem": "RulesQuota",
1082
+ "type": "string"
1083
+ },
1084
+ "office": {
1085
+ "onprem": "Office",
1086
+ "type": "string"
1087
+ },
1088
+ "uMEnabled": {
1089
+ "onprem": "UMEnabled",
1090
+ "type": "boolean"
1091
+ },
1092
+ "maxSafeSenders": {
1093
+ "onprem": "MaxSafeSenders",
1094
+ "type": "int"
1095
+ },
1096
+ "maxBlockedSenders": {
1097
+ "onprem": "MaxBlockedSenders",
1098
+ "type": "int"
1099
+ },
1100
+ "throttlingPolicy": {
1101
+ "onprem": "ThrottlingPolicy",
1102
+ "type": "string"
1103
+ },
1104
+ "roleAssignmentPolicy": {
1105
+ "onprem": "RoleAssignmentPolicy",
1106
+ "type": "string"
1107
+ },
1108
+ "sharingPolicy": {
1109
+ "onprem": "SharingPolicy",
1110
+ "type": "string"
1111
+ },
1112
+ "mailboxPlan": {
1113
+ "onprem": "MailboxPlan",
1114
+ "type": "string"
1115
+ },
1116
+ "archiveGuid": {
1117
+ "onprem": "ArchiveGuid",
1118
+ "type": "string"
1119
+ },
1120
+ "archiveName": {
1121
+ "onprem": "ArchiveName",
1122
+ "type": "string"
1123
+ },
1124
+ "archiveQuota": {
1125
+ "onprem": "ArchiveQuota",
1126
+ "type": "string"
1127
+ },
1128
+ "archiveWarningQuota": {
1129
+ "onprem": "ArchiveWarningQuota",
1130
+ "type": "string"
1131
+ },
1132
+ "isPersonToPersonTextMessagingEnabled": {
1133
+ "onprem": "IsPersonToPersonTextMessagingEnabled",
1134
+ "type": "boolean"
1135
+ },
1136
+ "isMachineToPersonTextMessagingEnabled": {
1137
+ "onprem": "IsMachineToPersonTextMessagingEnabled",
1138
+ "type": "boolean"
1139
+ },
1140
+ "userSMimeCertificate": {
1141
+ "onprem": "UserSMimeCertificate",
1142
+ "type": "string"
1143
+ },
1144
+ "calendarVersionStoreDisabled": {
1145
+ "onprem": "CalendarVersionStoreDisabled",
1146
+ "type": "boolean"
1147
+ },
1148
+ "immutableId": {
1149
+ "onprem": "ImmutableId",
1150
+ "type": "string"
1151
+ },
1152
+ "whenMailboxCreated": {
1153
+ "onprem": "WhenMailboxCreated",
1154
+ "type": "string"
1155
+ },
1156
+ "isSoftDeletedByRemove": {
1157
+ "onprem": "IsSoftDeletedByRemove",
1158
+ "type": "boolean"
1159
+ },
1160
+ "isSoftDeletedByDisable": {
1161
+ "onprem": "IsSoftDeletedByDisable",
1162
+ "type": "boolean"
1163
+ },
1164
+ "isInactiveMailbox": {
1165
+ "onprem": "IsInactiveMailbox",
1166
+ "type": "boolean"
1167
+ },
1168
+ "whenSoftDeleted": {
1169
+ "onprem": "WhenSoftDeleted",
1170
+ "type": "string"
1171
+ },
1172
+ "alias": {
1173
+ "onprem": "Alias",
1174
+ "type": "string"
1175
+ },
1176
+ "legacyExchangeDN": {
1177
+ "onprem": "LegacyExchangeDN",
1178
+ "type": "string"
1179
+ },
1180
+ "maxSendSize": {
1181
+ "onprem": "MaxSendSize",
1182
+ "type": "string"
1183
+ },
1184
+ "maxReceiveSize": {
1185
+ "onprem": "MaxReceiveSize",
1186
+ "type": "string"
1187
+ },
1188
+ "policiesIncluded": {
1189
+ "onprem": "PoliciesIncluded",
1190
+ "type": "string"
1191
+ },
1192
+ "emailAddressPolicyEnabled": {
1193
+ "onprem": "EmailAddressPolicyEnabled",
1194
+ "type": "boolean"
1195
+ },
1196
+ "primarySmtpAddress": {
1197
+ "onprem": "PrimarySmtpAddress",
1198
+ "type": "string"
1199
+ },
1200
+ "recipientType": {
1201
+ "onprem": "RecipientType",
1202
+ "type": "string"
1203
+ },
1204
+ "recipientTypeDetails": {
1205
+ "onprem": "RecipientTypeDetails",
1206
+ "type": "string"
1207
+ },
1208
+ "userPrincipalName": {
1209
+ "onprem": "UserPrincipalName",
1210
+ "type": "string"
1211
+ },
1212
+ "oWAEnabled": {
1213
+ "onprem": "OWAEnabled",
1214
+ "type": "boolean"
1215
+ },
1216
+ "journalRecipient": {
1217
+ "onprem": "JournalRecipient",
1218
+ "type": "string"
1219
+ },
1220
+ "activeSyncEnabled": {
1221
+ "onprem": "ActiveSyncEnabled",
1222
+ "type": "boolean"
1223
+ },
1224
+ "policiesExcluded": {
1225
+ "onprem": "PoliciesExcluded",
1226
+ "type": "string"
1227
+ },
1228
+ "exchangeMailboxKey": {
1229
+ "type": "string",
1230
+ "required": true
1231
+ },
1232
+ "exchangeServerKey": {
1233
+ "type": "string"
1234
+ }
1235
+ }
1236
+ },
1237
+ {
1238
+ "context": "User",
1239
+ "cloudEntity": "ExchangeMailboxStatistics",
1240
+ "onpremTable": "tblExchangeMailboxStatistics",
1241
+ "onpremId": "StatisticsId",
1242
+ "cloudId": "exchangeMailboxStatisticsId",
1243
+ "cloudKey": "exchangeMailboxStatisticsKey",
1244
+ "referencesTo": [
1245
+ {
1246
+ "referencedEntity": {
1247
+ "cloudEntity": "ExchangeMailbox",
1248
+ "cloudProperty": "exchangeMailboxId"
1249
+ },
1250
+ "cloudProperty": "mailboxId",
1251
+ "onpremfk": "MailboxId"
1252
+ }
1253
+ ],
1254
+ "properties": {
1255
+ "exchangeMailboxStatisticsId": {
1256
+ "onprem": "StatisticsId",
1257
+ "type": "string"
1258
+ },
1259
+ "mailboxId": {
1260
+ "onprem": "MailboxId",
1261
+ "type": "string"
1262
+ },
1263
+ "itemCount": {
1264
+ "onprem": "ItemCount",
1265
+ "type": "int"
1266
+ },
1267
+ "associatedItemCount": {
1268
+ "onprem": "AssociatedItemCount",
1269
+ "type": "int"
1270
+ },
1271
+ "deletedItemCount": {
1272
+ "onprem": "DeletedItemCount",
1273
+ "type": "int"
1274
+ },
1275
+ "totalDeletedItemSize": {
1276
+ "onprem": "TotalDeletedItemSize",
1277
+ "type": "string"
1278
+ },
1279
+ "totalItemSize": {
1280
+ "onprem": "TotalItemSize",
1281
+ "type": "string"
1282
+ },
1283
+ "messageTableTotalSize": {
1284
+ "onprem": "MessageTableTotalSize",
1285
+ "type": "string"
1286
+ },
1287
+ "messageTableAvailableSize": {
1288
+ "onprem": "MessageTableAvailableSize",
1289
+ "type": "string"
1290
+ },
1291
+ "attachmentTableTotalSize": {
1292
+ "onprem": "AttachmentTableTotalSize",
1293
+ "type": "string"
1294
+ },
1295
+ "attachmentTableAvailableSize": {
1296
+ "onprem": "AttachmentTableAvailableSize",
1297
+ "type": "string"
1298
+ },
1299
+ "otherTablesTotalSize": {
1300
+ "onprem": "OtherTablesTotalSize",
1301
+ "type": "string"
1302
+ },
1303
+ "otherTablesAvailableSize": {
1304
+ "onprem": "OtherTablesAvailableSize",
1305
+ "type": "string"
1306
+ },
1307
+ "isEncrypted": {
1308
+ "onprem": "IsEncrypted",
1309
+ "type": "boolean"
1310
+ },
1311
+ "disconnectDate": {
1312
+ "onprem": "DisconnectDate",
1313
+ "type": "string"
1314
+ },
1315
+ "disconnectReason": {
1316
+ "onprem": "DisconnectReason",
1317
+ "type": "string"
1318
+ },
1319
+ "lastLoggedOnUserAccount": {
1320
+ "onprem": "LastLoggedOnUserAccount",
1321
+ "type": "string"
1322
+ },
1323
+ "lastLogoffTime": {
1324
+ "onprem": "LastLogoffTime",
1325
+ "type": "string"
1326
+ },
1327
+ "lastLogonTime": {
1328
+ "onprem": "LastLogonTime",
1329
+ "type": "string"
1330
+ },
1331
+ "isDatabaseCopyActive": {
1332
+ "onprem": "IsDatabaseCopyActive",
1333
+ "type": "boolean"
1334
+ },
1335
+ "isClutterEnabled": {
1336
+ "onprem": "IsClutterEnabled",
1337
+ "type": "boolean"
1338
+ },
1339
+ "isQuarantined": {
1340
+ "onprem": "IsQuarantined",
1341
+ "type": "boolean"
1342
+ },
1343
+ "totalBytes": {
1344
+ "onprem": "TotalBytes",
1345
+ "type": "string"
1346
+ },
1347
+ "exchangeMailboxStatisticsKey": {
1348
+ "type": "string",
1349
+ "required": true
1350
+ },
1351
+ "mailboxKey": {
1352
+ "type": "string"
1353
+ }
1354
+ }
1355
+ },
1356
+ {
1357
+ "context": "User",
1358
+ "cloudEntity": "ExchangeServer",
1359
+ "onpremTable": "tblExchangeServer",
1360
+ "onpremId": "ServerId",
1361
+ "cloudId": "exchangeServerId",
1362
+ "cloudKey": "exchangeServerKey",
1363
+ "unions": [
1364
+ {
1365
+ "rootFk": "AssetId",
1366
+ "unionPk": "AssetID",
1367
+ "onpremTable": "tblAssets",
1368
+ "properties": {
1369
+ "assetCloudId": {
1370
+ "onprem": "CloudId",
1371
+ "type": "string"
1372
+ }
1373
+ }
1374
+ }
1375
+ ],
1376
+ "properties": {
1377
+ "exchangeServerId": {
1378
+ "onprem": "ServerId",
1379
+ "type": "string"
1380
+ },
1381
+ "assetId": {
1382
+ "onprem": "AssetId",
1383
+ "type": "string"
1384
+ },
1385
+ "name": {
1386
+ "onprem": "Name",
1387
+ "type": "string"
1388
+ },
1389
+ "dataPath": {
1390
+ "onprem": "DataPath",
1391
+ "type": "string"
1392
+ },
1393
+ "edition": {
1394
+ "onprem": "Edition",
1395
+ "type": "string"
1396
+ },
1397
+ "exchangeLegacyDN": {
1398
+ "onprem": "ExchangeLegacyDN",
1399
+ "type": "string"
1400
+ },
1401
+ "exchangeLegacyServerRole": {
1402
+ "onprem": "ExchangeLegacyServerRole",
1403
+ "type": "int"
1404
+ },
1405
+ "customerFeedbackEnabled": {
1406
+ "onprem": "CustomerFeedbackEnabled",
1407
+ "type": "boolean"
1408
+ },
1409
+ "internetWebProxy": {
1410
+ "onprem": "InternetWebProxy",
1411
+ "type": "string"
1412
+ },
1413
+ "isHubTransportServer": {
1414
+ "onprem": "IsHubTransportServer",
1415
+ "type": "boolean"
1416
+ },
1417
+ "isClientAccessServer": {
1418
+ "onprem": "IsClientAccessServer",
1419
+ "type": "boolean"
1420
+ },
1421
+ "isExchange2007OrLater": {
1422
+ "onprem": "IsExchange2007OrLater",
1423
+ "type": "boolean"
1424
+ },
1425
+ "isEdgeServer": {
1426
+ "onprem": "IsEdgeServer",
1427
+ "type": "boolean"
1428
+ },
1429
+ "isMailboxServer": {
1430
+ "onprem": "IsMailboxServer",
1431
+ "type": "boolean"
1432
+ },
1433
+ "isE14OrLater": {
1434
+ "onprem": "IsE14OrLater",
1435
+ "type": "boolean"
1436
+ },
1437
+ "isE15OrLater": {
1438
+ "onprem": "IsE15OrLater",
1439
+ "type": "boolean"
1440
+ },
1441
+ "isProvisionedServer": {
1442
+ "onprem": "IsProvisionedServer",
1443
+ "type": "boolean"
1444
+ },
1445
+ "isUnifiedMessagingServer": {
1446
+ "onprem": "IsUnifiedMessagingServer",
1447
+ "type": "boolean"
1448
+ },
1449
+ "isFrontendTransportServer": {
1450
+ "onprem": "IsFrontendTransportServer",
1451
+ "type": "boolean"
1452
+ },
1453
+ "networkAddress": {
1454
+ "onprem": "NetworkAddress",
1455
+ "type": "string"
1456
+ },
1457
+ "organizationalUnit": {
1458
+ "onprem": "OrganizationalUnit",
1459
+ "type": "string"
1460
+ },
1461
+ "adminDisplayVersion": {
1462
+ "onprem": "AdminDisplayVersion",
1463
+ "type": "string"
1464
+ },
1465
+ "site": {
1466
+ "onprem": "Site",
1467
+ "type": "string"
1468
+ },
1469
+ "serverRole": {
1470
+ "onprem": "ServerRole",
1471
+ "type": "string"
1472
+ },
1473
+ "errorReportingEnabled": {
1474
+ "onprem": "ErrorReportingEnabled",
1475
+ "type": "boolean"
1476
+ },
1477
+ "staticDomainControllers": {
1478
+ "onprem": "StaticDomainControllers",
1479
+ "type": "string"
1480
+ },
1481
+ "staticGlobalCatalogs": {
1482
+ "onprem": "StaticGlobalCatalogs",
1483
+ "type": "string"
1484
+ },
1485
+ "staticConfigDomainController": {
1486
+ "onprem": "StaticConfigDomainController",
1487
+ "type": "string"
1488
+ },
1489
+ "staticExcludedDomainControllers": {
1490
+ "onprem": "StaticExcludedDomainControllers",
1491
+ "type": "string"
1492
+ },
1493
+ "monitoringGroup": {
1494
+ "onprem": "MonitoringGroup",
1495
+ "type": "string"
1496
+ },
1497
+ "currentDomainControllers": {
1498
+ "onprem": "CurrentDomainControllers",
1499
+ "type": "string"
1500
+ },
1501
+ "currentGlobalCatalogs": {
1502
+ "onprem": "CurrentGlobalCatalogs",
1503
+ "type": "string"
1504
+ },
1505
+ "currentConfigDomainController": {
1506
+ "onprem": "CurrentConfigDomainController",
1507
+ "type": "string"
1508
+ },
1509
+ "productId": {
1510
+ "onprem": "ProductId",
1511
+ "type": "string"
1512
+ },
1513
+ "isExchangeTrialEdition": {
1514
+ "onprem": "IsExchangeTrialEdition",
1515
+ "type": "boolean"
1516
+ },
1517
+ "isExpiredExchangeTrialEdition": {
1518
+ "onprem": "IsExpiredExchangeTrialEdition",
1519
+ "type": "boolean"
1520
+ },
1521
+ "mailboxProvisioningAttributes": {
1522
+ "onprem": "MailboxProvisioningAttributes",
1523
+ "type": "string"
1524
+ },
1525
+ "remainingTrialPeriod": {
1526
+ "onprem": "RemainingTrialPeriod",
1527
+ "type": "string"
1528
+ },
1529
+ "identity": {
1530
+ "onprem": "Identity",
1531
+ "type": "string"
1532
+ },
1533
+ "isValid": {
1534
+ "onprem": "IsValid",
1535
+ "type": "boolean"
1536
+ },
1537
+ "exchangeVersion": {
1538
+ "onprem": "ExchangeVersion",
1539
+ "type": "string"
1540
+ },
1541
+ "distinguishedName": {
1542
+ "onprem": "DistinguishedName",
1543
+ "type": "string"
1544
+ },
1545
+ "guid": {
1546
+ "onprem": "Guid",
1547
+ "type": "string"
1548
+ },
1549
+ "whenChangedUTC": {
1550
+ "onprem": "WhenChangedUTC",
1551
+ "type": "string"
1552
+ },
1553
+ "whenCreatedUTC": {
1554
+ "onprem": "WhenCreatedUTC",
1555
+ "type": "string"
1556
+ },
1557
+ "organizationId": {
1558
+ "onprem": "OrganizationId",
1559
+ "type": "string"
1560
+ },
1561
+ "originatingServer": {
1562
+ "onprem": "OriginatingServer",
1563
+ "type": "string"
1564
+ },
1565
+ "lastScanned": {
1566
+ "onprem": "LastScanned",
1567
+ "type": "string"
1568
+ },
1569
+ "exchangeServerKey": {
1570
+ "type": "string",
1571
+ "required": true
1572
+ },
1573
+ "assetKey": {
1574
+ "type": "string"
1575
+ }
1576
+ }
1577
+ },
1578
+ {
1579
+ "context": "User",
1580
+ "cloudEntity": "ExchangeUser",
1581
+ "onpremTable": "tblExchangeUser",
1582
+ "onpremId": "UserId",
1583
+ "cloudId": "exchangeUserId",
1584
+ "cloudKey": "exchangeUserKey",
1585
+ "referencesTo": [
1586
+ {
1587
+ "referencedEntity": {
1588
+ "cloudEntity": "ExchangeServer",
1589
+ "cloudProperty": "exchangeServerId"
1590
+ },
1591
+ "cloudProperty": "exchangeServerId",
1592
+ "onpremfk": "ServerId"
1593
+ }
1594
+ ],
1595
+ "properties": {
1596
+ "exchangeUserId": {
1597
+ "onprem": "UserId",
1598
+ "type": "string"
1599
+ },
1600
+ "exchangeServerId": {
1601
+ "onprem": "ServerId",
1602
+ "type": "string"
1603
+ },
1604
+ "name": {
1605
+ "onprem": "Name",
1606
+ "type": "string"
1607
+ },
1608
+ "samAccountName": {
1609
+ "onprem": "SamAccountName",
1610
+ "type": "string"
1611
+ },
1612
+ "isSecurityPrincipal": {
1613
+ "onprem": "IsSecurityPrincipal",
1614
+ "type": "boolean"
1615
+ },
1616
+ "sid": {
1617
+ "onprem": "Sid",
1618
+ "type": "string"
1619
+ },
1620
+ "sidHistory": {
1621
+ "onprem": "SidHistory",
1622
+ "type": "string"
1623
+ },
1624
+ "userPrincipalName": {
1625
+ "onprem": "UserPrincipalName",
1626
+ "type": "string"
1627
+ },
1628
+ "resetPasswordOnNextLogon": {
1629
+ "onprem": "ResetPasswordOnNextLogon",
1630
+ "type": "boolean"
1631
+ },
1632
+ "certificateSubject": {
1633
+ "onprem": "CertificateSubject",
1634
+ "type": "string"
1635
+ },
1636
+ "remotePowerShellEnabled": {
1637
+ "onprem": "RemotePowerShellEnabled",
1638
+ "type": "boolean"
1639
+ },
1640
+ "microsoftOnlineServicesId": {
1641
+ "onprem": "MicrosoftOnlineServicesId",
1642
+ "type": "string"
1643
+ },
1644
+ "userAccountControl": {
1645
+ "onprem": "UserAccountControl",
1646
+ "type": "string"
1647
+ },
1648
+ "organizationalUnit": {
1649
+ "onprem": "OrganizationalUnit",
1650
+ "type": "string"
1651
+ },
1652
+ "isLinked": {
1653
+ "onprem": "IsLinked",
1654
+ "type": "boolean"
1655
+ },
1656
+ "linkedMasterAccount": {
1657
+ "onprem": "LinkedMasterAccount",
1658
+ "type": "string"
1659
+ },
1660
+ "isSoftDeletedByRemove": {
1661
+ "onprem": "IsSoftDeletedByRemove",
1662
+ "type": "boolean"
1663
+ },
1664
+ "isSoftDeletedByDisable": {
1665
+ "onprem": "IsSoftDeletedByDisable",
1666
+ "type": "boolean"
1667
+ },
1668
+ "whenSoftDeleted": {
1669
+ "onprem": "WhenSoftDeleted",
1670
+ "type": "string"
1671
+ },
1672
+ "legacyExchangeDN": {
1673
+ "onprem": "LegacyExchangeDN",
1674
+ "type": "string"
1675
+ },
1676
+ "accountDisabled": {
1677
+ "onprem": "AccountDisabled",
1678
+ "type": "boolean"
1679
+ },
1680
+ "authenticationPolicy": {
1681
+ "onprem": "AuthenticationPolicy",
1682
+ "type": "string"
1683
+ },
1684
+ "mailboxLocations": {
1685
+ "onprem": "MailboxLocations",
1686
+ "type": "string"
1687
+ },
1688
+ "administrativeUnits": {
1689
+ "onprem": "AdministrativeUnits",
1690
+ "type": "string"
1691
+ },
1692
+ "assistantName": {
1693
+ "onprem": "AssistantName",
1694
+ "type": "string"
1695
+ },
1696
+ "city": {
1697
+ "onprem": "City",
1698
+ "type": "string"
1699
+ },
1700
+ "company": {
1701
+ "onprem": "Company",
1702
+ "type": "string"
1703
+ },
1704
+ "countryOrRegion": {
1705
+ "onprem": "CountryOrRegion",
1706
+ "type": "string"
1707
+ },
1708
+ "department": {
1709
+ "onprem": "Department",
1710
+ "type": "string"
1711
+ },
1712
+ "directReports": {
1713
+ "onprem": "DirectReports",
1714
+ "type": "string"
1715
+ },
1716
+ "displayName": {
1717
+ "onprem": "DisplayName",
1718
+ "type": "string"
1719
+ },
1720
+ "fax": {
1721
+ "onprem": "Fax",
1722
+ "type": "string"
1723
+ },
1724
+ "firstName": {
1725
+ "onprem": "FirstName",
1726
+ "type": "string"
1727
+ },
1728
+ "lastName": {
1729
+ "onprem": "LastName",
1730
+ "type": "string"
1731
+ },
1732
+ "geoCoordinates": {
1733
+ "onprem": "GeoCoordinates",
1734
+ "type": "string"
1735
+ },
1736
+ "homePhone": {
1737
+ "onprem": "HomePhone",
1738
+ "type": "string"
1739
+ },
1740
+ "initials": {
1741
+ "onprem": "Initials",
1742
+ "type": "string"
1743
+ },
1744
+ "isDirSynced": {
1745
+ "onprem": "IsDirSynced",
1746
+ "type": "boolean"
1747
+ },
1748
+ "manager": {
1749
+ "onprem": "Manager",
1750
+ "type": "string"
1751
+ },
1752
+ "mobilePhone": {
1753
+ "onprem": "MobilePhone",
1754
+ "type": "string"
1755
+ },
1756
+ "notes": {
1757
+ "onprem": "Notes",
1758
+ "type": "string"
1759
+ },
1760
+ "office": {
1761
+ "onprem": "Office",
1762
+ "type": "string"
1763
+ },
1764
+ "otherFax": {
1765
+ "onprem": "OtherFax",
1766
+ "type": "string"
1767
+ },
1768
+ "otherHomePhone": {
1769
+ "onprem": "OtherHomePhone",
1770
+ "type": "string"
1771
+ },
1772
+ "otherTelephone": {
1773
+ "onprem": "OtherTelephone",
1774
+ "type": "string"
1775
+ },
1776
+ "pager": {
1777
+ "onprem": "Pager",
1778
+ "type": "string"
1779
+ },
1780
+ "phone": {
1781
+ "onprem": "Phone",
1782
+ "type": "string"
1783
+ },
1784
+ "phoneticDisplayName": {
1785
+ "onprem": "PhoneticDisplayName",
1786
+ "type": "string"
1787
+ },
1788
+ "postalCode": {
1789
+ "onprem": "PostalCode",
1790
+ "type": "string"
1791
+ },
1792
+ "postOfficeBox": {
1793
+ "onprem": "PostOfficeBox",
1794
+ "type": "string"
1795
+ },
1796
+ "recipientType": {
1797
+ "onprem": "RecipientType",
1798
+ "type": "string"
1799
+ },
1800
+ "recipientTypeDetails": {
1801
+ "onprem": "RecipientTypeDetails",
1802
+ "type": "string"
1803
+ },
1804
+ "simpleDisplayName": {
1805
+ "onprem": "SimpleDisplayName",
1806
+ "type": "string"
1807
+ },
1808
+ "stateOrProvince": {
1809
+ "onprem": "StateOrProvince",
1810
+ "type": "string"
1811
+ },
1812
+ "streetAddress": {
1813
+ "onprem": "StreetAddress",
1814
+ "type": "string"
1815
+ },
1816
+ "title": {
1817
+ "onprem": "Title",
1818
+ "type": "string"
1819
+ },
1820
+ "uMDialPlan": {
1821
+ "onprem": "UMDialPlan",
1822
+ "type": "string"
1823
+ },
1824
+ "uMDtmfMap": {
1825
+ "onprem": "UMDtmfMap",
1826
+ "type": "string"
1827
+ },
1828
+ "allowUMCallsFromNonUsers": {
1829
+ "onprem": "AllowUMCallsFromNonUsers",
1830
+ "type": "string"
1831
+ },
1832
+ "webPage": {
1833
+ "onprem": "WebPage",
1834
+ "type": "string"
1835
+ },
1836
+ "telephoneAssistant": {
1837
+ "onprem": "TelephoneAssistant",
1838
+ "type": "string"
1839
+ },
1840
+ "windowsEmailAddress": {
1841
+ "onprem": "WindowsEmailAddress",
1842
+ "type": "string"
1843
+ },
1844
+ "uMCallingLineIds": {
1845
+ "onprem": "UMCallingLineIds",
1846
+ "type": "string"
1847
+ },
1848
+ "seniorityIndex": {
1849
+ "onprem": "SeniorityIndex",
1850
+ "type": "string"
1851
+ },
1852
+ "voiceMailSettings": {
1853
+ "onprem": "VoiceMailSettings",
1854
+ "type": "string"
1855
+ },
1856
+ "identity": {
1857
+ "onprem": "Identity",
1858
+ "type": "string"
1859
+ },
1860
+ "isValid": {
1861
+ "onprem": "IsValid",
1862
+ "type": "boolean"
1863
+ },
1864
+ "exchangeVersion": {
1865
+ "onprem": "ExchangeVersion",
1866
+ "type": "string"
1867
+ },
1868
+ "distinguishedName": {
1869
+ "onprem": "DistinguishedName",
1870
+ "type": "string"
1871
+ },
1872
+ "guid": {
1873
+ "onprem": "Guid",
1874
+ "type": "string"
1875
+ },
1876
+ "whenChangedUTC": {
1877
+ "onprem": "WhenChangedUTC",
1878
+ "type": "string"
1879
+ },
1880
+ "whenCreatedUTC": {
1881
+ "onprem": "WhenCreatedUTC",
1882
+ "type": "string"
1883
+ },
1884
+ "exchangeUserKey": {
1885
+ "type": "string",
1886
+ "required": true
1887
+ },
1888
+ "exchangeServerKey": {
1889
+ "type": "string"
1890
+ }
1891
+ }
1892
+ },
1893
+ {
1894
+ "context": "User",
1895
+ "cloudEntity": "ExchangeUserLicense",
1896
+ "onpremTable": "tblExchangeUserLicense",
1897
+ "onpremId": "UserLicenseId",
1898
+ "cloudId": "userLicenseId",
1899
+ "cloudKey": "exchangeUserLicenseKey",
1900
+ "referencesTo": [
1901
+ {
1902
+ "referencedEntity": {
1903
+ "cloudEntity": "ExchangeLicense",
1904
+ "cloudProperty": "exchangeLicenseId"
1905
+ },
1906
+ "cloudProperty": "licenseId",
1907
+ "onpremfk": "LicenseId"
1908
+ }
1909
+ ],
1910
+ "properties": {
1911
+ "userLicenseId": {
1912
+ "onprem": "UserLicenseId",
1913
+ "type": "string"
1914
+ },
1915
+ "licenseId": {
1916
+ "onprem": "LicenseId",
1917
+ "type": "string"
1918
+ },
1919
+ "userId": {
1920
+ "onprem": "UserId",
1921
+ "type": "string"
1922
+ },
1923
+ "exchangeUserLicenseKey": {
1924
+ "type": "string",
1925
+ "required": true
1926
+ },
1927
+ "licenseKey": {
1928
+ "type": "string"
1929
+ }
1930
+ }
1931
+ },
1932
+ {
1933
+ "context": "User",
1934
+ "cloudEntity": "O365ActiveSyncDevice",
1935
+ "onpremTable": "tblO365ActiveSyncDevice",
1936
+ "onpremId": "ActiveSyncDeviceId",
1937
+ "cloudId": "o365ActiveSyncDeviceId",
1938
+ "cloudKey": "o365ActiveSyncDeviceKey",
1939
+ "referencesTo": [
1940
+ {
1941
+ "referencedEntity": {
1942
+ "cloudEntity": "O365Organization",
1943
+ "cloudProperty": "o365OrganizationId"
1944
+ },
1945
+ "cloudProperty": "organizationId",
1946
+ "onpremfk": "OrganizationId"
1947
+ }
1948
+ ],
1949
+ "properties": {
1950
+ "o365ActiveSyncDeviceId": {
1951
+ "onprem": "ActiveSyncDeviceId",
1952
+ "type": "string"
1953
+ },
1954
+ "organizationId": {
1955
+ "onprem": "OrganizationId",
1956
+ "type": "string"
1957
+ },
1958
+ "clientType": {
1959
+ "onprem": "ClientType",
1960
+ "type": "string"
1961
+ },
1962
+ "deviceAccessControlRule": {
1963
+ "onprem": "DeviceAccessControlRule",
1964
+ "type": "string"
1965
+ },
1966
+ "deviceAccessState": {
1967
+ "onprem": "DeviceAccessState",
1968
+ "type": "string"
1969
+ },
1970
+ "deviceAccessStateReason": {
1971
+ "onprem": "DeviceAccessStateReason",
1972
+ "type": "string"
1973
+ },
1974
+ "deviceActiveSyncVersion": {
1975
+ "onprem": "DeviceActiveSyncVersion",
1976
+ "type": "string"
1977
+ },
1978
+ "deviceFriendlyName": {
1979
+ "onprem": "DeviceFriendlyName",
1980
+ "type": "string"
1981
+ },
1982
+ "deviceId": {
1983
+ "onprem": "DeviceId",
1984
+ "type": "string"
1985
+ },
1986
+ "deviceModel": {
1987
+ "onprem": "DeviceModel",
1988
+ "type": "string"
1989
+ },
1990
+ "deviceOs": {
1991
+ "onprem": "DeviceOs",
1992
+ "type": "string"
1993
+ },
1994
+ "devicePolicyApplicationStatus": {
1995
+ "onprem": "DevicePolicyApplicationStatus",
1996
+ "type": "string"
1997
+ },
1998
+ "deviceType": {
1999
+ "onprem": "DeviceType",
2000
+ "type": "string"
2001
+ },
2002
+ "deviceUserAgent": {
2003
+ "onprem": "DeviceUserAgent",
2004
+ "type": "string"
2005
+ },
2006
+ "deviceWipeRequestTime": {
2007
+ "onprem": "DeviceWipeRequestTime",
2008
+ "type": "string"
2009
+ },
2010
+ "deviceWipeSentTime": {
2011
+ "onprem": "DeviceWipeSentTime",
2012
+ "type": "string"
2013
+ },
2014
+ "deviceWipeAckTime": {
2015
+ "onprem": "DeviceWipeAckTime",
2016
+ "type": "string"
2017
+ },
2018
+ "firstSyncTime": {
2019
+ "onprem": "FirstSyncTime",
2020
+ "type": "string"
2021
+ },
2022
+ "guid": {
2023
+ "onprem": "Guid",
2024
+ "type": "string"
2025
+ },
2026
+ "identity": {
2027
+ "onprem": "Identity",
2028
+ "type": "string"
2029
+ },
2030
+ "lastPolicyUpdateTime": {
2031
+ "onprem": "LastPolicyUpdateTime",
2032
+ "type": "string"
2033
+ },
2034
+ "lastSyncAttemptTime": {
2035
+ "onprem": "LastSyncAttemptTime",
2036
+ "type": "string"
2037
+ },
2038
+ "lastSuccessSync": {
2039
+ "onprem": "LastSuccessSync",
2040
+ "type": "string"
2041
+ },
2042
+ "lastDeviceWipeRequestor": {
2043
+ "onprem": "LastDeviceWipeRequestor",
2044
+ "type": "string"
2045
+ },
2046
+ "mailbox": {
2047
+ "onprem": "Mailbox",
2048
+ "type": "string"
2049
+ },
2050
+ "deviceImei": {
2051
+ "onprem": "DeviceImei",
2052
+ "type": "string"
2053
+ },
2054
+ "deviceOSLanguage": {
2055
+ "onprem": "DeviceOSLanguage",
2056
+ "type": "string"
2057
+ },
2058
+ "devicePhoneNumber": {
2059
+ "onprem": "DevicePhoneNumber",
2060
+ "type": "string"
2061
+ },
2062
+ "deviceMobileOperator": {
2063
+ "onprem": "DeviceMobileOperator",
2064
+ "type": "string"
2065
+ },
2066
+ "numberOfFoldersSynced": {
2067
+ "onprem": "NumberOfFoldersSynced",
2068
+ "type": "int"
2069
+ },
2070
+ "name": {
2071
+ "onprem": "Name",
2072
+ "type": "string"
2073
+ },
2074
+ "o365ActiveSyncDeviceKey": {
2075
+ "type": "string",
2076
+ "required": true
2077
+ },
2078
+ "organizationKey": {
2079
+ "type": "string"
2080
+ }
2081
+ }
2082
+ },
2083
+ {
2084
+ "context": "User",
2085
+ "cloudEntity": "O365Contact",
2086
+ "onpremTable": "tblO365Contact",
2087
+ "onpremId": "ContactId",
2088
+ "cloudId": "o365ContactId",
2089
+ "cloudKey": "o365ContactKey",
2090
+ "referencesTo": [
2091
+ {
2092
+ "referencedEntity": {
2093
+ "cloudEntity": "O365Organization",
2094
+ "cloudProperty": "o365OrganizationId"
2095
+ },
2096
+ "cloudProperty": "o365OrganizationId",
2097
+ "onpremfk": "OrganizationId"
2098
+ }
2099
+ ],
2100
+ "properties": {
2101
+ "o365ContactId": {
2102
+ "onprem": "ContactId",
2103
+ "type": "string"
2104
+ },
2105
+ "o365OrganizationId": {
2106
+ "onprem": "OrganizationId",
2107
+ "type": "string"
2108
+ },
2109
+ "displayName": {
2110
+ "onprem": "DisplayName",
2111
+ "type": "string"
2112
+ },
2113
+ "mail": {
2114
+ "onprem": "Mail",
2115
+ "type": "string"
2116
+ },
2117
+ "o365ContactKey": {
2118
+ "type": "string",
2119
+ "required": true
2120
+ },
2121
+ "o365OrganizationKey": {
2122
+ "type": "string"
2123
+ }
2124
+ }
2125
+ },
2126
+ {
2127
+ "context": "User",
2128
+ "cloudEntity": "O365Domain",
2129
+ "onpremTable": "tblO365Domain",
2130
+ "onpremId": "DomainId",
2131
+ "cloudId": "o365DomainId",
2132
+ "cloudKey": "o365DomainKey",
2133
+ "referencesTo": [
2134
+ {
2135
+ "referencedEntity": {
2136
+ "cloudEntity": "O365Organization",
2137
+ "cloudProperty": "o365OrganizationId"
2138
+ },
2139
+ "cloudProperty": "o365OrganizationId",
2140
+ "onpremfk": "OrganizationId"
2141
+ }
2142
+ ],
2143
+ "properties": {
2144
+ "o365DomainId": {
2145
+ "onprem": "DomainId",
2146
+ "type": "string"
2147
+ },
2148
+ "domainName": {
2149
+ "onprem": "DomainName",
2150
+ "type": "string"
2151
+ },
2152
+ "o365OrganizationId": {
2153
+ "onprem": "OrganizationId",
2154
+ "type": "string"
2155
+ },
2156
+ "authenticationType": {
2157
+ "onprem": "AuthenticationType",
2158
+ "type": "string"
2159
+ },
2160
+ "isAdminManaged": {
2161
+ "onprem": "IsAdminManaged",
2162
+ "type": "boolean"
2163
+ },
2164
+ "isDefault": {
2165
+ "onprem": "IsDefault",
2166
+ "type": "boolean"
2167
+ },
2168
+ "isInitial": {
2169
+ "onprem": "IsInitial",
2170
+ "type": "boolean"
2171
+ },
2172
+ "isRoot": {
2173
+ "onprem": "IsRoot",
2174
+ "type": "boolean"
2175
+ },
2176
+ "isVerified": {
2177
+ "onprem": "IsVerified",
2178
+ "type": "boolean"
2179
+ },
2180
+ "supportedService": {
2181
+ "onprem": "SupportedServices",
2182
+ "type": "string"
2183
+ },
2184
+ "state": {
2185
+ "onprem": "State",
2186
+ "type": "string"
2187
+ },
2188
+ "availabilityStatus": {
2189
+ "onprem": "AvailabilityStatus",
2190
+ "type": "string"
2191
+ },
2192
+ "o365DomainKey": {
2193
+ "type": "string",
2194
+ "required": true
2195
+ },
2196
+ "o365OrganizationKey": {
2197
+ "type": "string"
2198
+ }
2199
+ }
2200
+ },
2201
+ {
2202
+ "context": "User",
2203
+ "cloudEntity": "O365Group",
2204
+ "onpremTable": "tblO365Group",
2205
+ "onpremId": "GroupId",
2206
+ "cloudId": "o365GroupId",
2207
+ "cloudKey": "o365GroupKey",
2208
+ "referencesTo": [
2209
+ {
2210
+ "referencedEntity": {
2211
+ "cloudEntity": "O365Organization",
2212
+ "cloudProperty": "o365OrganizationId"
2213
+ },
2214
+ "cloudProperty": "o365OrganizationId",
2215
+ "onpremfk": "OrganizationId"
2216
+ }
2217
+ ],
2218
+ "properties": {
2219
+ "o365GroupId": {
2220
+ "onprem": "GroupId",
2221
+ "type": "string"
2222
+ },
2223
+ "objectId": {
2224
+ "onprem": "ObjectId",
2225
+ "type": "string"
2226
+ },
2227
+ "o365OrganizationId": {
2228
+ "onprem": "OrganizationId",
2229
+ "type": "string"
2230
+ },
2231
+ "displayName": {
2232
+ "onprem": "DisplayName",
2233
+ "type": "string"
2234
+ },
2235
+ "description": {
2236
+ "onprem": "Description",
2237
+ "type": "string"
2238
+ },
2239
+ "mailEnabled": {
2240
+ "onprem": "MailEnabled",
2241
+ "type": "boolean"
2242
+ },
2243
+ "securityEnabled": {
2244
+ "onprem": "SecurityEnabled",
2245
+ "type": "boolean"
2246
+ },
2247
+ "mail": {
2248
+ "onprem": "Mail",
2249
+ "type": "string"
2250
+ },
2251
+ "mailNickName": {
2252
+ "onprem": "MailNickname",
2253
+ "type": "string"
2254
+ },
2255
+ "proxyAddresses": {
2256
+ "onprem": "ProxyAddresses",
2257
+ "type": "string"
2258
+ },
2259
+ "o365GroupKey": {
2260
+ "type": "string",
2261
+ "required": true
2262
+ },
2263
+ "o365OrganizationKey": {
2264
+ "type": "string"
2265
+ }
2266
+ }
2267
+ },
2268
+ {
2269
+ "context": "User",
2270
+ "cloudEntity": "O365License",
2271
+ "onpremTable": "tblO365License",
2272
+ "onpremId": "LicenseId",
2273
+ "cloudId": "o365LicenseId",
2274
+ "cloudKey": "o365LicenseKey",
2275
+ "referencesTo": [
2276
+ {
2277
+ "referencedEntity": {
2278
+ "cloudEntity": "O365Organization",
2279
+ "cloudProperty": "o365OrganizationId"
2280
+ },
2281
+ "cloudProperty": "o365OrganizationId",
2282
+ "onpremfk": "OrganizationId"
2283
+ }
2284
+ ],
2285
+ "properties": {
2286
+ "o365LicenseId": {
2287
+ "onprem": "LicenseId",
2288
+ "type": "string"
2289
+ },
2290
+ "o365OrganizationId": {
2291
+ "onprem": "OrganizationId",
2292
+ "type": "string"
2293
+ },
2294
+ "o365skuid": {
2295
+ "onprem": "SkuId",
2296
+ "type": "string"
2297
+ },
2298
+ "capabilityStatus": {
2299
+ "onprem": "CapabilityStatus",
2300
+ "type": "string"
2301
+ },
2302
+ "consumedUnits": {
2303
+ "onprem": "ConsumedUnits",
2304
+ "type": "int"
2305
+ },
2306
+ "prepaidUnitsEnabled": {
2307
+ "onprem": "PrepaidUnitsEnabled",
2308
+ "type": "int"
2309
+ },
2310
+ "prepaidUnitsSuspended": {
2311
+ "onprem": "PrepaidUnitsSuspended",
2312
+ "type": "int"
2313
+ },
2314
+ "prepaidUnitWarning": {
2315
+ "onprem": "PrepaidUnitsWarning",
2316
+ "type": "int"
2317
+ },
2318
+ "skuPartNumber": {
2319
+ "onprem": "SkuPartNumber",
2320
+ "type": "string"
2321
+ },
2322
+ "appliesTo": {
2323
+ "onprem": "AppliesTo",
2324
+ "type": "string"
2325
+ },
2326
+ "o365LicenseKey": {
2327
+ "type": "string",
2328
+ "required": true
2329
+ },
2330
+ "o365OrganizationKey": {
2331
+ "type": "string"
2332
+ }
2333
+ }
2334
+ },
2335
+ {
2336
+ "context": "User",
2337
+ "cloudEntity": "O365Mailbox",
2338
+ "onpremTable": "tblO365Mailbox",
2339
+ "onpremId": "MailboxId",
2340
+ "cloudId": "o365MailboxId",
2341
+ "cloudKey": "o365MailboxKey",
2342
+ "referencesTo": [
2343
+ {
2344
+ "referencedEntity": {
2345
+ "cloudEntity": "O365Organization",
2346
+ "cloudProperty": "o365OrganizationId"
2347
+ },
2348
+ "cloudProperty": "o365OrganizationId",
2349
+ "onpremfk": "OrganizationId"
2350
+ }
2351
+ ],
2352
+ "properties": {
2353
+ "o365MailboxId": {
2354
+ "onprem": "MailboxId",
2355
+ "type": "string"
2356
+ },
2357
+ "o365OrganizationId": {
2358
+ "onprem": "OrganizationId",
2359
+ "type": "string"
2360
+ },
2361
+ "displayName": {
2362
+ "onprem": "DisplayName",
2363
+ "type": "string"
2364
+ },
2365
+ "primaryEmail": {
2366
+ "onprem": "PrimaryEmail",
2367
+ "type": "string"
2368
+ },
2369
+ "emailAddress": {
2370
+ "onprem": "EmailAddresses",
2371
+ "type": "string"
2372
+ },
2373
+ "alias": {
2374
+ "onprem": "Alias",
2375
+ "type": "string"
2376
+ },
2377
+ "recipientType": {
2378
+ "onprem": "RecipientType",
2379
+ "type": "string"
2380
+ },
2381
+ "recipientTypeDetails": {
2382
+ "onprem": "RecipientTypeDetails",
2383
+ "type": "string"
2384
+ },
2385
+ "userPrincipalName": {
2386
+ "onprem": "UserPrincipalName",
2387
+ "type": "string"
2388
+ },
2389
+ "identity": {
2390
+ "onprem": "Identity",
2391
+ "type": "string"
2392
+ },
2393
+ "o365MailboxKey": {
2394
+ "type": "string",
2395
+ "required": true
2396
+ },
2397
+ "o365OrganizationKey": {
2398
+ "type": "string"
2399
+ }
2400
+ }
2401
+ },
2402
+ {
2403
+ "context": "User",
2404
+ "cloudEntity": "O365Organization",
2405
+ "onpremTable": "tblO365Organization",
2406
+ "onpremId": "OrganizationId",
2407
+ "cloudId": "o365OrganizationId",
2408
+ "cloudKey": "o365OrganizationKey",
2409
+ "properties": {
2410
+ "o365OrganizationId": {
2411
+ "onprem": "OrganizationId",
2412
+ "type": "string"
2413
+ },
2414
+ "tenantId": {
2415
+ "onprem": "TenantId",
2416
+ "type": "string"
2417
+ },
2418
+ "displayName": {
2419
+ "onprem": "DisplayName",
2420
+ "type": "string"
2421
+ },
2422
+ "country": {
2423
+ "onprem": "Country",
2424
+ "type": "string"
2425
+ },
2426
+ "city": {
2427
+ "onprem": "City",
2428
+ "type": "string"
2429
+ },
2430
+ "countryName": {
2431
+ "onprem": "CountryName",
2432
+ "type": "string"
2433
+ },
2434
+ "postalCode": {
2435
+ "onprem": "PostalCode",
2436
+ "type": "string"
2437
+ },
2438
+ "state": {
2439
+ "onprem": "State",
2440
+ "type": "string"
2441
+ },
2442
+ "street": {
2443
+ "onprem": "Street",
2444
+ "type": "string"
2445
+ },
2446
+ "telephoneNumber": {
2447
+ "onprem": "TelephoneNumber",
2448
+ "type": "string"
2449
+ },
2450
+ "companyLastDirSyncTime": {
2451
+ "onprem": "CompanyLastDirSyncTime",
2452
+ "type": "string"
2453
+ },
2454
+ "dirSyncEnabled": {
2455
+ "onprem": "DirSyncEnabled",
2456
+ "type": "boolean"
2457
+ },
2458
+ "lastScan": {
2459
+ "onprem": "LastScan",
2460
+ "type": "string"
2461
+ },
2462
+ "o365OrganizationKey": {
2463
+ "type": "string",
2464
+ "required": true
2465
+ }
2466
+ }
2467
+ },
2468
+ {
2469
+ "context": "User",
2470
+ "cloudEntity": "O365ServicePlan",
2471
+ "onpremTable": "tblO365ServicePlan",
2472
+ "onpremId": "PlanId",
2473
+ "cloudId": "o365ServicePlanId",
2474
+ "cloudKey": "o365ServicePlanKey",
2475
+ "referencesTo": [
2476
+ {
2477
+ "referencedEntity": {
2478
+ "cloudEntity": "O365License",
2479
+ "cloudProperty": "o365LicenseId"
2480
+ },
2481
+ "cloudProperty": "o365LicenseId",
2482
+ "onpremfk": "LicenseId"
2483
+ }
2484
+ ],
2485
+ "properties": {
2486
+ "o365ServicePlanId": {
2487
+ "onprem": "PlanId",
2488
+ "type": "string"
2489
+ },
2490
+ "o365LicenseId": {
2491
+ "onprem": "LicenseId",
2492
+ "type": "string"
2493
+ },
2494
+ "servicePlanId": {
2495
+ "onprem": "ServicePlanId",
2496
+ "type": "string"
2497
+ },
2498
+ "servicePlanName": {
2499
+ "onprem": "ServicePlanName",
2500
+ "type": "string"
2501
+ },
2502
+ "provisioningStatus": {
2503
+ "onprem": "ProvisioningStatus",
2504
+ "type": "string"
2505
+ },
2506
+ "appliesTo": {
2507
+ "onprem": "AppliesTo",
2508
+ "type": "string"
2509
+ },
2510
+ "o365ServicePlanKey": {
2511
+ "type": "string",
2512
+ "required": true
2513
+ },
2514
+ "o365LicenseKey": {
2515
+ "type": "string"
2516
+ }
2517
+ }
2518
+ },
2519
+ {
2520
+ "context": "User",
2521
+ "cloudEntity": "O365Sku",
2522
+ "onpremTable": "tblO365Sku",
2523
+ "onpremId": "SkuId",
2524
+ "cloudId": "o365SkuId",
2525
+ "cloudKey": "o365SkuKey",
2526
+ "properties": {
2527
+ "o365SkuId": {
2528
+ "onprem": "SkuId",
2529
+ "type": "string"
2530
+ },
2531
+ "name": {
2532
+ "onprem": "Name",
2533
+ "type": "string"
2534
+ },
2535
+ "displayName": {
2536
+ "onprem": "DisplayName",
2537
+ "type": "string"
2538
+ },
2539
+ "o365SkuKey": {
2540
+ "type": "string",
2541
+ "required": true
2542
+ }
2543
+ }
2544
+ },
2545
+ {
2546
+ "context": "User",
2547
+ "cloudEntity": "O365User",
2548
+ "onpremTable": "tblO365User",
2549
+ "onpremId": "UserId",
2550
+ "cloudId": "o365UserId",
2551
+ "cloudKey": "o365UserKey",
2552
+ "referencesTo": [
2553
+ {
2554
+ "referencedEntity": {
2555
+ "cloudEntity": "O365Organization",
2556
+ "cloudProperty": "o365OrganizationId"
2557
+ },
2558
+ "cloudProperty": "o365OrganizationId",
2559
+ "onpremfk": "OrganizationId"
2560
+ }
2561
+ ],
2562
+ "properties": {
2563
+ "o365UserId": {
2564
+ "onprem": "UserId",
2565
+ "type": "string"
2566
+ },
2567
+ "objectId": {
2568
+ "onprem": "ObjectId",
2569
+ "type": "string"
2570
+ },
2571
+ "o365OrganizationId": {
2572
+ "onprem": "OrganizationId",
2573
+ "type": "string"
2574
+ },
2575
+ "userPrincipalName": {
2576
+ "onprem": "UserPrincipalName",
2577
+ "type": "string"
2578
+ },
2579
+ "displayName": {
2580
+ "onprem": "DisplayName",
2581
+ "type": "string"
2582
+ },
2583
+ "mail": {
2584
+ "onprem": "Mail",
2585
+ "type": "string"
2586
+ },
2587
+ "accountEnabled": {
2588
+ "onprem": "AccountEnabled",
2589
+ "type": "boolean"
2590
+ },
2591
+ "ageGroup": {
2592
+ "onprem": "AgeGroup",
2593
+ "type": "string"
2594
+ },
2595
+ "city": {
2596
+ "onprem": "City",
2597
+ "type": "string"
2598
+ },
2599
+ "company": {
2600
+ "onprem": "Company",
2601
+ "type": "string"
2602
+ },
2603
+ "consentProvidedForMinor": {
2604
+ "onprem": "ConsentProvidedForMinor",
2605
+ "type": "string"
2606
+ },
2607
+ "creationType": {
2608
+ "onprem": "CreationType",
2609
+ "type": "string"
2610
+ },
2611
+ "department": {
2612
+ "onprem": "Department",
2613
+ "type": "string"
2614
+ },
2615
+ "dirSyncEnabled": {
2616
+ "onprem": "DirSyncEnabled",
2617
+ "type": "boolean"
2618
+ },
2619
+ "facsimileTelephoneNumber": {
2620
+ "onprem": "FacsimileTelephoneNumber",
2621
+ "type": "string"
2622
+ },
2623
+ "givenName": {
2624
+ "onprem": "GivenName",
2625
+ "type": "string"
2626
+ },
2627
+ "isCompromised": {
2628
+ "onprem": "IsCompromised",
2629
+ "type": "boolean"
2630
+ },
2631
+ "immutableId": {
2632
+ "onprem": "ImmutableId",
2633
+ "type": "string"
2634
+ },
2635
+ "jobTitle": {
2636
+ "onprem": "JobTitle",
2637
+ "type": "string"
2638
+ },
2639
+ "lastDirSyncTime": {
2640
+ "onprem": "LastDirSyncTime",
2641
+ "type": "string"
2642
+ },
2643
+ "legalAgeGroupClassification": {
2644
+ "onprem": "LegalAgeGroupClassification",
2645
+ "type": "string"
2646
+ },
2647
+ "mailNickName": {
2648
+ "onprem": "MailNickName",
2649
+ "type": "string"
2650
+ },
2651
+ "mobile": {
2652
+ "onprem": "Mobile",
2653
+ "type": "string"
2654
+ },
2655
+ "onPremisesSecurityIdentifier": {
2656
+ "onprem": "OnPremisesSecurityIdentifier",
2657
+ "type": "string"
2658
+ },
2659
+ "otherMails": {
2660
+ "onprem": "OtherMails",
2661
+ "type": "string"
2662
+ },
2663
+ "passwordPolicy": {
2664
+ "onprem": "PasswordPolicies",
2665
+ "type": "string"
2666
+ },
2667
+ "passwordProfile": {
2668
+ "onprem": "PasswordProfile",
2669
+ "type": "string"
2670
+ },
2671
+ "physicalDeliveryOfficeName": {
2672
+ "onprem": "PhysicalDeliveryOfficeName",
2673
+ "type": "string"
2674
+ },
2675
+ "postalCode": {
2676
+ "onprem": "PostalCode",
2677
+ "type": "string"
2678
+ },
2679
+ "preferredLanguage": {
2680
+ "onprem": "PreferredLanguage",
2681
+ "type": "string"
2682
+ },
2683
+ "refreshTokensValidFromDateTime": {
2684
+ "onprem": "RefreshTokensValidFromDateTime",
2685
+ "type": "string"
2686
+ },
2687
+ "state": {
2688
+ "onprem": "State",
2689
+ "type": "string"
2690
+ },
2691
+ "street": {
2692
+ "onprem": "Street",
2693
+ "type": "string"
2694
+ },
2695
+ "surName": {
2696
+ "onprem": "Surname",
2697
+ "type": "string"
2698
+ },
2699
+ "telephoneNumber": {
2700
+ "onprem": "TelephoneNumber",
2701
+ "type": "string"
2702
+ },
2703
+ "usageLocation": {
2704
+ "onprem": "UsageLocation",
2705
+ "type": "string"
2706
+ },
2707
+ "userType": {
2708
+ "onprem": "UserType",
2709
+ "type": "string"
2710
+ },
2711
+ "managerupn": {
2712
+ "onprem": "ManagerUpn",
2713
+ "type": "string"
2714
+ },
2715
+ "distinguishedName": {
2716
+ "onprem": "DistinguishedName",
2717
+ "type": "string"
2718
+ },
2719
+ "resetPasswordOnNextLogon": {
2720
+ "onprem": "ResetPasswordOnNextLogon",
2721
+ "type": "boolean"
2722
+ },
2723
+ "name": {
2724
+ "onprem": "Name",
2725
+ "type": "string"
2726
+ },
2727
+ "isGlobalAdministrator": {
2728
+ "onprem": "IsGlobalAdministrator",
2729
+ "type": "boolean"
2730
+ },
2731
+ "isLicensed": {
2732
+ "onprem": "IsLicensed",
2733
+ "type": "boolean"
2734
+ },
2735
+ "o365UserKey": {
2736
+ "type": "string",
2737
+ "required": true
2738
+ },
2739
+ "o365OrganizationKey": {
2740
+ "type": "string"
2741
+ }
2742
+ }
2743
+ }
2744
+ ]