@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.")
@@ -968,6 +968,20 @@ namespace reference.`microsoft.graph` {
968
968
  messageBodyContentType: chatMessageBodyContentType | null;
969
969
  }
970
970
 
971
+ @complex model chatMessageCitation {
972
+ excerpt: string | null;
973
+ iconType: string | null;
974
+ id: int32 | null;
975
+ sensitivityLabel: chatMessageCitationSensitivityLabel | null;
976
+ title: string | null;
977
+ webUrl: string | null;
978
+ }
979
+
980
+ @complex model chatMessageCitationSensitivityLabel {
981
+ description: string | null;
982
+ displayName: string | null;
983
+ }
984
+
971
985
  @open
972
986
  @complex model chatMessageFromIdentitySet extends identitySet {
973
987
  }
@@ -1428,6 +1442,10 @@ namespace reference.`microsoft.graph` {
1428
1442
  targets: crossTenantAccessPolicyTarget[] | null;
1429
1443
  }
1430
1444
 
1445
+ @complex model crossTenantGroupSyncInbound {
1446
+ isSyncAllowed: boolean;
1447
+ }
1448
+
1431
1449
  @complex model crossTenantUserSyncInbound {
1432
1450
  isSyncAllowed: boolean | null;
1433
1451
  }
@@ -2044,12 +2062,7 @@ namespace reference.`microsoft.graph` {
2044
2062
  itemMajorVersionLimit: int32 | null;
2045
2063
  }
2046
2064
 
