@microsoft/typespec-msgraph-reference 1.0.10 → 1.0.11

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.
@@ -7286,12 +7286,7 @@ namespace reference.`microsoft.graph` {
7286
7286
  itemMajorVersionLimit: int32 | null;
7287
7287
  }
7288
7288
 
7289
- @complex model fileStorageContainerTypeAgentSettings {
7290
- chatEmbedAllowedHosts: string[];
7291
- }
7292
-
7293
7289
  @complex model fileStorageContainerTypeRegistrationSettings {
7294
- agent: fileStorageContainerTypeAgentSettings | null;
7295
7290
  isDiscoverabilityEnabled: boolean | null;
7296
7291
  isItemVersioningEnabled: boolean | null;
7297
7292
  isSearchEnabled: boolean | null;
@@ -7303,7 +7298,6 @@ namespace reference.`microsoft.graph` {
7303
7298
  }
7304
7299
 
7305
7300
  @complex model fileStorageContainerTypeSettings {
7306
- agent: fileStorageContainerTypeAgentSettings | null;
7307
7301
  consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
7308
7302
  isDiscoverabilityEnabled: boolean | null;
7309
7303
  isItemVersioningEnabled: boolean | null;
@@ -10795,6 +10789,13 @@ namespace reference.`microsoft.graph` {
10795
10789
  networkType: networkType | null;
10796
10790
  }
10797
10791
 
10792
+ @complex model nistClassification {
10793
+ category: string;
10794
+ description: string | null;
10795
+ function: string | null;
10796
+ name: string;
10797
+ }
10798
+
10798
10799
  @complex model noDeviceRegistrationMembership extends deviceRegistrationMembership {
10799
10800
  }
10800
10801
 
@@ -11104,6 +11105,7 @@ namespace reference.`microsoft.graph` {
11104
11105
  isAccessibleViaZTNAClient: boolean | null;
11105
11106
  isBackendCertificateValidationEnabled: boolean | null;
11106
11107
  isContinuousAccessEvaluationEnabled: boolean | null;
11108
+ isDeviceAccessEnabled: boolean;
11107
11109
  isDnsResolutionEnabled: boolean | null;
11108
11110
  isHttpOnlyCookieEnabled: boolean | null;
11109
11111
  isOnPremPublishingEnabled: boolean | null;
@@ -14265,6 +14267,11 @@ This model is shared with the CCS retrieval API and search where it is already u
14265
14267
  timeslots: timeSlot[] | null;
14266
14268
  }
14267
14269
 
14270
+ @complex model timeOffDetails {
14271
+ isAllDay: boolean;
14272
+ subject: string | null;
14273
+ }
14274
+
14268
14275
  /**
14269
14276
  * Parameter passed to GetHealthMetricTimeSeries when requesting snapshot time series.
14270
14277
  */
@@ -25959,7 +25966,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
25959
25966
  /**
25960
25967
  * Singleton entity that acts as a container for all device app management functionality.
25961
25968
  */
25962
- @entity model deviceAppManagement extends entity {
25969
+ @entity model deviceAppManagement extends MsGraph.SharedModels.entity {
25963
25970
  /**
25964
25971
  * Whether the account is enabled for syncing applications from the Microsoft Store for Business.
25965
25972
  */
@@ -32488,6 +32495,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
32488
32495
  resourceType: string;
32489
32496
  status: recommendationStatus;
32490
32497
  subjectId: string;
32498
+ @contains tags: recommendationTag[];
32491
32499
  }
32492
32500
 
32493
32501
  /**
@@ -40144,7 +40152,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
40144
40152
  status: placeOperationStatus;
40145
40153
  }
40146
40154
 
40147
- @entity model planner extends entity {
40155
+ @entity model planner extends MsGraph.SharedModels.entity {
40148
40156
  @contains buckets: plannerBucket[];
40149
40157
 
40150
40158
  @graphDeprecated("Tasks_And_Plans")
@@ -41031,9 +41039,13 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41031
41039
  actionSteps: actionStep[] | null;
41032
41040
  benefits: string | null;
41033
41041
  category: recommendationCategory;
41042
+ categoryGroup: recommendationCategoryGroup;
41043
+ completedBySystemDateTime: offsetDateTime | null;
41044
+ completedByUserDateTime: offsetDateTime | null;
41034
41045
  @computed createdDateTime: offsetDateTime;
41035
41046
  currentScore: float64 | null;
41036
41047
  displayName: string;
41048
+ failedReviewDateTime: offsetDateTime | null;
41037
41049
  featureAreas: recommendationFeatureAreas[] | null;
41038
41050
  impactStartDateTime: offsetDateTime | null;
41039
41051
  impactType: string | null;
@@ -41042,14 +41054,23 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41042
41054
  lastModifiedBy: string | null;
41043
41055
  @computed lastModifiedDateTime: offsetDateTime | null;
41044
41056
  maxScore: float64 | null;
41057
+ needsMoreActionResourceCount: int32 | null;
41058
+ nistClassifications: nistClassification[];
41045
41059
  postponeUntilDateTime: offsetDateTime | null;
41046
41060
  priority: recommendationPriority;
41047
41061
  recommendationType: recommendationType | null;
41048
41062
  releaseType: string | null;
41063
+ remediatedDateTime: offsetDateTime | null;
41049
41064
  remediationImpact: string | null;
41050
41065
  requiredLicenses: requiredLicenses | null;
41051
41066
  status: recommendationStatus;
41067
+ @computed statusModifiedDateTime: offsetDateTime | null;
41052
41068
  @contains impactedResources: impactedResource[];
41069
+ @contains tags: recommendationTag[];
41070
+ }
41071
+
41072
+ @entity model recommendationTag extends entity {
41073
+ displayName: string;
41053
41074
  }
41054
41075
 
41055
41076
  @open
@@ -41359,6 +41380,9 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41359
41380
  riskState: riskState;
41360
41381
  }
41361
41382
 
41383
+ @entity model riskyAgentDiscoveredAgentIdentity extends riskyAgent {
41384
+ }
41385
+
41362
41386
  @entity model riskyAgentIdentity extends riskyAgent {
41363
41387
  @references agentIdentity: agentIdentity | null;
41364
41388
  }
@@ -41595,7 +41619,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
41595
41619
  roleMemberInfo: identity;
41596
41620
  }
41597
41621
 
41598
- @entity model searchEntity extends entity {
41622
+ @entity model searchEntity extends MsGraph.SharedModels.entity {
41599
41623
  }
41600
41624
 
41601
41625
  @entity model section extends place {
@@ -43000,7 +43024,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
43000
43024
  @contains teamDefinition: team | null;
43001
43025
  }
43002
43026
 
43003
- @entity model teamwork extends entity {
43027
+ @entity model teamwork extends MsGraph.SharedModels.entity {
43004
43028
  isTeamsEnabled: boolean;
43005
43029
  region: string | null;
43006
43030
  @contains deletedChats: deletedChat[];
@@ -45873,6 +45897,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
45873
45897
  @entity model userSettings extends entity {
45874
45898
  @contains itemInsights: userInsightsSettings | null;
45875
45899
  @contains regionalAndLanguageSettings: regionalAndLanguageSettings | null;
45900
+ @contains workHoursAndLocations: workHoursAndLocationsSetting | null;
45876
45901
  }
45877
45902
 
45878
45903
  @entity model userSignInInsight extends governanceInsight {
@@ -52663,6 +52688,12 @@ typically alternating request/response, implicitly forming a turn.Represents a c
52663
52688
  protected: boolean;
52664
52689
  }
52665
52690
 
52691
+ @entity model workHoursAndLocationsSetting extends entity {
52692
+ maxSharedWorkLocationDetails: maxWorkLocationDetails;
52693
+ @contains occurrences: workPlanOccurrence[];
52694
+ @contains recurrences: workPlanRecurrence[];
52695
+ }
52696
+
52666
52697
  @entity model workplace extends MsGraph.SharedModels.entity {
52667
52698
  @contains sensorDevices: workplaceSensorDevice[];
52668
52699
  }
@@ -52710,6 +52741,23 @@ typically alternating request/response, implicitly forming a turn.Represents a c
52710
52741
  tags: string[] | null;
52711
52742
  }
52712
52743
 
52744
+ @entity model workPlanOccurrence extends entity {
52745
+ end: dateTimeTimeZone;
52746
+ placeId: string | null;
52747
+ recurrenceId: string | null;
52748
+ start: dateTimeTimeZone;
52749
+ timeOffDetails: timeOffDetails | null;
52750
+ workLocationType: workLocationType;
52751
+ }
52752
+
52753
+ @entity model workPlanRecurrence extends entity {
52754
+ end: dateTimeTimeZone;
52755
+ placeId: string | null;
52756
+ recurrence: patternedRecurrence;
52757
+ start: dateTimeTimeZone;
52758
+ workLocationType: workLocationType;
52759
+ }
52760
+
52713
52761
  @entity model workPosition extends itemFacet {
52714
52762
  categories: string[] | null;
52715
52763
  colleagues: relatedPerson[] | null;
@@ -53077,6 +53125,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
53077
53125
  unknownFutureValue: 2,
53078
53126
  agentIdentityBlueprintPrincipal: 3,
53079
53127
  user: 4,
53128
+ discoveredAgentIdentity: 5,
53080
53129
  }
53081
53130
 
53082
53131
  enum agentIdRiskLevel {
@@ -65530,6 +65579,14 @@ typically alternating request/response, implicitly forming a turn.Represents a c
65530
65579
  unknownFutureValue: 12,
65531
65580
  }
65532
65581
 
65582
+ enum maxWorkLocationDetails {
65583
+ `unknown`: 0,
65584
+ none: 1,
65585
+ approximate: 2,
65586
+ specific: 3,
65587
+ unknownFutureValue: 4,
65588
+ }
65589
+
65533
65590
  /**
65534
65591
  * App configuration key types.
65535
65592
  */
@@ -69260,6 +69317,16 @@ typically alternating request/response, implicitly forming a turn.Represents a c
69260
69317
  mdiSecureScore: 3,
69261
69318
  }
69262
69319
 
69320
+ enum recommendationCategoryGroup {
69321
+ strengthenAuthentication: 0,
69322
+ detectAndRespondToThreats: 1,
69323
+ enforceLeastPrivilege: 2,
69324
+ governAppsCredentialsAndAgents: 3,
69325
+ hardenInfrastructure: 4,
69326
+ defenderForIdentity: 5,
69327
+ unknownFutureValue: 6,
69328
+ }
69329
+
69263
69330
  enum recommendationFeatureAreas {
69264
69331
  users: 0,
69265
69332
  groups: 1,
@@ -69271,11 +69338,12 @@ typically alternating request/response, implicitly forming a turn.Represents a c
69271
69338
  unknownFutureValue: 7,
69272
69339
  }
69273
69340
 
69274
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
69275
69341
  enum recommendationPriority {
69276
69342
  low: 0,
69277
69343
  medium: 1,
69278
69344
  high: 2,
69345
+ critical: 3,
69346
+ unknownFutureValue: 4,
69279
69347
  }
69280
69348
 
69281
69349
  enum recommendationStatus {
@@ -69289,6 +69357,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
69289
69357
  thirdParty: 7,
69290
69358
  planned: 8,
69291
69359
  alternateMitigation: 9,
69360
+ needsMoreAction: 10,
69292
69361
  }
69293
69362
 
69294
69363
  enum recommendationType {
@@ -69682,6 +69751,7 @@ typically alternating request/response, implicitly forming a turn.Represents a c
69682
69751
  microsoftEntraWorkloadId: 5,
69683
69752
  unknownFutureValue: 6,
69684
69753
  aatp: 7,
69754
+ microsoftEntraSuite: 8,
69685
69755
  }
69686
69756
 
69687
69757
  /**
@@ -75160,6 +75230,20 @@ typically alternating request/response, implicitly forming a turn.Represents a c
75160
75230
  failed: 3,
75161
75231
  }
75162
75232
 
75233
+ enum workLocationType {
75234
+ unspecified: 0,
75235
+ office: 1,
75236
+ remote: 2,
75237
+ timeOff: 3,
75238
+ unknownFutureValue: 4,
75239
+ }
75240
+
75241
+ enum workLocationUpdateScope {
75242
+ currentSegment: 1,
75243
+ currentDay: 2,
75244
+ unknownFutureValue: 3,
75245
+ }
75246
+
75163
75247
  enum workplaceSensorEventType {
75164
75248
  badgeIn: 0,
75165
75249
  badgeOut: 1,
@@ -76401,6 +76485,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
76401
76485
  targetSubject: workflowSubject | null;
76402
76486
  }
76403
76487
 
76488
+ @complex model directoryObjectWorkflowSubject extends workflowSubject {
76489
+ @references directoryObject: reference.`microsoft.graph`.directoryObject;
76490
+ }
76491
+
76404
76492
  @complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
76405
76493
  @references groups: reference.`microsoft.graph`.group[];
76406
76494
  }
@@ -76465,6 +76553,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
76465
76553
  totalUsers: int32;
76466
76554
  }
76467
76555
 
76556
+ @complex model subjectSummary {
76557
+ failedSubjects: int32;
76558
+ failedTasks: int32;
76559
+ successfulSubjects: int32;
76560
+ totalSubjects: int32;
76561
+ totalTasks: int32;
76562
+ }
76563
+
76468
76564
  @complex model taskReportSummary {
76469
76565
  failedTasks: int32;
76470
76566
  successfulTasks: int32;
@@ -76625,6 +76721,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
76625
76721
  scheduledDateTime: offsetDateTime;
76626
76722
  startedDateTime: offsetDateTime | null;
76627
76723
  subject: workflowSubject;
76724
+ subjectType: subjectType;
76628
76725
  totalTasksCount: int32;
76629
76726
  totalUnprocessedTasksCount: int32;
76630
76727
  workflowExecutionType: workflowExecutionType;
@@ -76724,6 +76821,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
76724
76821
  isEnabled: boolean;
76725
76822
  isSchedulingEnabled: boolean;
76726
76823
  @computed lastModifiedDateTime: offsetDateTime | null;
76824
+ targetSubjectType: subjectType;
76727
76825
  @references administrationScopeTargets: reference.`microsoft.graph`.directoryObject[];
76728
76826
  @references createdBy: reference.`microsoft.graph`.user | null;
76729
76827
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
@@ -76816,6 +76914,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
76816
76914
  unknownFutureValue: 4,
76817
76915
  }
76818
76916
 
76917
+ @graphFlags
76918
+ enum subjectType {
76919
+ user: 1,
76920
+ unknownFutureValue: 8,
76921
+ provisioningObject: 16,
76922
+ }
76923
+
76819
76924
  enum valueType {
76820
76925
  `enum`: 0,
76821
76926
  `string`: 1,
@@ -77180,7 +77285,7 @@ namespace reference.`microsoft.graph.networkaccess` {
77180
77285
  @contains traffic: networkAccessTraffic[];
77181
77286
  }
77182
77287
 
77183
- @entity model networkAccessRoot extends reference.`microsoft.graph`.entity {
77288
+ @entity model networkAccessRoot extends MsGraph.SharedModels.entity {
77184
77289
  @contains alerts: alert[];
77185
77290
  @contains forwardingPolicies: forwardingPolicy[];
77186
77291
  @contains forwardingProfiles: forwardingProfile[];
@@ -77791,6 +77896,19 @@ namespace reference.`microsoft.graph.security` {
77791
77896
  registry: string | null;
77792
77897
  }
77793
77898
 
77899
+ @complex model createAlertInput {
77900
+ category: string;
77901
+ description: string;
77902
+ entityDefinitions: entityDefinition[];
77903
+ isExcludedFromCorrelation: boolean;
77904
+ linkToIncident: int64 | null;
77905
+ mitreTechniques: string[];
77906
+ recommendedActions: string | null;
77907
+ sentinelWorkspace: string | null;
77908
+ severity: alertSeverity;
77909
+ title: string;
77910
+ }
77911
+
77794
77912
  @complex model deploymentAccessKeyType {
77795
77913
  deploymentAccessKey: string;
77796
77914
  }
@@ -77847,6 +77965,13 @@ namespace reference.`microsoft.graph.security` {
77847
77965
  @complex model enableUserIncidentTaskResponseAction extends incidentTaskResponseAction {
77848
77966
  }
77849
77967
 
77968
+ @complex model entityDefinition {
77969
+ entityIdentifier: string;
77970
+ entityType: manualAlertEntityType;
77971
+ identifierValue: string;
77972
+ role: entityDefinitionInputRole;
77973
+ }
77974
+
77850
77975
  @complex model eventPropagationResult {
77851
77976
  location: string | null;
77852
77977
  serviceName: string | null;
@@ -9912,7 +9912,7 @@ namespace reference.`microsoft.graph` {
9912
9912
  /**
9913
9913
  * Singleton entity that acts as a container for all device app management functionality.
9914
9914
  */
9915
- @entity model deviceAppManagement extends entity {
9915
+ @entity model deviceAppManagement extends MsGraph.SharedModels.entity {
9916
9916
  /**
9917
9917
  * Whether the account is enabled for syncing applications from the Microsoft Store for Business.
9918
9918
  */
@@ -15929,7 +15929,7 @@ namespace reference.`microsoft.graph` {
15929
15929
  roleMemberInfo: identity;
15930
15930
  }
15931
15931
 
15932
- @entity model searchEntity extends entity {
15932
+ @entity model searchEntity extends MsGraph.SharedModels.entity {
15933
15933
  }
15934
15934
 
15935
15935
  @entity model section extends place {
@@ -16741,7 +16741,7 @@ namespace reference.`microsoft.graph` {
16741
16741
  @entity model teamsTemplate extends entity {
16742
16742
  }
16743
16743
 
16744
- @entity model teamwork extends entity {
16744
+ @entity model teamwork extends MsGraph.SharedModels.entity {
16745
16745
  isTeamsEnabled: boolean;
16746
16746
  region: string | null;
16747
16747
  @contains deletedChats: deletedChat[];
@@ -30558,6 +30558,17 @@ namespace reference.`microsoft.graph.identityGovernance` {
30558
30558
  triggerAttributes: triggerAttribute[];
30559
30559
  }
30560
30560
 
30561
+ @complex model attributeSetEntry {
30562
+ name: string;
30563
+ value: string | null;
30564
+ }
30565
+
30566
+ @complex model awaitedWorkflowProcessingResult {
30567
+ processingStatus: lifecycleWorkflowProcessingStatus;
30568
+ statusReasons: string[];
30569
+ subject: workflowSubject | null;
30570
+ }
30571
+
30561
30572
  @complex model countBasedQuarantineCondition extends quarantineCondition {
30562
30573
  threshold: int64;
30563
30574
  }
@@ -30571,12 +30582,23 @@ namespace reference.`microsoft.graph.identityGovernance` {
30571
30582
  }
30572
30583
 
30573
30584
  @complex model customTaskExtensionCalloutData extends reference.`microsoft.graph`.customExtensionData {
30585
+ targetSubject: workflowSubject | null;
30574
30586
  @references subject: reference.`microsoft.graph`.user | null;
30575
30587
  @references task: task | null;
30576
30588
  @references taskProcessingresult: taskProcessingResult | null;
30577
30589
  @references workflow: workflow | null;
30578
30590
  }
30579
30591
 
30592
+ @complex model customTaskExtensionResponseData extends reference.`microsoft.graph`.customExtensionData {
30593
+ operationStatus: customTaskExtensionOperationStatus;
30594
+ statusReasons: string[];
30595
+ targetSubject: workflowSubject | null;
30596
+ }
30597
+
30598
+ @complex model directoryObjectWorkflowSubject extends workflowSubject {
30599
+ @references directoryObject: reference.`microsoft.graph`.directoryObject;
30600
+ }
30601
+
30580
30602
  @complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
30581
30603
  @references groups: reference.`microsoft.graph`.group[];
30582
30604
  }
@@ -30605,6 +30627,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
30605
30627
  taskId: string;
30606
30628
  }
30607
30629
 
30630
+ @complex model provisioningAttributeMapping extends workflowExecutionConditions {
30631
+ }
30632
+
30633
+ @complex model provisioningObjectWorkflowSubject extends workflowSubject {
30634
+ attributeSetEntries: attributeSetEntry[];
30635
+ id: string;
30636
+ }
30637
+
30608
30638
  @abstract
30609
30639
  @complex model quarantineCondition {
30610
30640
  }
@@ -30633,6 +30663,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
30633
30663
  totalUsers: int32;
30634
30664
  }
30635
30665
 
30666
+ @complex model subjectSummary {
30667
+ failedSubjects: int32;
30668
+ failedTasks: int32;
30669
+ successfulSubjects: int32;
30670
+ totalSubjects: int32;
30671
+ totalTasks: int32;
30672
+ }
30673
+
30636
30674
  @complex model taskReportSummary {
30637
30675
  failedTasks: int32;
30638
30676
  successfulTasks: int32;
@@ -30734,10 +30772,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
30734
30772
  totalUsers: int32;
30735
30773
  }
30736
30774
 
30775
+ @abstract
30776
+ @complex model workflowSubject {
30777
+ }
30778
+
30737
30779
  @entity model customTaskExtension extends reference.`microsoft.graph`.customCalloutExtension {
30738
30780
  callbackConfiguration: reference.`microsoft.graph`.customExtensionCallbackConfiguration | null;
30739
30781
  @computed createdDateTime: offsetDateTime | null;
30740
30782
  @computed lastModifiedDateTime: offsetDateTime | null;
30783
+ replyMode: customTaskExtensionReplyMode;
30741
30784
  @references createdBy: reference.`microsoft.graph`.user | null;
30742
30785
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
30743
30786
  }
@@ -30776,10 +30819,27 @@ namespace reference.`microsoft.graph.identityGovernance` {
30776
30819
  totalUsersCount: int32;
30777
30820
  workflowExecutionType: workflowExecutionType;
30778
30821
  @references reprocessedRuns: run[];
30822
+ @contains subjectProcessingResults: subjectProcessingResult[];
30779
30823
  @contains taskProcessingResults: taskProcessingResult[];
30780
30824
  @contains userProcessingResults: userProcessingResult[];
30781
30825
  }
30782
30826
 
30827
+ @entity model subjectProcessingResult extends reference.`microsoft.graph`.entity {
30828
+ completedDateTime: offsetDateTime | null;
30829
+ failedTasksCount: int32;
30830
+ processingStatus: lifecycleWorkflowProcessingStatus;
30831
+ scheduledDateTime: offsetDateTime;
30832
+ startedDateTime: offsetDateTime | null;
30833
+ subject: workflowSubject;
30834
+ subjectType: subjectType;
30835
+ totalTasksCount: int32;
30836
+ totalUnprocessedTasksCount: int32;
30837
+ workflowExecutionType: workflowExecutionType;
30838
+ workflowVersion: int32;
30839
+ @references reprocessedRuns: run[];
30840
+ @contains taskProcessingResults: taskProcessingResult[];
30841
+ }
30842
+
30783
30843
  @entity model task extends reference.`microsoft.graph`.entity {
30784
30844
  arguments: reference.`microsoft.graph`.keyValuePair[];
30785
30845
  category: lifecycleTaskCategory;
@@ -30808,6 +30868,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30808
30868
  processingInfo: string | null;
30809
30869
  processingStatus: lifecycleWorkflowProcessingStatus;
30810
30870
  startedDateTime: offsetDateTime | null;
30871
+ workflowSubject: workflowSubject | null;
30811
30872
  @references subject: reference.`microsoft.graph`.user;
30812
30873
  @references task: task;
30813
30874
  }
@@ -30852,6 +30913,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30852
30913
  @references executionScope: userProcessingResult[];
30853
30914
  @references previewScope: reference.`microsoft.graph`.directoryObject[];
30854
30915
  @contains runs: run[];
30916
+ @contains subjectProcessingResults: subjectProcessingResult[];
30855
30917
  @contains taskReports: taskReport[];
30856
30918
  @contains userProcessingResults: userProcessingResult[];
30857
30919
  @contains versions: workflowVersion[];
@@ -30867,6 +30929,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30867
30929
  isEnabled: boolean;
30868
30930
  isSchedulingEnabled: boolean;
30869
30931
  @computed lastModifiedDateTime: offsetDateTime | null;
30932
+ targetSubjectType: subjectType;
30870
30933
  @references administrationScopeTargets: reference.`microsoft.graph`.directoryObject[];
30871
30934
  @references createdBy: reference.`microsoft.graph`.user | null;
30872
30935
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
@@ -30904,12 +30967,20 @@ namespace reference.`microsoft.graph.identityGovernance` {
30904
30967
  unknownFutureValue: 2,
30905
30968
  }
30906
30969
 
30970
+ enum customTaskExtensionReplyMode {
30971
+ none: 0,
30972
+ callback: 1,
30973
+ response: 2,
30974
+ unknownFutureValue: 3,
30975
+ }
30976
+
30907
30977
  @graphFlags
30908
30978
  enum lifecycleTaskCategory {
30909
30979
  joiner: 1,
30910
30980
  leaver: 2,
30911
30981
  unknownFutureValue: 4,
30912
30982
  mover: 8,
30983
+ extensibility: 16,
30913
30984
  }
30914
30985
 
30915
30986
  enum lifecycleWorkflowCategory {
@@ -30917,6 +30988,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30917
30988
  leaver: 1,
30918
30989
  unknownFutureValue: 2,
30919
30990
  mover: 3,
30991
+ extensibility: 4,
30920
30992
  }
30921
30993
 
30922
30994
  enum lifecycleWorkflowProcessingStatus {
@@ -30950,6 +31022,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
30950
31022
  unknownFutureValue: 4,
30951
31023
  }
30952
31024
 
31025
+ @graphFlags
31026
+ enum subjectType {
31027
+ user: 1,
31028
+ unknownFutureValue: 8,
31029
+ provisioningObject: 16,
31030
+ }
31031
+
30953
31032
  enum valueType {
30954
31033
  `enum`: 0,
30955
31034
  `string`: 1,
@@ -30964,6 +31043,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
30964
31043
  unknownFutureValue: 2,
30965
31044
  activatedWithScope: 3,
30966
31045
  preview: 4,
31046
+ extensibilityOnDemand: 5,
30967
31047
  }
30968
31048
 
30969
31049
  enum workflowTriggerTimeBasedAttribute {
@@ -1688,6 +1688,7 @@ namespace reference.`microsoft.graph` {
1688
1688
 
1689
1689
  @entity model roleManagement extends MsGraph.SharedModels.entity {
1690
1690
  @contains directory: rbacApplication | null;
1691
+ @contains enterpriseApps: rbacApplication[];
1691
1692
  }
1692
1693
 
1693
1694
  @entity model samlOrWsFedExternalDomainFederation extends samlOrWsFedProvider {