@microsoft/typespec-msgraph-reference 1.0.9 → 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.
@@ -8,7 +8,7 @@ scalar binary; //TODO: Enables support for Edm.Binary
8
8
 
9
9
 
10
10
  @privatePreviewDefinition("MicrosofEntitlementManagementCustomextensions", "2023-03-01", "2023-12-31", "<theOwner>")
11
- @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2021-01-18", "2023-01-18", "Owner property is deprecated and will be removed in January 2023. Please use the container property instead.")
11
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2025-03-26", "2026-03-26", "private preview elements are required to be marked as deprecated")
12
12
  // Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
13
13
  @privatePreviewDefinition("photoEditPolicy", "2024-02-16", "2025-02-16", "<theOwner>")
14
14
  @deprecatedDefinition("SynchronizationSecret_Deprecation", "<ChangeLogCategory>", "2026-02-06", "2027-07-06", "Use connectivityParameters for oauth flows and scim endpoint connectivity. Use SynchronizationJobSettings for job-specific settings This property will be removed.")
@@ -947,6 +947,20 @@ namespace reference.`microsoft.graph` {
947
947
  messageBodyContentType: chatMessageBodyContentType | null;
948
948
  }
949
949
 
950
+ @complex model chatMessageCitation {
951
+ excerpt: string | null;
952
+ iconType: string | null;
953
+ id: int32 | null;
954
+ sensitivityLabel: chatMessageCitationSensitivityLabel | null;
955
+ title: string | null;
956
+ webUrl: string | null;
957
+ }
958
+
959
+ @complex model chatMessageCitationSensitivityLabel {
960
+ description: string | null;
961
+ displayName: string | null;
962
+ }
963
+
950
964
  @open
951
965
  @complex model chatMessageFromIdentitySet extends identitySet {
952
966
  }
@@ -1398,6 +1412,10 @@ namespace reference.`microsoft.graph` {
1398
1412
  targets: crossTenantAccessPolicyTarget[] | null;
1399
1413
  }
1400
1414
 
1415
+ @complex model crossTenantGroupSyncInbound {
1416
+ isSyncAllowed: boolean;
1417
+ }
1418
+
1401
1419
  @complex model crossTenantUserSyncInbound {
1402
1420
  isSyncAllowed: boolean | null;
1403
1421
  }
@@ -2001,12 +2019,7 @@ namespace reference.`microsoft.graph` {
2001
2019
  itemMajorVersionLimit: int32 | null;
2002
2020
  }
2003
2021
 