2047
- @complex model fileStorageContainerTypeAgentSettings {
2048
- chatEmbedAllowedHosts: string[];
2049
- }
2050
-
2051
2065
  @complex model fileStorageContainerTypeRegistrationSettings {
2052
- agent: fileStorageContainerTypeAgentSettings | null;
2053
2066
  isDiscoverabilityEnabled: boolean | null;
2054
2067
  isItemVersioningEnabled: boolean | null;
2055
2068
  isSearchEnabled: boolean | null;
@@ -2061,7 +2074,6 @@ namespace reference.`microsoft.graph` {
2061
2074
  }
2062
2075
 
2063
2076
  @complex model fileStorageContainerTypeSettings {
2064
- agent: fileStorageContainerTypeAgentSettings | null;
2065
2077
  consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
2066
2078
  isDiscoverabilityEnabled: boolean | null;
2067
2079
  isItemVersioningEnabled: boolean | null;
@@ -3062,8 +3074,26 @@ namespace reference.`microsoft.graph` {
3062
3074
  internalUrl: string | null;
3063
3075
  }
3064
3076
 
3077
+ @complex model onPremisesCurrentExportData {
3078
+ clientMachineName: string | null;
3079
+ pendingObjectsAddition: int32 | null;
3080
+ pendingObjectsDeletion: int32 | null;
3081
+ pendingObjectsUpdate: int32 | null;
3082
+ serviceAccount: string | null;
3083
+ successfulLinksProvisioningCount: int64 | null;
3084
+ successfulObjectsProvisioningCount: int32 | null;
3085
+ totalConnectorSpaceObjects: int32 | null;
3086
+ }
3087
+
3065
3088
  @complex model onPremisesDirectorySynchronizationConfiguration {
3066
3089
  accidentalDeletionPrevention: onPremisesAccidentalDeletionPrevention | null;
3090
+ anchorAttribute: string | null;
3091
+ applicationId: string | null;
3092
+ currentExportData: onPremisesCurrentExportData | null;
3093
+ customerRequestedSynchronizationInterval: duration | null;
3094
+ synchronizationClientVersion: string | null;
3095
+ synchronizationInterval: duration | null;
3096
+ writebackConfiguration: onPremisesWritebackConfiguration | null;
3067
3097
  }
3068
3098
 
3069
3099
  @complex model onPremisesDirectorySynchronizationFeature {
@@ -3124,6 +3154,7 @@ namespace reference.`microsoft.graph` {
3124
3154
  isAccessibleViaZTNAClient: boolean | null;
3125
3155
  isBackendCertificateValidationEnabled: boolean | null;
3126
3156
  isContinuousAccessEvaluationEnabled: boolean | null;
3157
+ isDeviceAccessEnabled: boolean;
3127
3158
  isDnsResolutionEnabled: boolean | null;
3128
3159
  isHttpOnlyCookieEnabled: boolean | null;
3129
3160
  isOnPremPublishingEnabled: boolean | null;
@@ -3150,6 +3181,11 @@ namespace reference.`microsoft.graph` {
3150
3181
  singleSignOnMode: singleSignOnMode | null;
3151
3182
  }
3152
3183
 
3184
+ @complex model onPremisesWritebackConfiguration {
3185
+ unifiedGroupContainer: string | null;
3186
+ userContainer: string | null;
3187
+ }
3188
+
3153
3189
  @complex model onTokenIssuanceStartCustomExtensionHandler extends onTokenIssuanceStartHandler {
3154
3190
  configuration: customExtensionOverwriteConfiguration | null;
3155
3191
  @references customExtension: onTokenIssuanceStartCustomExtension | null;
@@ -4667,6 +4703,10 @@ namespace reference.`microsoft.graph` {
4667
4703
  upgradeAvailable: boolean | null;
4668
4704
  }
4669
4705
 
4706
+ @open
4707
+ @complex model stringDictionary extends Dictionary {
4708
+ }
4709
+
4670
4710
  @complex model stringKeyAttributeMappingSourceValuePair {
4671
4711
  key: string | null;
4672
4712
  value: attributeMappingSource | null;
@@ -6106,6 +6146,7 @@ namespace reference.`microsoft.graph` {
6106
6146
 
6107
6147
  @entity model admin extends MsGraph.SharedModels.entity {
6108
6148
  @contains cloudLicensing: reference.`microsoft.graph.cloudLicensing`.adminCloudLicensing | null;
6149
+ @contains entra: entra | null;
6109
6150
  @contains people: peopleAdminSettings | null;
6110
6151
  @contains serviceAnnouncement: serviceAnnouncement | null;
6111
6152
  @contains sharepoint: sharepoint | null;
@@ -6138,6 +6179,9 @@ namespace reference.`microsoft.graph` {
6138
6179
  @entity model agentIdentity extends servicePrincipal {
6139
6180
  agentIdentityBlueprintId: string;
6140
6181
  @computed createdDateTime: offsetDateTime | null;
6182
+ managerApplications: guid;
6183
+ @references inheritedAppRoleAssignments: appRoleAssignment[];
6184
+ @references inheritedOauth2PermissionGrants: oAuth2PermissionGrant[];
6141
6185
  @references sponsors: directoryObject[];
6142
6186
  }
6143
6187
 
@@ -6149,6 +6193,7 @@ namespace reference.`microsoft.graph` {
6149
6193
 
6150
6194
  @open
6151
6195
  @entity model agentIdentityBlueprintPrincipal extends servicePrincipal {
6196
+ managerApplications: guid;
6152
6197
  @references sponsors: directoryObject[];
6153
6198
  }
6154
6199
 
@@ -6826,11 +6871,13 @@ namespace reference.`microsoft.graph` {
6826
6871
  body: chatMessageBody;
6827
6872
  channelIdentity: channelIdentity | null;
6828
6873
  chatId: string | null;
6874
+ citations: chatMessageCitation[] | null;
6829
6875
  @computed createdDateTime: offsetDateTime | null;
6830
6876
  deletedDateTime: offsetDateTime | null;
6831
6877
  etag: string | null;
6832
6878
  eventDetail: eventMessageDetail | null;
6833
6879
  from: chatMessageFromIdentitySet | null;
6880
+ hasReplies: boolean;
6834
6881
  importance: chatMessageImportance;
6835
6882
  @computed lastEditedDateTime: offsetDateTime | null;
6836
6883
  @computed lastModifiedDateTime: offsetDateTime | null;
@@ -7180,6 +7227,7 @@ namespace reference.`microsoft.graph` {
7180
7227
 
7181
7228
  @entity model crossTenantIdentitySyncPolicyPartner extends MsGraph.SharedModels.entity {
7182
7229
  displayName: string | null;
7230
+ groupSyncInbound: crossTenantGroupSyncInbound | null;
7183
7231
  @computed @key tenantId: string;
7184
7232
  userSyncInbound: crossTenantUserSyncInbound | null;
7185
7233
  }
@@ -7612,6 +7660,9 @@ namespace reference.`microsoft.graph` {
7612
7660
  @computed @key id: string;
7613
7661
  }
7614
7662
 
7663
+ @entity model entra extends entity {
7664
+ }
7665
+
7615
7666
  @entity model evaluateLabelJobResponse extends jobResponseBase {
7616
7667
  result: evaluateLabelJobResultGroup | null;
7617
7668
  }
@@ -9119,8 +9170,11 @@ namespace reference.`microsoft.graph` {
9119
9170
  placeId: string | null;
9120
9171
  }
9121
9172
 
9122
- @entity model planner extends entity {
9173
+ @entity model planner extends MsGraph.SharedModels.entity {
9123
9174
  @contains buckets: plannerBucket[];
9175
+
9176
+ @graphDeprecated("Tasks_And_Plans")
9177
+ @contains goals: plannerGoal[];
9124
9178
  @contains plans: plannerPlan[];
9125
9179
  @contains rosters: plannerRoster[];
9126
9180
  @contains tasks: plannerTask[];
@@ -9148,6 +9202,18 @@ namespace reference.`microsoft.graph` {
9148
9202
  @entity model plannerDelta extends entity {
9149
9203
  }
9150
9204
 
9205
+ @graphDeprecated("Tasks_And_Plans")
9206
+ @entity model plannerGoal extends plannerDelta {
9207
+ displayName: string;
9208
+ finishDate: offsetDateTime | null;
9209
+ notes: itemBody | null;
9210
+ planId: string;
9211
+ priority: int32 | null;
9212
+ startDate: offsetDateTime | null;
9213
+ status: plannerGoalStatus;
9214
+ @references tasks: plannerTask[];
9215
+ }
9216
+
9151
9217
  @entity model plannerGroup extends entity {
9152
9218
  @references plans: plannerPlan[];
9153
9219
  }
@@ -9168,6 +9234,9 @@ namespace reference.`microsoft.graph` {
9168
9234
  title: string;
9169
9235
  @references buckets: plannerBucket[];
9170
9236
  @contains details: plannerPlanDetails | null;
9237
+
9238
+ @graphDeprecated("Tasks_And_Plans")
9239
+ @references goals: plannerGoal[];
9171
9240
  @references tasks: plannerTask[];
9172
9241
  }
9173
9242
 
@@ -9208,6 +9277,9 @@ namespace reference.`microsoft.graph` {
9208
9277
  @computed createdDateTime: offsetDateTime | null;
9209
9278
  creationSource: plannerTaskCreation | null;
9210
9279
  dueDateTime: offsetDateTime | null;
9280
+
9281
+ @graphDeprecated("Tasks_And_Plans")
9282
+ goalIds: string[];
9211
9283
  hasChat: boolean;
9212
9284
  hasDescription: boolean | null;
9213
9285
  isArchived: boolean | null;
@@ -9705,6 +9777,9 @@ namespace reference.`microsoft.graph` {
9705
9777
  riskState: riskState;
9706
9778
  }
9707
9779
 
9780
+ @entity model riskyAgentDiscoveredAgentIdentity extends riskyAgent {
9781
+ }
9782
+
9708
9783
  @entity model riskyAgentIdentity extends riskyAgent {
9709
9784
  @references agentIdentity: agentIdentity | null;
9710
9785
  }
@@ -10690,7 +10765,7 @@ namespace reference.`microsoft.graph` {
10690
10765
  @contains teamDefinition: team | null;
10691
10766
  }
10692
10767
 
10693
- @entity model teamwork extends entity {
10768
+ @entity model teamwork extends MsGraph.SharedModels.entity {
10694
10769
  isTeamsEnabled: boolean;
10695
10770
  region: string | null;
10696
10771
  @contains deletedChats: deletedChat[];
@@ -11433,6 +11508,10 @@ namespace reference.`microsoft.graph` {
11433
11508
  @contains installedApps: userScopeTeamsAppInstallation[];
11434
11509
  }
11435
11510
 
11511
+ @entity model uxSetting extends entity {
11512
+ restrictNonAdminAccess: nonAdminSetting;
11513
+ }
11514
+
11436
11515
  @entity model verticalSection extends entity {
11437
11516
  emphasis: sectionEmphasisType | null;
11438
11517
  @contains webparts: webPart[];
@@ -11963,6 +12042,7 @@ namespace reference.`microsoft.graph` {
11963
12042
  unknownFutureValue: 2,
11964
12043
  agentIdentityBlueprintPrincipal: 3,
11965
12044
  user: 4,
12045
+ discoveredAgentIdentity: 5,
11966
12046
  }
11967
12047
 
11968
12048
  enum agentIdRiskLevel {
@@ -13551,6 +13631,12 @@ namespace reference.`microsoft.graph` {
13551
13631
  unknownFutureValue: 4,
13552
13632
  }
13553
13633
 
13634
+ enum nonAdminSetting {
13635
+ `false`: 0,
13636
+ `true`: 1,
13637
+ unknownFutureValue: 2,
13638
+ }
13639
+
13554
13640
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
13555
13641
  enum objectDefinitionMetadata {
13556
13642
  PropertyNameAccountEnabled: 0,
@@ -13844,6 +13930,15 @@ namespace reference.`microsoft.graph` {
13844
13930
  unknownFutureValue: 3,
13845
13931
  }
13846
13932
 
13933
+ enum plannerGoalStatus {
13934
+ notStarted: 0,
13935
+ onTrack: 1,
13936
+ behind: 2,
13937
+ atRisk: 3,
13938
+ closed: 4,
13939
+ unknownFutureValue: 5,
13940
+ }
13941
+
13847
13942
  enum plannerPlanAccessLevel {
13848
13943
  readAccess: 0,
13849
13944
  readWriteAccess: 1,
@@ -15502,6 +15597,10 @@ namespace reference.`microsoft.graph.identityGovernance` {
15502
15597
  targetSubject: workflowSubject | null;
15503
15598
  }
15504
15599
 
15600
+ @complex model directoryObjectWorkflowSubject extends workflowSubject {
15601
+ @references directoryObject: reference.`microsoft.graph`.directoryObject;
15602
+ }
15603
+
15505
15604
  @complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
15506
15605
  @references groups: reference.`microsoft.graph`.group[];
15507
15606
  }
@@ -15566,6 +15665,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
15566
15665
  totalUsers: int32;
15567
15666
  }
15568
15667
 
15668
+ @complex model subjectSummary {
15669
+ failedSubjects: int32;
15670
+ failedTasks: int32;
15671
+ successfulSubjects: int32;
15672
+ totalSubjects: int32;
15673
+ totalTasks: int32;
15674
+ }
15675
+
15569
15676
  @complex model taskReportSummary {
15570
15677
  failedTasks: int32;
15571
15678
  successfulTasks: int32;
@@ -15726,6 +15833,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
15726
15833
  scheduledDateTime: offsetDateTime;
15727
15834
  startedDateTime: offsetDateTime | null;
15728
15835
  subject: workflowSubject;
15836
+ subjectType: subjectType;
15729
15837
  totalTasksCount: int32;
15730
15838
  totalUnprocessedTasksCount: int32;
15731
15839
  workflowExecutionType: workflowExecutionType;
@@ -15825,6 +15933,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
15825
15933
  isEnabled: boolean;
15826
15934
  isSchedulingEnabled: boolean;
15827
15935
  @computed lastModifiedDateTime: offsetDateTime | null;
15936
+ targetSubjectType: subjectType;
15828
15937
  @references administrationScopeTargets: reference.`microsoft.graph`.directoryObject[];
15829
15938
  @references createdBy: reference.`microsoft.graph`.user | null;
15830
15939
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
@@ -15917,6 +16026,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
15917
16026
  unknownFutureValue: 4,
15918
16027
  }
15919
16028
 
16029
+ @graphFlags
16030
+ enum subjectType {
16031
+ user: 1,
16032
+ unknownFutureValue: 8,
16033
+ provisioningObject: 16,
16034
+ }
16035
+
15920
16036
  enum valueType {
15921
16037
  `enum`: 0,
15922
16038
  `string`: 1,
@@ -16088,6 +16204,19 @@ namespace reference.`microsoft.graph.security` {
16088
16204
  registry: string | null;
16089
16205
  }
16090
16206
 
16207
+ @complex model createAlertInput {
16208
+ category: string;
16209
+ description: string;
16210
+ entityDefinitions: entityDefinition[];
16211
+ isExcludedFromCorrelation: boolean;
16212
+ linkToIncident: int64 | null;
16213
+ mitreTechniques: string[];
16214
+ recommendedActions: string | null;
16215
+ sentinelWorkspace: string | null;
16216
+ severity: alertSeverity;
16217
+ title: string;
16218
+ }
16219
+
16091
16220
  @complex model detectionAction {
16092
16221
  alertTemplate: alertTemplate;
16093
16222
  organizationalScope: organizationalScope | null;
@@ -16144,6 +16273,13 @@ namespace reference.`microsoft.graph.security` {
16144
16273
  emailAddress: string | null;
16145
16274
  }
16146
16275
 
16276
+ @complex model entityDefinition {
16277
+ entityIdentifier: string;
16278
+ entityType: manualAlertEntityType;
16279
+ identifierValue: string;
16280
+ role: entityDefinitionInputRole;
16281
+ }
16282
+
16147
16283
  @complex model eventPropagationResult {
16148
16284
  location: string | null;
16149
16285
  serviceName: string | null;
@@ -6067,6 +6067,7 @@ namespace reference.`microsoft.graph` {
6067
6067
  joinMeetingIdSettings: joinMeetingIdSettings | null;
6068
6068
  joinWebUrl: string | null;
6069
6069
  lobbyBypassSettings: lobbyBypassSettings | null;
6070
+ meetingType: onlineMeetingType | null;
6070
6071
  recordAutomatically: boolean | null;
6071
6072
  shareMeetingChatHistoryDefault: meetingChatHistoryDefaultMode | null;
6072
6073
  subject: string | null;
@@ -7289,7 +7290,7 @@ namespace reference.`microsoft.graph` {
7289
7290
  @entity model teamsTemplate extends entity {
7290
7291
  }
7291
7292
 
7292
- @entity model teamwork extends entity {
7293
+ @entity model teamwork extends MsGraph.SharedModels.entity {
7293
7294
  isTeamsEnabled: boolean;
7294
7295
  region: string | null;
7295
7296
  @contains deletedChats: deletedChat[];
@@ -9564,6 +9565,15 @@ namespace reference.`microsoft.graph` {
9564
9565
  coorganizer: 4,
9565
9566
  }
9566
9567
 
9568
+ enum onlineMeetingType {
9569
+ adhoc: 0,
9570
+ scheduled: 1,
9571
+ recurring: 2,
9572
+ broadcast: 3,
9573
+ meetnow: 4,
9574
+ unknownFutureValue: 5,
9575
+ }
9576
+
9567
9577
  @graphFlags
9568
9578
  enum onlineMeetingVideoDisabledReason {
9569
9579
  watermarkProtection: 1,
@@ -10710,6 +10720,17 @@ namespace reference.`microsoft.graph.identityGovernance` {
10710
10720
  triggerAttributes: triggerAttribute[];
10711
10721
  }
10712
10722
 
10723
+ @complex model attributeSetEntry {
10724
+ name: string;
10725
+ value: string | null;
10726
+ }
10727
+
10728
+ @complex model awaitedWorkflowProcessingResult {
10729
+ processingStatus: lifecycleWorkflowProcessingStatus;
10730
+ statusReasons: string[];
10731
+ subject: workflowSubject | null;
10732
+ }
10733
+
10713
10734
  @complex model countBasedQuarantineCondition extends quarantineCondition {
10714
10735
  threshold: int64;
10715
10736
  }
@@ -10723,12 +10744,23 @@ namespace reference.`microsoft.graph.identityGovernance` {
10723
10744
  }
10724
10745
 
10725
10746
  @complex model customTaskExtensionCalloutData extends reference.`microsoft.graph`.customExtensionData {
10747
+ targetSubject: workflowSubject | null;
10726
10748
  @references subject: reference.`microsoft.graph`.user | null;
10727
10749
  @references task: task | null;
10728
10750
  @references taskProcessingresult: taskProcessingResult | null;
10729
10751
  @references workflow: workflow | null;
10730
10752
  }
10731
10753
 
10754
+ @complex model customTaskExtensionResponseData extends reference.`microsoft.graph`.customExtensionData {
10755
+ operationStatus: customTaskExtensionOperationStatus;
10756
+ statusReasons: string[];
10757
+ targetSubject: workflowSubject | null;
10758
+ }
10759
+
10760
+ @complex model directoryObjectWorkflowSubject extends workflowSubject {
10761
+ @references directoryObject: reference.`microsoft.graph`.directoryObject;
10762
+ }
10763
+
10732
10764
  @complex model groupBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
10733
10765
  @references groups: reference.`microsoft.graph`.group[];
10734
10766
  }
@@ -10757,6 +10789,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
10757
10789
  taskId: string;
10758
10790
  }
10759
10791
 
10792
+ @complex model provisioningAttributeMapping extends workflowExecutionConditions {
10793
+ }
10794
+
10795
+ @complex model provisioningObjectWorkflowSubject extends workflowSubject {
10796
+ attributeSetEntries: attributeSetEntry[];
10797
+ id: string;
10798
+ }
10799
+
10760
10800
  @abstract
10761
10801
  @complex model quarantineCondition {
10762
10802
  }
@@ -10785,6 +10825,14 @@ namespace reference.`microsoft.graph.identityGovernance` {
10785
10825
  totalUsers: int32;
10786
10826
  }
10787
10827
 
10828
+ @complex model subjectSummary {
10829
+ failedSubjects: int32;
10830
+ failedTasks: int32;
10831
+ successfulSubjects: int32;
10832
+ totalSubjects: int32;
10833
+ totalTasks: int32;
10834
+ }
10835
+
10788
10836
  @complex model taskReportSummary {
10789
10837
  failedTasks: int32;
10790
10838
  successfulTasks: int32;
@@ -10886,10 +10934,15 @@ namespace reference.`microsoft.graph.identityGovernance` {
10886
10934
  totalUsers: int32;
10887
10935
  }
10888
10936
 
10937
+ @abstract
10938
+ @complex model workflowSubject {
10939
+ }
10940
+
10889
10941
  @entity model customTaskExtension extends reference.`microsoft.graph`.customCalloutExtension {
10890
10942
  callbackConfiguration: reference.`microsoft.graph`.customExtensionCallbackConfiguration | null;
10891
10943
  @computed createdDateTime: offsetDateTime | null;
10892
10944
  @computed lastModifiedDateTime: offsetDateTime | null;
10945
+ replyMode: customTaskExtensionReplyMode;
10893
10946
  @references createdBy: reference.`microsoft.graph`.user | null;
10894
10947
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
10895
10948
  }
@@ -10928,10 +10981,27 @@ namespace reference.`microsoft.graph.identityGovernance` {
10928
10981
  totalUsersCount: int32;
10929
10982
  workflowExecutionType: workflowExecutionType;
10930
10983
  @references reprocessedRuns: run[];
10984
+ @contains subjectProcessingResults: subjectProcessingResult[];
10931
10985
  @contains taskProcessingResults: taskProcessingResult[];
10932
10986
  @contains userProcessingResults: userProcessingResult[];
10933
10987
  }
10934
10988
 
10989
+ @entity model subjectProcessingResult extends reference.`microsoft.graph`.entity {
10990
+ completedDateTime: offsetDateTime | null;
10991
+ failedTasksCount: int32;
10992
+ processingStatus: lifecycleWorkflowProcessingStatus;
10993
+ scheduledDateTime: offsetDateTime;
10994
+ startedDateTime: offsetDateTime | null;
10995
+ subject: workflowSubject;
10996
+ subjectType: subjectType;
10997
+ totalTasksCount: int32;
10998
+ totalUnprocessedTasksCount: int32;
10999
+ workflowExecutionType: workflowExecutionType;
11000
+ workflowVersion: int32;
11001
+ @references reprocessedRuns: run[];
11002
+ @contains taskProcessingResults: taskProcessingResult[];
11003
+ }
11004
+
10935
11005
  @entity model task extends reference.`microsoft.graph`.entity {
10936
11006
  arguments: reference.`microsoft.graph`.keyValuePair[];
10937
11007
  category: lifecycleTaskCategory;
@@ -10960,6 +11030,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
10960
11030
  processingInfo: string | null;
10961
11031
  processingStatus: lifecycleWorkflowProcessingStatus;
10962
11032
  startedDateTime: offsetDateTime | null;
11033
+ workflowSubject: workflowSubject | null;
10963
11034
  @references subject: reference.`microsoft.graph`.user;
10964
11035
  @references task: task;
10965
11036
  }
@@ -11004,6 +11075,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11004
11075
  @references executionScope: userProcessingResult[];
11005
11076
  @references previewScope: reference.`microsoft.graph`.directoryObject[];
11006
11077
  @contains runs: run[];
11078
+ @contains subjectProcessingResults: subjectProcessingResult[];
11007
11079
  @contains taskReports: taskReport[];
11008
11080
  @contains userProcessingResults: userProcessingResult[];
11009
11081
  @contains versions: workflowVersion[];
@@ -11019,6 +11091,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11019
11091
  isEnabled: boolean;
11020
11092
  isSchedulingEnabled: boolean;
11021
11093
  @computed lastModifiedDateTime: offsetDateTime | null;
11094
+ targetSubjectType: subjectType;
11022
11095
  @references administrationScopeTargets: reference.`microsoft.graph`.directoryObject[];
11023
11096
  @references createdBy: reference.`microsoft.graph`.user | null;
11024
11097
  @references lastModifiedBy: reference.`microsoft.graph`.user | null;
@@ -11056,12 +11129,20 @@ namespace reference.`microsoft.graph.identityGovernance` {
11056
11129
  unknownFutureValue: 2,
11057
11130
  }
11058
11131
 
11132
+ enum customTaskExtensionReplyMode {
11133
+ none: 0,
11134
+ callback: 1,
11135
+ response: 2,
11136
+ unknownFutureValue: 3,
11137
+ }
11138
+
11059
11139
  @graphFlags
11060
11140
  enum lifecycleTaskCategory {
11061
11141
  joiner: 1,
11062
11142
  leaver: 2,
11063
11143
  unknownFutureValue: 4,
11064
11144
  mover: 8,
11145
+ extensibility: 16,
11065
11146
  }
11066
11147
 
11067
11148
  enum lifecycleWorkflowCategory {
@@ -11069,6 +11150,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11069
11150
  leaver: 1,
11070
11151
  unknownFutureValue: 2,
11071
11152
  mover: 3,
11153
+ extensibility: 4,
11072
11154
  }
11073
11155
 
11074
11156
  enum lifecycleWorkflowProcessingStatus {
@@ -11102,6 +11184,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
11102
11184
  unknownFutureValue: 4,
11103
11185
  }
11104
11186
 
11187
+ @graphFlags
11188
+ enum subjectType {
11189
+ user: 1,
11190
+ unknownFutureValue: 8,
11191
+ provisioningObject: 16,
11192
+ }
11193
+
11105
11194
  enum valueType {
11106
11195
  `enum`: 0,
11107
11196
  `string`: 1,
@@ -11116,6 +11205,7 @@ namespace reference.`microsoft.graph.identityGovernance` {
11116
11205
  unknownFutureValue: 2,
11117
11206
  activatedWithScope: 3,
11118
11207
  preview: 4,
11208
+ extensibilityOnDemand: 5,
11119
11209
  }
11120
11210
 
11121
11211
  enum workflowTriggerTimeBasedAttribute {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/typespec-msgraph-reference",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Reference models for Microsoft Graph across multiple clouds",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@typespec/compiler": "~1.14.0",
75
75
  "@typespec/http": "~1.14.0",
76
- "@microsoft/typespec-msgraph": "1.3.0"
76
+ "@microsoft/typespec-msgraph": "1.4.1"
77
77
  },
78
78
  "devDependencies": {
79
79
  "typescript": "~5.9.2"