@microsoft/typespec-msgraph-reference 1.0.5 → 1.0.6

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.
@@ -3841,6 +3841,10 @@ namespace reference.`microsoft.graph` {
3841
3841
  @complex model customAppScopeAttributesDictionary extends Dictionary {
3842
3842
  }
3843
3843
 
3844
+ @open
3845
+ @complex model customEmojiFromIdentitySet extends identitySet {
3846
+ }
3847
+
3844
3848
  @abstract
3845
3849
  @complex model customExtensionAuthenticationConfiguration {
3846
3850
  }
@@ -10751,6 +10755,7 @@ namespace reference.`microsoft.graph` {
10751
10755
  }
10752
10756
 
10753
10757
  @complex model onPremisesDirectorySynchronizationFeature {
10758
+ allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
10754
10759
  blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
10755
10760
  blockSoftMatchEnabled: boolean | null;
10756
10761
  bypassDirSyncOverridesEnabled: boolean | null;
@@ -27252,9 +27257,6 @@ typically alternating request/response, implicitly forming a turn.Represents a c
27252
27257
  status: appLogUploadState;
27253
27258
  }
27254
27259
 
27255
- /**
27256
- * Singleton that acts as container for a collection of Resource Access entities.
27257
- */
27258
27260
  @entity model deviceManagement extends entity {
27259
27261
  /**
27260
27262
  * The date & time when tenant data moved between scaleunits.
@@ -42411,6 +42413,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
42411
42413
  @contains deletedChats: deletedChat[];
42412
42414
  @contains deletedTeams: deletedTeam[];
42413
42415
  @contains devices: teamworkDevice[];
42416
+ @contains messaging: teamworkMessaging | null;
42414
42417
  @contains teamsAppSettings: teamsAppSettings | null;
42415
42418
  @contains teamTemplates: teamTemplate[];
42416
42419
  }
@@ -42418,6 +42421,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
42418
42421
  @entity model teamworkBot extends entity {
42419
42422
  }
42420
42423
 
42424
+ @entity model teamworkCustomEmoji extends MsGraph.SharedModels.entity {
42425
+ contentBytes: string | null;
42426
+ createdBy: customEmojiFromIdentitySet;
42427
+ @computed createdDateTime: offsetDateTime;
42428
+ @computed @key displayName: string;
42429
+ }
42430
+
42421
42431
  @entity model teamworkDevice extends entity {
42422
42432
  activityState: teamworkDeviceActivityState | null;
42423
42433
  companyAssetTag: string | null;
@@ -42488,6 +42498,10 @@ typically alternating request/response, implicitly forming a turn.Represents a c
42488
42498
  contentType: string | null;
42489
42499
  }
42490
42500
 
42501
+ @entity model teamworkMessaging extends entity {
42502
+ @contains customEmojis: teamworkCustomEmoji[];
42503
+ }
42504
+
42491
42505
  @entity model teamworkPeripheral extends entity {
42492
42506
  displayName: string | null;
42493
42507
  productId: string | null;
@@ -75284,6 +75298,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
75284
75298
  subject: workflowSubject | null;
75285
75299
  }
75286
75300
 
75301
+ @complex model countBasedQuarantineCondition extends quarantineCondition {
75302
+ threshold: int64;
75303
+ }
75304
+
75287
75305
  @complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
75288
75306
  @references authorizedApps: reference.`microsoft.graph`.application[];
75289
75307
  }
@@ -75323,6 +75341,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
75323
75341
  valueType: valueType;
75324
75342
  }
75325
75343
 
75344
+ @complex model percentageBasedQuarantineCondition extends quarantineCondition {
75345
+ percentage: int32;
75346
+ }
75347
+
75326
75348
  @complex model previewFailedTask {
75327
75349
  definitionId: string;
75328
75350
  failureReason: string;
@@ -75338,6 +75360,21 @@ namespace reference.`microsoft.graph.identityGovernance` {
75338
75360
  id: string;
75339
75361
  }
75340
75362
 
75363
+ @abstract
75364
+ @complex model quarantineCondition {
75365
+ }
75366
+
75367
+ @complex model quarantineConfiguration {
75368
+ conditions: quarantineCondition[];
75369
+ matchMode: matchMode;
75370
+ }
75371
+
75372
+ @complex model quarantineDetails {
75373
+ quarantinedDateTime: offsetDateTime | null;
75374
+ quarantineReason: string | null;
75375
+ quarantineType: quarantineType;
75376
+ }
75377
+
75341
75378
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
75342
75379
  rule: string;
75343
75380
  }
@@ -75424,6 +75461,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
75424
75461
  @complex model workflowExecutionTrigger {
75425
75462
  }
75426
75463
 
75464
+ @complex model workflowSetting {
75465
+ quarantineConfiguration: quarantineConfiguration | null;
75466
+ }
75467
+
75427
75468
  @complex model workflowsInsightsByCategory {
75428
75469
  failedJoinerRuns: int32;
75429
75470
  failedLeaverRuns: int32;
@@ -75466,6 +75507,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
75466
75507
 
75467
75508
  @entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
75468
75509
  emailSettings: reference.`microsoft.graph`.emailSettings;
75510
+ quarantineConfiguration: quarantineConfiguration | null;
75469
75511
  workflowScheduleIntervalInHours: int32;
75470
75512
  }
75471
75513
 
@@ -75539,6 +75581,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
75539
75581
  completedDateTime: offsetDateTime | null;
75540
75582
  @computed createdDateTime: offsetDateTime;
75541
75583
  failureReason: string | null;
75584
+ processingInfo: string | null;
75542
75585
  processingStatus: lifecycleWorkflowProcessingStatus;
75543
75586
  startedDateTime: offsetDateTime | null;
75544
75587
  workflowSubject: workflowSubject | null;
@@ -75580,6 +75623,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
75580
75623
  deletedDateTime: offsetDateTime | null;
75581
75624
  @computed @key id: string;
75582
75625
  nextScheduleRunDateTime: offsetDateTime | null;
75626
+ quarantineDetails: quarantineDetails;
75627
+ settings: workflowSetting;
75583
75628
  version: int32 | null;
75584
75629
  @references executionScope: userProcessingResult[];
75585
75630
 
@@ -75617,6 +75662,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
75617
75662
  }
75618
75663
 
75619
75664
  @entity model workflowVersion extends workflowBase {
75665
+ settings: workflowSetting;
75620
75666
  @computed @key versionNumber: int32;
75621
75667
  }
75622
75668
 
@@ -75670,6 +75716,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
75670
75716
  canceled: 4,
75671
75717
  failed: 5,
75672
75718
  unknownFutureValue: 6,
75719
+ quarantined: 8,
75720
+ }
75721
+
75722
+ enum matchMode {
75723
+ any: 0,
75724
+ all: 1,
75725
+ unknownFutureValue: 2,
75673
75726
  }
75674
75727
 
75675
75728
  enum membershipChangeType {
@@ -75678,6 +75731,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
75678
75731
  unknownFutureValue: 3,
75679
75732
  }
75680
75733
 
75734
+ enum quarantineType {
75735
+ notQuarantined: 0,
75736
+ countBasedThresholdExceeded: 1,
75737
+ percentageBasedThresholdExceeded: 2,
75738
+ multipleConditionsExceeded: 3,
75739
+ unknownFutureValue: 4,
75740
+ }
75741
+
75681
75742
  enum valueType {
75682
75743
  `enum`: 0,
75683
75744
  `string`: 1,
@@ -4162,6 +4162,7 @@ namespace reference.`microsoft.graph` {
4162
4162
  }
4163
4163
 
4164
4164
  @complex model onPremisesDirectorySynchronizationFeature {
4165
+ allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
4165
4166
  blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
4166
4167
  blockSoftMatchEnabled: boolean | null;
4167
4168
  bypassDirSyncOverridesEnabled: boolean | null;
@@ -11576,7 +11577,7 @@ namespace reference.`microsoft.graph` {
11576
11577
  description: string | null;
11577
11578
  issuer: string;
11578
11579
  name: string;
11579
- subject: string;
11580
+ subject: string | null;
11580
11581
  }
11581
11582
 
11582
11583
  @entity model fido2AuthenticationMethod extends authenticationMethod {
@@ -30299,6 +30300,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
30299
30300
  triggerAttributes: triggerAttribute[];
30300
30301
  }
30301
30302
 
30303
+ @complex model countBasedQuarantineCondition extends quarantineCondition {
30304
+ threshold: int64;
30305
+ }
30306
+
30302
30307
  @complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
30303
30308
  @references authorizedApps: reference.`microsoft.graph`.application[];
30304
30309
  }
@@ -30331,6 +30336,32 @@ namespace reference.`microsoft.graph.identityGovernance` {
30331
30336
  valueType: valueType;
30332
30337
  }
30333
30338
 
30339
+ @complex model percentageBasedQuarantineCondition extends quarantineCondition {
30340
+ percentage: int32;
30341
+ }
30342
+
30343
+ @complex model previewFailedTask {
30344
+ definitionId: string;
30345
+ failureReason: string;
30346
+ name: string;
30347
+ taskId: string;
30348
+ }
30349
+
30350
+ @abstract
30351
+ @complex model quarantineCondition {
30352
+ }
30353
+
30354
+ @complex model quarantineConfiguration {
30355
+ conditions: quarantineCondition[];
30356
+ matchMode: matchMode;
30357
+ }
30358
+
30359
+ @complex model quarantineDetails {
30360
+ quarantinedDateTime: offsetDateTime | null;
30361
+ quarantineReason: string | null;
30362
+ quarantineType: quarantineType;
30363
+ }
30364
+
30334
30365
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
30335
30366
  rule: string;
30336
30367
  }
@@ -30417,6 +30448,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
30417
30448
  @complex model workflowExecutionTrigger {
30418
30449
  }
30419
30450
 
30451
+ @complex model workflowSetting {
30452
+ quarantineConfiguration: quarantineConfiguration | null;
30453
+ }
30454
+
30420
30455
  @complex model workflowsInsightsByCategory {
30421
30456
  failedJoinerRuns: int32;
30422
30457
  failedLeaverRuns: int32;
@@ -30454,6 +30489,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30454
30489
 
30455
30490
  @entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
30456
30491
  emailSettings: reference.`microsoft.graph`.emailSettings;
30492
+ quarantineConfiguration: quarantineConfiguration | null;
30457
30493
  workflowScheduleIntervalInHours: int32;
30458
30494
  }
30459
30495
 
@@ -30511,6 +30547,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30511
30547
  completedDateTime: offsetDateTime | null;
30512
30548
  @computed createdDateTime: offsetDateTime;
30513
30549
  failureReason: string | null;
30550
+ processingInfo: string | null;
30514
30551
  processingStatus: lifecycleWorkflowProcessingStatus;
30515
30552
  startedDateTime: offsetDateTime | null;
30516
30553
  @references subject: reference.`microsoft.graph`.user;
@@ -30551,8 +30588,11 @@ namespace reference.`microsoft.graph.identityGovernance` {
30551
30588
  deletedDateTime: offsetDateTime | null;
30552
30589
  @computed @key id: string;
30553
30590
  nextScheduleRunDateTime: offsetDateTime | null;
30591
+ quarantineDetails: quarantineDetails;
30592
+ settings: workflowSetting;
30554
30593
  version: int32 | null;
30555
30594
  @references executionScope: userProcessingResult[];
30595
+ @references previewScope: reference.`microsoft.graph`.directoryObject[];
30556
30596
  @contains runs: run[];
30557
30597
  @contains taskReports: taskReport[];
30558
30598
  @contains userProcessingResults: userProcessingResult[];
@@ -30584,6 +30624,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30584
30624
  }
30585
30625
 
30586
30626
  @entity model workflowVersion extends workflowBase {
30627
+ settings: workflowSetting;
30587
30628
  @computed @key versionNumber: int32;
30588
30629
  }
30589
30630
 
@@ -30628,6 +30669,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
30628
30669
  canceled: 4,
30629
30670
  failed: 5,
30630
30671
  unknownFutureValue: 6,
30672
+ quarantined: 8,
30673
+ }
30674
+
30675
+ enum matchMode {
30676
+ any: 0,
30677
+ all: 1,
30678
+ unknownFutureValue: 2,
30631
30679
  }
30632
30680
 
30633
30681
  enum membershipChangeType {
@@ -30636,6 +30684,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
30636
30684
  unknownFutureValue: 3,
30637
30685
  }
30638
30686
 
30687
+ enum quarantineType {
30688
+ notQuarantined: 0,
30689
+ countBasedThresholdExceeded: 1,
30690
+ percentageBasedThresholdExceeded: 2,
30691
+ multipleConditionsExceeded: 3,
30692
+ unknownFutureValue: 4,
30693
+ }
30694
+
30639
30695
  enum valueType {
30640
30696
  `enum`: 0,
30641
30697
  `string`: 1,
@@ -30649,6 +30705,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30649
30705
  onDemand: 1,
30650
30706
  unknownFutureValue: 2,
30651
30707
  activatedWithScope: 3,
30708
+ preview: 4,
30652
30709
  }
30653
30710
 
30654
30711
  enum workflowTriggerTimeBasedAttribute {
@@ -460,6 +460,7 @@ namespace reference.`microsoft.graph` {
460
460
  }
461
461
 
462
462
  @complex model onPremisesDirectorySynchronizationFeature {
463
+ allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
463
464
  blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
464
465
  blockSoftMatchEnabled: boolean | null;
465
466
  bypassDirSyncOverridesEnabled: boolean | null;
@@ -343,6 +343,7 @@ namespace reference.`microsoft.graph` {
343
343
  }
344
344
 
345
345
  @complex model onPremisesDirectorySynchronizationFeature {
346
+ allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
346
347
  blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
347
348
  blockSoftMatchEnabled: boolean | null;
348
349
  bypassDirSyncOverridesEnabled: boolean | null;
@@ -973,7 +974,7 @@ namespace reference.`microsoft.graph` {
973
974
  description: string | null;
974
975
  issuer: string;
975
976
  name: string;
976
- subject: string;
977
+ subject: string | null;
977
978
  }
978
979
 
979
980
  @open
@@ -2929,6 +2929,10 @@ namespace reference.`microsoft.graph` {
2929
2929
  @complex model customAppScopeAttributesDictionary extends Dictionary {
2930
2930
  }
2931
2931
 
2932
+ @open
2933
+ @complex model customEmojiFromIdentitySet extends identitySet {
2934
+ }
2935
+
2932
2936
  @abstract
2933
2937
  @complex model customExtensionAuthenticationConfiguration {
2934
2938
  }
@@ -9448,6 +9452,7 @@ namespace reference.`microsoft.graph` {
9448
9452
  }
9449
9453
 
9450
9454
  @complex model onPremisesDirectorySynchronizationFeature {
9455
+ allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
9451
9456
  blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
9452
9457
  blockSoftMatchEnabled: boolean | null;
9453
9458
  bypassDirSyncOverridesEnabled: boolean | null;
@@ -24263,9 +24268,6 @@ namespace reference.`microsoft.graph` {
24263
24268
  status: appLogUploadState;
24264
24269
  }
24265
24270
 
24266
- /**
24267
- * Singleton that acts as container for a collection of Resource Access entities.
24268
- */
24269
24271
  @entity model deviceManagement extends entity {
24270
24272
  /**
24271
24273
  * The date & time when tenant data moved between scaleunits.
@@ -38674,6 +38676,7 @@ namespace reference.`microsoft.graph` {
38674
38676
  @contains deletedChats: deletedChat[];
38675
38677
  @contains deletedTeams: deletedTeam[];
38676
38678
  @contains devices: teamworkDevice[];
38679
+ @contains messaging: teamworkMessaging | null;
38677
38680
  @contains teamsAppSettings: teamsAppSettings | null;
38678
38681
  @contains teamTemplates: teamTemplate[];
38679
38682
  }
@@ -38681,6 +38684,13 @@ namespace reference.`microsoft.graph` {
38681
38684
  @entity model teamworkBot extends entity {
38682
38685
  }
38683
38686
 
38687
+ @entity model teamworkCustomEmoji extends MsGraph.SharedModels.entity {
38688
+ contentBytes: string | null;
38689
+ createdBy: customEmojiFromIdentitySet;
38690
+ @computed createdDateTime: offsetDateTime;
38691
+ @computed @key displayName: string;
38692
+ }
38693
+
38684
38694
  @entity model teamworkDevice extends entity {
38685
38695
  activityState: teamworkDeviceActivityState | null;
38686
38696
  companyAssetTag: string | null;
@@ -38751,6 +38761,10 @@ namespace reference.`microsoft.graph` {
38751
38761
  contentType: string | null;
38752
38762
  }
38753
38763
 
38764
+ @entity model teamworkMessaging extends entity {
38765
+ @contains customEmojis: teamworkCustomEmoji[];
38766
+ }
38767
+
38754
38768
  @entity model teamworkPeripheral extends entity {
38755
38769
  displayName: string | null;
38756
38770
  productId: string | null;
@@ -67527,6 +67541,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
67527
67541
  subject: workflowSubject | null;
67528
67542
  }
67529
67543
 
67544
+ @complex model countBasedQuarantineCondition extends quarantineCondition {
67545
+ threshold: int64;
67546
+ }
67547
+
67530
67548
  @complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
67531
67549
  @references authorizedApps: reference.`microsoft.graph`.application[];
67532
67550
  }
@@ -67566,6 +67584,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
67566
67584
  valueType: valueType;
67567
67585
  }
67568
67586
 
67587
+ @complex model percentageBasedQuarantineCondition extends quarantineCondition {
67588
+ percentage: int32;
67589
+ }
67590
+
67569
67591
  @complex model previewFailedTask {
67570
67592
  definitionId: string;
67571
67593
  failureReason: string;
@@ -67581,6 +67603,21 @@ namespace reference.`microsoft.graph.identityGovernance` {
67581
67603
  id: string;
67582
67604
  }
67583
67605
 
67606
+ @abstract
67607
+ @complex model quarantineCondition {
67608
+ }
67609
+
67610
+ @complex model quarantineConfiguration {
67611
+ conditions: quarantineCondition[];
67612
+ matchMode: matchMode;
67613
+ }
67614
+
67615
+ @complex model quarantineDetails {
67616
+ quarantinedDateTime: offsetDateTime | null;
67617
+ quarantineReason: string | null;
67618
+ quarantineType: quarantineType;
67619
+ }
67620
+
67584
67621
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
67585
67622
  rule: string;
67586
67623
  }
@@ -67667,6 +67704,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
67667
67704
  @complex model workflowExecutionTrigger {
67668
67705
  }
67669
67706
 
67707
+ @complex model workflowSetting {
67708
+ quarantineConfiguration: quarantineConfiguration | null;
67709
+ }
67710
+
67670
67711
  @complex model workflowsInsightsByCategory {
67671
67712
  failedJoinerRuns: int32;
67672
67713
  failedLeaverRuns: int32;
@@ -67709,6 +67750,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
67709
67750
 
67710
67751
  @entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
67711
67752
  emailSettings: reference.`microsoft.graph`.emailSettings;
67753
+ quarantineConfiguration: quarantineConfiguration | null;
67712
67754
  workflowScheduleIntervalInHours: int32;
67713
67755
  }
67714
67756
 
@@ -67782,6 +67824,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
67782
67824
  completedDateTime: offsetDateTime | null;
67783
67825
  @computed createdDateTime: offsetDateTime;
67784
67826
  failureReason: string | null;
67827
+ processingInfo: string | null;
67785
67828
  processingStatus: lifecycleWorkflowProcessingStatus;
67786
67829
  startedDateTime: offsetDateTime | null;
67787
67830
  workflowSubject: workflowSubject | null;
@@ -67823,6 +67866,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
67823
67866
  deletedDateTime: offsetDateTime | null;
67824
67867
  @computed @key id: string;
67825
67868
  nextScheduleRunDateTime: offsetDateTime | null;
67869
+ quarantineDetails: quarantineDetails;
67870
+ settings: workflowSetting;
67826
67871
  version: int32 | null;
67827
67872
  @references executionScope: userProcessingResult[];
67828
67873
 
@@ -67860,6 +67905,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
67860
67905
  }
67861
67906
 
67862
67907
  @entity model workflowVersion extends workflowBase {
67908
+ settings: workflowSetting;
67863
67909
  @computed @key versionNumber: int32;
67864
67910
  }
67865
67911
 
@@ -67913,6 +67959,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
67913
67959
  canceled: 4,
67914
67960
  failed: 5,
67915
67961
  unknownFutureValue: 6,
67962
+ quarantined: 8,
67963
+ }
67964
+
67965
+ enum matchMode {
67966
+ any: 0,
67967
+ all: 1,
67968
+ unknownFutureValue: 2,
67916
67969
  }
67917
67970
 
67918
67971
  enum membershipChangeType {
@@ -67921,6 +67974,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
67921
67974
  unknownFutureValue: 3,
67922
67975
  }
67923
67976
 
67977
+ enum quarantineType {
67978
+ notQuarantined: 0,
67979
+ countBasedThresholdExceeded: 1,
67980
+ percentageBasedThresholdExceeded: 2,
67981
+ multipleConditionsExceeded: 3,
67982
+ unknownFutureValue: 4,
67983
+ }
67984
+
67924
67985
  enum valueType {
67925
67986
  `enum`: 0,
67926
67987
  `string`: 1,
@@ -3459,6 +3459,7 @@ namespace reference.`microsoft.graph` {
3459
3459
  }
3460
3460
 
3461
3461
  @complex model onPremisesDirectorySynchronizationFeature {
3462
+ allowOnPremUpdateOfOnPremisesObjectIdentifierEnabled: boolean | null;
3462
3463
  blockCloudObjectTakeoverThroughHardMatchEnabled: boolean | null;
3463
3464
  blockSoftMatchEnabled: boolean | null;
3464
3465
  bypassDirSyncOverridesEnabled: boolean | null;
@@ -9678,7 +9679,7 @@ namespace reference.`microsoft.graph` {
9678
9679
  description: string | null;
9679
9680
  issuer: string;
9680
9681
  name: string;
9681
- subject: string;
9682
+ subject: string | null;
9682
9683
  }
9683
9684
 
9684
9685
  @entity model fido2CombinationConfiguration extends authenticationCombinationConfiguration {
@@ -24754,6 +24755,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
24754
24755
  triggerAttributes: triggerAttribute[];
24755
24756
  }
24756
24757
 
24758
+ @complex model countBasedQuarantineCondition extends quarantineCondition {
24759
+ threshold: int64;
24760
+ }
24761
+
24757
24762
  @complex model customTaskExtensionCallbackConfiguration extends reference.`microsoft.graph`.customExtensionCallbackConfiguration {
24758
24763
  @references authorizedApps: reference.`microsoft.graph`.application[];
24759
24764
  }
@@ -24786,6 +24791,32 @@ namespace reference.`microsoft.graph.identityGovernance` {
24786
24791
  valueType: valueType;
24787
24792
  }
24788
24793
 
24794
+ @complex model percentageBasedQuarantineCondition extends quarantineCondition {
24795
+ percentage: int32;
24796
+ }
24797
+
24798
+ @complex model previewFailedTask {
24799
+ definitionId: string;
24800
+ failureReason: string;
24801
+ name: string;
24802
+ taskId: string;
24803
+ }
24804
+
24805
+ @abstract
24806
+ @complex model quarantineCondition {
24807
+ }
24808
+
24809
+ @complex model quarantineConfiguration {
24810
+ conditions: quarantineCondition[];
24811
+ matchMode: matchMode;
24812
+ }
24813
+
24814
+ @complex model quarantineDetails {
24815
+ quarantinedDateTime: offsetDateTime | null;
24816
+ quarantineReason: string | null;
24817
+ quarantineType: quarantineType;
24818
+ }
24819
+
24789
24820
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
24790
24821
  rule: string;
24791
24822
  }
@@ -24872,6 +24903,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
24872
24903
  @complex model workflowExecutionTrigger {
24873
24904
  }
24874
24905
 
24906
+ @complex model workflowSetting {
24907
+ quarantineConfiguration: quarantineConfiguration | null;
24908
+ }
24909
+
24875
24910
  @complex model workflowsInsightsByCategory {
24876
24911
  failedJoinerRuns: int32;
24877
24912
  failedLeaverRuns: int32;
@@ -24909,6 +24944,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
24909
24944
 
24910
24945
  @entity model lifecycleManagementSettings extends reference.`microsoft.graph`.entity {
24911
24946
  emailSettings: reference.`microsoft.graph`.emailSettings;
24947
+ quarantineConfiguration: quarantineConfiguration | null;
24912
24948
  workflowScheduleIntervalInHours: int32;
24913
24949
  }
24914
24950
 
@@ -24966,6 +25002,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
24966
25002
  completedDateTime: offsetDateTime | null;
24967
25003
  @computed createdDateTime: offsetDateTime;
24968
25004
  failureReason: string | null;
25005
+ processingInfo: string | null;
24969
25006
  processingStatus: lifecycleWorkflowProcessingStatus;
24970
25007
  startedDateTime: offsetDateTime | null;
24971
25008
  @references subject: reference.`microsoft.graph`.user;
@@ -25006,8 +25043,11 @@ namespace reference.`microsoft.graph.identityGovernance` {
25006
25043
  deletedDateTime: offsetDateTime | null;
25007
25044
  @computed @key id: string;
25008
25045
  nextScheduleRunDateTime: offsetDateTime | null;
25046
+ quarantineDetails: quarantineDetails;
25047
+ settings: workflowSetting;
25009
25048
  version: int32 | null;
25010
25049
  @references executionScope: userProcessingResult[];
25050
+ @references previewScope: reference.`microsoft.graph`.directoryObject[];
25011
25051
  @contains runs: run[];
25012
25052
  @contains taskReports: taskReport[];
25013
25053
  @contains userProcessingResults: userProcessingResult[];
@@ -25039,6 +25079,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
25039
25079
  }
25040
25080
 
25041
25081
  @entity model workflowVersion extends workflowBase {
25082
+ settings: workflowSetting;
25042
25083
  @computed @key versionNumber: int32;
25043
25084
  }
25044
25085
 
@@ -25083,6 +25124,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
25083
25124
  canceled: 4,
25084
25125
  failed: 5,
25085
25126
  unknownFutureValue: 6,
25127
+ quarantined: 8,
25128
+ }
25129
+
25130
+ enum matchMode {
25131
+ any: 0,
25132
+ all: 1,
25133
+ unknownFutureValue: 2,
25086
25134
  }
25087
25135
 
25088
25136
  enum membershipChangeType {
@@ -25091,6 +25139,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
25091
25139
  unknownFutureValue: 3,
25092
25140
  }
25093
25141
 
25142
+ enum quarantineType {
25143
+ notQuarantined: 0,
25144
+ countBasedThresholdExceeded: 1,
25145
+ percentageBasedThresholdExceeded: 2,
25146
+ multipleConditionsExceeded: 3,
25147
+ unknownFutureValue: 4,
25148
+ }
25149
+
25094
25150
  enum valueType {
25095
25151
  `enum`: 0,
25096
25152
  `string`: 1,
@@ -25104,6 +25160,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
25104
25160
  onDemand: 1,
25105
25161
  unknownFutureValue: 2,
25106
25162
  activatedWithScope: 3,
25163
+ preview: 4,
25107
25164
  }
25108
25165
 
25109
25166
  enum workflowTriggerTimeBasedAttribute {