2004
- @complex model fileStorageContainerTypeAgentSettings {
2005
- chatEmbedAllowedHosts: string[];
2006
- }
2007
-
2008
2022
  @complex model fileStorageContainerTypeRegistrationSettings {
2009
- agent: fileStorageContainerTypeAgentSettings | null;
2010
2023
  isDiscoverabilityEnabled: boolean | null;
2011
2024
  isItemVersioningEnabled: boolean | null;
2012
2025
  isSearchEnabled: boolean | null;
@@ -2018,7 +2031,6 @@ namespace reference.`microsoft.graph` {
2018
2031
  }
2019
2032
 
2020
2033
  @complex model fileStorageContainerTypeSettings {
2021
- agent: fileStorageContainerTypeAgentSettings | null;
2022
2034
  consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
2023
2035
  isDiscoverabilityEnabled: boolean | null;
2024
2036
  isItemVersioningEnabled: boolean | null;
@@ -2993,8 +3005,26 @@ namespace reference.`microsoft.graph` {
2993
3005
  internalUrl: string | null;
2994
3006
  }
2995
3007
 
3008
+ @complex model onPremisesCurrentExportData {
3009
+ clientMachineName: string | null;
3010
+ pendingObjectsAddition: int32 | null;
3011
+ pendingObjectsDeletion: int32 | null;
3012
+ pendingObjectsUpdate: int32 | null;
3013
+ serviceAccount: string | null;
3014
+ successfulLinksProvisioningCount: int64 | null;
3015
+ successfulObjectsProvisioningCount: int32 | null;
3016
+ totalConnectorSpaceObjects: int32 | null;
3017
+ }
3018
+
2996
3019
  @complex model onPremisesDirectorySynchronizationConfiguration {
2997
3020
  accidentalDeletionPrevention: onPremisesAccidentalDeletionPrevention | null;
3021
+ anchorAttribute: string | null;
3022
+ applicationId: string | null;
3023
+ currentExportData: onPremisesCurrentExportData | null;
3024
+ customerRequestedSynchronizationInterval: duration | null;
3025
+ synchronizationClientVersion: string | null;
3026
+ synchronizationInterval: duration | null;
3027
+ writebackConfiguration: onPremisesWritebackConfiguration | null;
2998
3028
  }
2999
3029
 
3000
3030
  @complex model onPremisesDirectorySynchronizationFeature {
@@ -3055,6 +3085,7 @@ namespace reference.`microsoft.graph` {
3055
3085
  isAccessibleViaZTNAClient: boolean | null;
3056
3086
  isBackendCertificateValidationEnabled: boolean | null;
3057
3087
  isContinuousAccessEvaluationEnabled: boolean | null;
3088
+ isDeviceAccessEnabled: boolean;
3058
3089
  isDnsResolutionEnabled: boolean | null;
3059
3090
  isHttpOnlyCookieEnabled: boolean | null;
3060
3091
  isOnPremPublishingEnabled: boolean | null;
@@ -3081,6 +3112,11 @@ namespace reference.`microsoft.graph` {
3081
3112
  singleSignOnMode: singleSignOnMode | null;
3082
3113
  }
3083
3114
 
3115
+ @complex model onPremisesWritebackConfiguration {
3116
+ unifiedGroupContainer: string | null;
3117
+ userContainer: string | null;
3118
+ }
3119
+
3084
3120
  @complex model onTokenIssuanceStartCustomExtensionHandler extends onTokenIssuanceStartHandler {
3085
3121
  configuration: customExtensionOverwriteConfiguration | null;
3086
3122
  @references customExtension: onTokenIssuanceStartCustomExtension | null;
@@ -4456,6 +4492,10 @@ namespace reference.`microsoft.graph` {
4456
4492
  upgradeAvailable: boolean | null;
4457
4493
  }
4458
4494
 
4495
+ @open
4496
+ @complex model stringDictionary extends Dictionary {
4497
+ }
4498
+
4459
4499
  @complex model stringKeyAttributeMappingSourceValuePair {
4460
4500
  key: string | null;
4461
4501
  value: attributeMappingSource | null;
@@ -5871,6 +5911,7 @@ namespace reference.`microsoft.graph` {
5871
5911
  }
5872
5912
 
5873
5913
  @entity model admin extends MsGraph.SharedModels.entity {
5914
+ @contains entra: entra | null;
5874
5915
  @contains people: peopleAdminSettings | null;
5875
5916
  @contains serviceAnnouncement: serviceAnnouncement | null;
5876
5917
  @contains sharepoint: sharepoint | null;
@@ -5903,6 +5944,9 @@ namespace reference.`microsoft.graph` {
5903
5944
  @entity model agentIdentity extends servicePrincipal {
5904
5945
  agentIdentityBlueprintId: string;
5905
5946
  @computed createdDateTime: offsetDateTime | null;
5947
+ managerApplications: guid;
5948
+ @references inheritedAppRoleAssignments: appRoleAssignment[];
5949
+ @references inheritedOauth2PermissionGrants: oAuth2PermissionGrant[];
5906
5950
  @references sponsors: directoryObject[];
5907
5951
  }
5908
5952
 
@@ -5915,6 +5959,7 @@ namespace reference.`microsoft.graph` {
5915
5959
 
5916
5960
  @open
5917
5961
  @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
5962
+ managerApplications: guid;
5918
5963
  @references sponsors: directoryObject[];
5919
5964
  }
5920
5965
 
@@ -6592,11 +6637,13 @@ namespace reference.`microsoft.graph` {
6592
6637
  body: chatMessageBody;
6593
6638
  channelIdentity: channelIdentity | null;
6594
6639
  chatId: string | null;
6640
+ citations: chatMessageCitation[] | null;
6595
6641
  @computed createdDateTime: offsetDateTime | null;
6596
6642
  deletedDateTime: offsetDateTime | null;
6597
6643
  etag: string | null;
6598
6644
  eventDetail: eventMessageDetail | null;
6599
6645
  from: chatMessageFromIdentitySet | null;
6646
+ hasReplies: boolean;
6600
6647
  importance: chatMessageImportance;
6601
6648
  @computed lastEditedDateTime: offsetDateTime | null;
6602
6649
  @computed lastModifiedDateTime: offsetDateTime | null;
@@ -6940,6 +6987,7 @@ namespace reference.`microsoft.graph` {
6940
6987
 
6941
6988
  @entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
6942
6989
  displayName: string | null;
6990
+ groupSyncInbound: crossTenantGroupSyncInbound | null;
6943
6991
  @computed @key tenantId: string;
6944
6992
  userSyncInbound: crossTenantUserSyncInbound | null;
6945
6993
  }
@@ -7373,6 +7421,9 @@ namespace reference.`microsoft.graph` {
7373
7421
  @computed @key id: string;
7374
7422
  }
7375
7423
 
7424
+ @entity model entra extends entity {
7425
+ }
7426
+
7376
7427
  @entity model evaluateLabelJobResponse extends jobResponseBase {
7377
7428
  result: evaluateLabelJobResultGroup | null;
7378
7429
  }
@@ -8883,8 +8934,11 @@ namespace reference.`microsoft.graph` {
8883
8934
  placeId: string | null;
8884
8935
  }
8885
8936
 
8886
- @entity model planner extends entity {
8937
+ @entity model planner extends MsGraph.SharedModels.entity {
8887
8938
  @contains buckets: plannerBucket[];
8939
+
8940
+ @graphDeprecated("Tasks_And_Plans")
8941
+ @contains goals: plannerGoal[];
8888
8942
  @contains plans: plannerPlan[];
8889
8943
  @contains rosters: plannerRoster[];
8890
8944
  @contains tasks: plannerTask[];
@@ -8912,6 +8966,18 @@ namespace reference.`microsoft.graph` {
8912
8966
  @entity model plannerDelta extends entity {
8913
8967
  }
8914
8968
 
8969
+ @graphDeprecated("Tasks_And_Plans")
8970
+ @entity model plannerGoal extends plannerDelta {
8971
+ displayName: string;
8972
+ finishDate: offsetDateTime | null;
8973
+ notes: itemBody | null;
8974
+ planId: string;
8975
+ priority: int32 | null;
8976
+ startDate: offsetDateTime | null;
8977
+ status: plannerGoalStatus;
8978
+ @references tasks: plannerTask[];
8979
+ }
8980
+
8915
8981
  @entity model plannerGroup extends entity {
8916
8982
  @references plans: plannerPlan[];
8917
8983
  }
@@ -8932,6 +8998,9 @@ namespace reference.`microsoft.graph` {
8932
8998
  title: string;
8933
8999
  @references buckets: plannerBucket[];
8934
9000
  @contains details: plannerPlanDetails | null;
9001
+
9002
+ @graphDeprecated("Tasks_And_Plans")
9003
+ @references goals: plannerGoal[];
8935
9004
  @references tasks: plannerTask[];
8936
9005
  }
8937
9006
 
@@ -8972,6 +9041,9 @@ namespace reference.`microsoft.graph` {
8972
9041
  @computed createdDateTime: offsetDateTime | null;
8973
9042
  creationSource: plannerTaskCreation | null;
8974
9043
  dueDateTime: offsetDateTime | null;
9044
+
9045
+ @graphDeprecated("Tasks_And_Plans")
9046
+ goalIds: string[];
8975
9047
  hasChat: boolean;
8976
9048
  hasDescription: boolean | null;
8977
9049
  isArchived: boolean | null;
@@ -9469,6 +9541,9 @@ namespace reference.`microsoft.graph` {
9469
9541
  riskState: riskState;
9470
9542
  }
9471
9543
 
9544
+ @entity model riskyAgentDiscoveredAgentIdentity extends riskyAgent {
9545
+ }
9546
+
9472
9547
  @entity model riskyAgentIdentity extends riskyAgent {
9473
9548
  @references agentIdentity: agentIdentity | null;
9474
9549
  }
@@ -10452,7 +10527,7 @@ namespace reference.`microsoft.graph` {
10452
10527
  @contains teamDefinition: team | null;
10453
10528
  }
10454
10529
 
10455
- @entity model teamwork extends entity {
10530
+ @entity model teamwork extends MsGraph.SharedModels.entity {
10456
10531
  isTeamsEnabled: boolean;
10457
10532
  region: string | null;
10458
10533
  @contains deletedChats: deletedChat[];
@@ -11179,6 +11254,10 @@ namespace reference.`microsoft.graph` {
11179
11254
  @contains installedApps: userScopeTeamsAppInstallation[];
11180
11255
  }
11181
11256
 
11257
+ @entity model uxSetting extends entity {
11258
+ restrictNonAdminAccess: nonAdminSetting;
11259
+ }
11260
+
11182
11261
  @entity model verticalSection extends entity {
11183
11262
  emphasis: sectionEmphasisType | null;
11184
11263
  @contains webparts: webPart[];
@@ -11715,6 +11794,7 @@ namespace reference.`microsoft.graph` {
11715
11794
  unknownFutureValue: 2,
11716
11795
  agentIdentityBlueprintPrincipal: 3,
11717
11796
  user: 4,
11797
+ discoveredAgentIdentity: 5,
11718
11798
  }
11719
11799
 
11720
11800
  enum agentIdRiskLevel {
@@ -13259,6 +13339,12 @@ namespace reference.`microsoft.graph` {
13259
13339
  unknownFutureValue: 4,
13260
13340
  }
13261
13341
 
13342
+ enum nonAdminSetting {
13343
+ `false`: 0,
13344
+ `true`: 1,
13345
+ unknownFutureValue: 2,
13346
+ }
13347
+
13262
13348
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
13263
13349
  enum objectDefinitionMetadata {
13264
13350
  PropertyNameAccountEnabled: 0,
@@ -13546,6 +13632,15 @@ namespace reference.`microsoft.graph` {
13546
13632
  unknownFutureValue: 3,
13547
13633
  }
13548
13634
 
13635
+ enum plannerGoalStatus {
13636
+ notStarted: 0,
13637
+ onTrack: 1,
13638
+ behind: 2,
13639
+ atRisk: 3,
13640
+ closed: 4,
13641
+ unknownFutureValue: 5,
13642
+ }
13643
+
13549
13644
  enum plannerPlanAccessLevel {
13550
13645
  readAccess: 0,
13551
13646
  readWriteAccess: 1,
@@ -15080,6 +15175,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
15080
15175
  targetSubject: workflowSubject | null;
15081
15176
  }
15082
15177
 
15178
+ @complex model directoryObjectWorkflowSubject extends workflowSubject {
15179
+ @references directoryObject: reference.`microsoft.graph`.directoryObject;
15180
+ }
15181
+
15083
15182
  @complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
15084
15183
  @references groups: reference.`microsoft.graph`.group[];
15085
15184
  }
@@ -15144,6 +15243,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
15144
15243
  totalUsers: int32;
15145
15244
  }
15146
15245
 
15246
+ @complex model subjectSummary {
15247
+ failedSubjects: int32;
15248
+ failedTasks: int32;
15249
+ successfulSubjects: int32;
15250
+ totalSubjects: int32;
15251
+ totalTasks: int32;
15252
+ }
15253
+
15147
15254
  @complex model taskReportSummary {
15148
15255
  failedTasks: int32;
15149
15256
  successfulTasks: int32;
@@ -15304,6 +15411,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
15304
15411
  scheduledDateTime: offsetDateTime;
15305
15412
  startedDateTime: offsetDateTime | null;
15306
15413
  subject: workflowSubject;
15414
+ subjectType: subjectType;
15307
15415
  totalTasksCount: int32;
15308
15416
  totalUnprocessedTasksCount: int32;
15309
15417
  workflowExecutionType: workflowExecutionType;
@@ -15403,6 +15511,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
15403
15511
  isEnabled: boolean;
15404
15512
  isSchedulingEnabled: boolean;
15405
15513
  @computed lastModifiedDateTime: offsetDateTime | null;
15514
+ targetSubjectType: subjectType;
15406
15515
  @references administrationScopeTargets: reference.`microsoft.graph`.directoryObject[];
15407
15516
  @references createdBy: reference.`microsoft.graph`.user | null;
15408
15517
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
@@ -15495,6 +15604,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
15495
15604
  unknownFutureValue: 4,
15496
15605
  }
15497
15606
 
15607
+ @graphFlags
15608
+ enum subjectType {
15609
+ user: 1,
15610
+ unknownFutureValue: 8,
15611
+ provisioningObject: 16,
15612
+ }
15613
+
15498
15614
  enum valueType {
15499
15615
  `enum`: 0,
15500
15616
  `string`: 1,
@@ -15666,6 +15782,19 @@ namespace reference.`microsoft.graph.security` {
15666
15782
  registry: string | null;
15667
15783
  }
15668
15784
 
15785
+ @complex model createAlertInput {
15786
+ category: string;
15787
+ description: string;
15788
+ entityDefinitions: entityDefinition[];
15789
+ isExcludedFromCorrelation: boolean;
15790
+ linkToIncident: int64 | null;
15791
+ mitreTechniques: string[];
15792
+ recommendedActions: string | null;
15793
+ sentinelWorkspace: string | null;
15794
+ severity: alertSeverity;
15795
+ title: string;
15796
+ }
15797
+
15669
15798
  @complex model detectionAction {
15670
15799
  alertTemplate: alertTemplate;
15671
15800
  organizationalScope: organizationalScope | null;
@@ -15722,6 +15851,13 @@ namespace reference.`microsoft.graph.security` {
15722
15851
  emailAddress: string | null;
15723
15852
  }
15724
15853
 
15854
+ @complex model entityDefinition {
15855
+ entityIdentifier: string;
15856
+ entityType: manualAlertEntityType;
15857
+ identifierValue: string;
15858
+ role: entityDefinitionInputRole;
15859
+ }
15860
+
15725
15861
  @complex model eventPropagationResult {
15726
15862
  location: string | null;
15727
15863
  serviceName: string | null;
@@ -6228,6 +6228,7 @@ namespace reference.`microsoft.graph` {
6228
6228
  joinMeetingIdSettings: joinMeetingIdSettings | null;
6229
6229
  joinWebUrl: string | null;
6230
6230
  lobbyBypassSettings: lobbyBypassSettings | null;
6231
+ meetingType: onlineMeetingType | null;
6231
6232
  recordAutomatically: boolean | null;
6232
6233
  shareMeetingChatHistoryDefault: meetingChatHistoryDefaultMode | null;
6233
6234
  subject: string | null;
@@ -7489,7 +7490,7 @@ namespace reference.`microsoft.graph` {
7489
7490
  @entity model teamsTemplate extends entity {
7490
7491
  }
7491
7492
 
7492
- @entity model teamwork extends entity {
7493
+ @entity model teamwork extends MsGraph.SharedModels.entity {
7493
7494
  isTeamsEnabled: boolean;
7494
7495
  region: string | null;
7495
7496
  @contains deletedChats: deletedChat[];
@@ -9780,6 +9781,15 @@ namespace reference.`microsoft.graph` {
9780
9781
  coorganizer: 4,
9781
9782
  }
9782
9783
 
9784
+ enum onlineMeetingType {
9785
+ adhoc: 0,
9786
+ scheduled: 1,
9787
+ recurring: 2,
9788
+ broadcast: 3,
9789
+ meetnow: 4,
9790
+ unknownFutureValue: 5,
9791
+ }
9792
+
9783
9793
  @graphFlags
9784
9794
  enum onlineMeetingVideoDisabledReason {
9785
9795
  watermarkProtection: 1,
@@ -10923,6 +10933,17 @@ namespace reference.`microsoft.graph.identityGovernance` {
10923
10933
  triggerAttributes: triggerAttribute[];
10924
10934
  }
10925
10935
 
10936
+ @complex model attributeSetEntry {
10937
+ name: string;
10938
+ value: string | null;
10939
+ }
10940
+
10941
+ @complex model awaitedWorkflowProcessingResult {
10942
+ processingStatus: lifecycleWorkflowProcessingStatus;
10943
+ statusReasons: string[];
10944
+ subject: workflowSubject | null;
10945
+ }
10946
+
10926
10947
  @complex model countBasedQuarantineCondition extends quarantineCondition {
10927
10948
  threshold: int64;
10928
10949
  }
@@ -10936,12 +10957,23 @@ namespace reference.`microsoft.graph.identityGovernance` {
10936
10957
  }
10937
10958
 
10938
10959
  @complex model customTaskExtensionCalloutData extends reference.`microsoft.graph`.customExtensionData {
10960
+ targetSubject: workflowSubject | null;
10939
10961
  @references subject: reference.`microsoft.graph`.user | null;
10940
10962
  @references task: task | null;
10941
10963
  @references taskProcessingresult: taskProcessingResult | null;
10942
10964
  @references workflow: workflow | null;
10943
10965
  }
10944
10966
 
10967
+ @complex model customTaskExtensionResponseData extends reference.`microsoft.graph`.customExtensionData {
10968
+ operationStatus: customTaskExtensionOperationStatus;
10969
+ statusReasons: string[];
10970
+ targetSubject: workflowSubject | null;
10971
+ }
10972
+
10973
+ @complex model directoryObjectWorkflowSubject extends workflowSubject {
10974
+ @references directoryObject: reference.`microsoft.graph`.directoryObject;
10975
+ }
10976
+
10945
10977
  @complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
10946
10978
  @references groups: reference.`microsoft.graph`.group[];
10947
10979
  }
@@ -10970,6 +11002,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
10970
11002
  taskId: string;
10971
11003
  }
10972
11004
 
11005
+ @complex model provisioningAttributeMapping extends workflowExecutionConditions {
11006
+ }
11007
+
11008
+ @complex model provisioningObjectWorkflowSubject extends workflowSubject {
11009
+ attributeSetEntries: attributeSetEntry[];
11010
+ id: string;
11011
+ }
11012
+
10973
11013
  @abstract
10974
11014
  @complex model quarantineCondition {
10975
11015
  }
@@ -10998,6 +11038,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
10998
11038
  totalUsers: int32;
10999
11039
  }
11000
11040
 
11041
+ @complex model subjectSummary {
11042
+ failedSubjects: int32;
11043
+ failedTasks: int32;
11044
+ successfulSubjects: int32;
11045
+ totalSubjects: int32;
11046
+ totalTasks: int32;
11047
+ }
11048
+
11001
11049
  @complex model taskReportSummary {
11002
11050
  failedTasks: int32;
11003
11051
  successfulTasks: int32;
@@ -11099,10 +11147,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
11099
11147
  totalUsers: int32;
11100
11148
  }
11101
11149
 
11150
+ @abstract
11151
+ @complex model workflowSubject {
11152
+ }
11153
+
11102
11154
  @entity model customTaskExtension extends reference.`microsoft.graph`.customCalloutExtension {
11103
11155
  callbackConfiguration: reference.`microsoft.graph`.customExtensionCallbackConfiguration | null;
11104
11156
  @computed createdDateTime: offsetDateTime | null;
11105
11157
  @computed lastModifiedDateTime: offsetDateTime | null;
11158
+ replyMode: customTaskExtensionReplyMode;
11106
11159
  @references createdBy: reference.`microsoft.graph`.user | null;
11107
11160
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
11108
11161
  }
@@ -11141,10 +11194,27 @@ namespace reference.`microsoft.graph.identityGovernance` {
11141
11194
  totalUsersCount: int32;
11142
11195
  workflowExecutionType: workflowExecutionType;
11143
11196
  @references reprocessedRuns: run[];
11197
+ @contains subjectProcessingResults: subjectProcessingResult[];
11144
11198
  @contains taskProcessingResults: taskProcessingResult[];
11145
11199
  @contains userProcessingResults: userProcessingResult[];
11146
11200
  }
11147
11201
 
11202
+ @entity model subjectProcessingResult extends reference.`microsoft.graph`.entity {
11203
+ completedDateTime: offsetDateTime | null;
11204
+ failedTasksCount: int32;
11205
+ processingStatus: lifecycleWorkflowProcessingStatus;
11206
+ scheduledDateTime: offsetDateTime;
11207
+ startedDateTime: offsetDateTime | null;
11208
+ subject: workflowSubject;
11209
+ subjectType: subjectType;
11210
+ totalTasksCount: int32;
11211
+ totalUnprocessedTasksCount: int32;
11212
+ workflowExecutionType: workflowExecutionType;
11213
+ workflowVersion: int32;
11214
+ @references reprocessedRuns: run[];
11215
+ @contains taskProcessingResults: taskProcessingResult[];
11216
+ }
11217
+
11148
11218
  @entity model task extends reference.`microsoft.graph`.entity {
11149
11219
  arguments: reference.`microsoft.graph`.keyValuePair[];
11150
11220
  category: lifecycleTaskCategory;
@@ -11173,6 +11243,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11173
11243
  processingInfo: string | null;
11174
11244
  processingStatus: lifecycleWorkflowProcessingStatus;
11175
11245
  startedDateTime: offsetDateTime | null;
11246
+ workflowSubject: workflowSubject | null;
11176
11247
  @references subject: reference.`microsoft.graph`.user;
11177
11248
  @references task: task;
11178
11249
  }
@@ -11217,6 +11288,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11217
11288
  @references executionScope: userProcessingResult[];
11218
11289
  @references previewScope: reference.`microsoft.graph`.directoryObject[];
11219
11290
  @contains runs: run[];
11291
+ @contains subjectProcessingResults: subjectProcessingResult[];
11220
11292
  @contains taskReports: taskReport[];
11221
11293
  @contains userProcessingResults: userProcessingResult[];
11222
11294
  @contains versions: workflowVersion[];
@@ -11232,6 +11304,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11232
11304
  isEnabled: boolean;
11233
11305
  isSchedulingEnabled: boolean;
11234
11306
  @computed lastModifiedDateTime: offsetDateTime | null;
11307
+ targetSubjectType: subjectType;
11235
11308
  @references administrationScopeTargets: reference.`microsoft.graph`.directoryObject[];
11236
11309
  @references createdBy: reference.`microsoft.graph`.user | null;
11237
11310
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
@@ -11269,12 +11342,20 @@ namespace reference.`microsoft.graph.identityGovernance` {
11269
11342
  unknownFutureValue: 2,
11270
11343
  }
11271
11344
 
11345
+ enum customTaskExtensionReplyMode {
11346
+ none: 0,
11347
+ callback: 1,
11348
+ response: 2,
11349
+ unknownFutureValue: 3,
11350
+ }
11351
+
11272
11352
  @graphFlags
11273
11353
  enum lifecycleTaskCategory {
11274
11354
  joiner: 1,
11275
11355
  leaver: 2,
11276
11356
  unknownFutureValue: 4,
11277
11357
  mover: 8,
11358
+ extensibility: 16,
11278
11359
  }
11279
11360
 
11280
11361
  enum lifecycleWorkflowCategory {
@@ -11282,6 +11363,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11282
11363
  leaver: 1,
11283
11364
  unknownFutureValue: 2,
11284
11365
  mover: 3,
11366
+ extensibility: 4,
11285
11367
  }
11286
11368
 
11287
11369
  enum lifecycleWorkflowProcessingStatus {
@@ -11315,6 +11397,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
11315
11397
  unknownFutureValue: 4,
11316
11398
  }
11317
11399
 
11400
+ @graphFlags
11401
+ enum subjectType {
11402
+ user: 1,
11403
+ unknownFutureValue: 8,
11404
+ provisioningObject: 16,
11405
+ }
11406
+
11318
11407
  enum valueType {
11319
11408
  `enum`: 0,
11320
11409
  `string`: 1,
@@ -11329,6 +11418,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11329
11418
  unknownFutureValue: 2,
11330
11419
  activatedWithScope: 3,
11331
11420
  preview: 4,
11421
+ extensibilityOnDemand: 5,
11332
11422
  }
11333
11423
 
11334
11424
  enum workflowTriggerTimeBasedAttribute {