@microsoft/typespec-msgraph-reference 1.0.2 → 1.0.3

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,19 +8,23 @@ 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.")
12
+ // Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
11
13
  @privatePreviewDefinition("photoEditPolicy", "2024-02-16", "2025-02-16", "<theOwner>")
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.")
15
+ // Metadata item DeprecatedDefinition_SynchronizationSecret_Deprecation was already defined with a different value.
12
16
  @deprecatedDefinition("AccessReviewReportBreakingChanges", "<ChangeLogCategory>", "2021-07-30", "2022-01-30", "This property is being deprecated. Use the fulfilledDateTime value in the individual report instance instead")
13
17
  // Metadata item DeprecatedDefinition_AccessReviewReportBreakingChanges was already defined with a different value.
14
18
  @deprecatedDefinition("AuthenticationStrengthsRemove", "<ChangeLogCategory>", "2023-02-01", "2023-03-31", "The 'authenticationStrengths' segment is deprecated. Please use 'authenticationStrength' instead.")
15
19
  @deprecatedDefinition("credentialUserRegistrationDetails", "<ChangeLogCategory>", "2023-06-21", "2024-06-30", "The Reporting userCredentialUsageDetails API is deprecated and will stop returning data on June 30, 2025. Please use the new userEventsSummary API.")
16
20
  // Metadata item DeprecatedDefinition_credentialUserRegistrationDetails was already defined with a different value.
17
21
  @deprecatedDefinition("DirectoryFeatureRolloutPolicies", "<ChangeLogCategory>", "2021-03-26", "2021-06-30", "Feature Rollout Policies have been grouped with other policies under /policies. The existing /directory/featureRolloutPolicies is deprecated and will stop returning data on 06/30/2021. Please use /policies/featureRolloutPolicies.")
22
+ @deprecatedDefinition("Removal", "<ChangeLogCategory>", "2023-12-05", "2025-12-05", "The users enum value is deprecated. Use specificPeople instead.")
23
+ // Metadata item DeprecatedDefinition_Removal was already defined with a different value.
18
24
  @deprecatedDefinition("Beta:ItemInsightsOranizationSettings", "<ChangeLogCategory>", "2023-10-17", "2024-01-01", "The Organization ItemInsights endpoint will stop returning data on January 1st, 2024. Please use the new Admin People ItemInsights endpoint.")
19
25
  @deprecatedDefinition("Outlook_Tasks", "<ChangeLogCategory>", "2021-02-20", "2023-02-20", "The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/")
20
26
  @deprecatedDefinition("CreationDateTime", "<ChangeLogCategory>", "2023-03-27", "2023-06-22", "The creationDateTime property is deprecated and will stop returning data on December 31, 2020. Please use the createdDateTime property.")
21
- @deprecatedDefinition("Removal", "<ChangeLogCategory>", "2021-09-03", "2023-10-01", "The grantedToIdentities property is deprecated. Please refer to grantedToIdentitiesV2")
22
- // Metadata item DeprecatedDefinition_Removal was already defined with a different value.
23
- @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.")
27
+ @deprecatedDefinition("PIM_Iteration2_Deprecation", "<ChangeLogCategory>", "2025-10-27", "2026-10-28", "The PIM Iteration 2 beta API is deprecated and will be removed on October 28, 2026. Please migrate to PIM Iteration 3 API.")
24
28
  @deprecatedDefinition("accountEnabledDeprecated", "<ChangeLogCategory>", "2023-02-23", "2023-07-12", "The accountEnabled field will soon be deprecated on 2023-07-12. Please use isEnabled instead.")
25
29
  @deprecatedDefinition("Reporting", "<ChangeLogCategory>", "2021-01-12", "2021-07-12", "The riskEventTypes field will soon be deprecated on 2021-07-12. Please use riskEventTypes_v2 instead.")
26
30
  // Metadata item DeprecatedDefinition_Reporting was already defined with a different value.
@@ -734,6 +738,11 @@ namespace reference.`microsoft.graph` {
734
738
  @complex model booleanColumn {
735
739
  }
736
740
 
741
+ @complex model bundle {
742
+ album: album | null;
743
+ childCount: int32 | null;
744
+ }
745
+
737
746
  @complex model businessFlowSettings extends accessReviewSettings {
738
747
  durationInDays: int32;
739
748
  }
@@ -1190,6 +1199,10 @@ namespace reference.`microsoft.graph` {
1190
1199
  url: string | null;
1191
1200
  }
1192
1201
 
1202
+ @complex model connectivityParameterEntry {
1203
+ value: string | null;
1204
+ }
1205
+
1193
1206
  @complex model containerFilter {
1194
1207
  includedContainers: string[] | null;
1195
1208
  }
@@ -1215,6 +1228,16 @@ namespace reference.`microsoft.graph` {
1215
1228
  @complex model contentMetadata {
1216
1229
  }
1217
1230
 
1231
+ @complex model contentModelUsage {
1232
+ createdBy: identitySet | null;
1233
+ @computed createdDateTime: offsetDateTime | null;
1234
+ driveId: string | null;
1235
+ lastModifiedBy: identitySet | null;
1236
+ @computed lastModifiedDateTime: offsetDateTime | null;
1237
+ modelId: string | null;
1238
+ modelVersion: string | null;
1239
+ }
1240
+
1218
1241
  @complex model contentProperties {
1219
1242
  extensions: string[] | null;
1220
1243
  lastModifiedBy: string | null;
@@ -1430,6 +1453,12 @@ namespace reference.`microsoft.graph` {
1430
1453
  @complex model defaultInvitationRedemptionIdentityProviderConfiguration extends invitationRedemptionIdentityProviderConfiguration {
1431
1454
  }
1432
1455
 
1456
+ @complex model defaultSharingLink {
1457
+ defaultToExistingAccess: boolean | null;
1458
+ role: sharingRole | null;
1459
+ scope: sharingScope | null;
1460
+ }
1461
+
1433
1462
  @complex model defaultUserRolePermissions {
1434
1463
  allowedToCreateApps: boolean;
1435
1464
  allowedToCreateSecurityGroups: boolean;
@@ -1544,6 +1573,13 @@ namespace reference.`microsoft.graph` {
1544
1573
  used: int32 | null;
1545
1574
  }
1546
1575
 
1576
+ @complex model directSharingAbilities {
1577
+ addExistingExternalUsers: sharingOperationStatus | null;
1578
+ addInternalUsers: sharingOperationStatus | null;
1579
+ addNewExternalUsers: sharingOperationStatus | null;
1580
+ requestGrantAccess: sharingOperationStatus | null;
1581
+ }
1582
+
1547
1583
  @complex model disableAndDeleteUserApplyAction extends accessReviewApplyAction {
1548
1584
  }
1549
1585
 
@@ -1620,6 +1656,16 @@ namespace reference.`microsoft.graph` {
1620
1656
  status: string | null;
1621
1657
  }
1622
1658
 
1659
+ @complex model driveItemAccessOperationsViewpoint {
1660
+ canComment: boolean | null;
1661
+ canCreateFile: boolean | null;
1662
+ canCreateFolder: boolean | null;
1663
+ canDelete: boolean | null;
1664
+ canDownload: boolean | null;
1665
+ canRead: boolean | null;
1666
+ canUpdate: boolean | null;
1667
+ }
1668
+
1623
1669
  @complex model driveItemSource {
1624
1670
  application: driveItemSourceApplication | null;
1625
1671
  externalId: string | null;
@@ -1634,6 +1680,11 @@ namespace reference.`microsoft.graph` {
1634
1680
  name: string | null;
1635
1681
  }
1636
1682
 
1683
+ @complex model driveItemViewpoint {
1684
+ accessOperations: driveItemAccessOperationsViewpoint | null;
1685
+ sharing: sharingViewpoint | null;
1686
+ }
1687
+
1637
1688
  @complex model driveRecipient {
1638
1689
  `alias`: string | null;
1639
1690
  email: string | null;
@@ -1798,6 +1849,7 @@ namespace reference.`microsoft.graph` {
1798
1849
  }
1799
1850
 
1800
1851
  @complex model file {
1852
+ archiveStatus: fileArchiveStatus;
1801
1853
  hashes: hashes | null;
1802
1854
  mimeType: string | null;
1803
1855
  processingMetadata: boolean | null;
@@ -1815,6 +1867,55 @@ namespace reference.`microsoft.graph` {
1815
1867
  riskScore: string | null;
1816
1868
  }
1817
1869
 
1870
+ @open
1871
+ @complex model fileStorageContainerCustomPropertyDictionary extends Dictionary {
1872
+ }
1873
+
1874
+ @complex model fileStorageContainerCustomPropertyValue {
1875
+ isSearchable: boolean | null;
1876
+ value: string;
1877
+ }
1878
+
1879
+ @complex model fileStorageContainerSettings {
1880
+ isItemVersioningEnabled: boolean | null;
1881
+ isOcrEnabled: boolean | null;
1882
+ itemDefaultSensitivityLabelId: string | null;
1883
+ itemMajorVersionLimit: int32 | null;
1884
+ }
1885
+
1886
+ @complex model fileStorageContainerTypeAgentSettings {
1887
+ chatEmbedAllowedHosts: string[];
1888
+ }
1889
+
1890
+ @complex model fileStorageContainerTypeRegistrationSettings {
1891
+ agent: fileStorageContainerTypeAgentSettings | null;
1892
+ isDiscoverabilityEnabled: boolean | null;
1893
+ isItemVersioningEnabled: boolean | null;
1894
+ isSearchEnabled: boolean | null;
1895
+ isSharingRestricted: boolean | null;
1896
+ itemMajorVersionLimit: int64 | null;
1897
+ maxStoragePerContainerInBytes: int64 | null;
1898
+ sharingCapability: sharingCapabilities | null;
1899
+ urlTemplate: string | null;
1900
+ }
1901
+
1902
+ @complex model fileStorageContainerTypeSettings {
1903
+ agent: fileStorageContainerTypeAgentSettings | null;
1904
+ consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
1905
+ isDiscoverabilityEnabled: boolean | null;
1906
+ isItemVersioningEnabled: boolean | null;
1907
+ isSearchEnabled: boolean | null;
1908
+ isSharingRestricted: boolean | null;
1909
+ itemMajorVersionLimit: int64 | null;
1910
+ maxStoragePerContainerInBytes: int64 | null;
1911
+ sharingCapability: sharingCapabilities | null;
1912
+ urlTemplate: string | null;
1913
+ }
1914
+
1915
+ @complex model fileStorageContainerViewpoint {
1916
+ effectiveRole: string;
1917
+ }
1918
+
1818
1919
  @complex model fileSystemInfo {
1819
1920
  @computed createdDateTime: offsetDateTime | null;
1820
1921
  @computed lastAccessedDateTime: offsetDateTime | null;
@@ -1942,6 +2043,11 @@ namespace reference.`microsoft.graph` {
1942
2043
  includedGroups: string[] | null;
1943
2044
  }
1944
2045
 
2046
+ @open
2047
+ @complex model groupIdentity extends identity {
2048
+ mailNickname: string | null;
2049
+ }
2050
+
1945
2051
  @complex model groupMembers extends userSet {
1946
2052
  description: string | null;
1947
2053
  id: string | null;
@@ -2007,6 +2113,12 @@ namespace reference.`microsoft.graph` {
2007
2113
  id: string | null;
2008
2114
  }
2009
2115
 
2116
+ @complex model identityInput {
2117
+ `alias`: string | null;
2118
+ email: string | null;
2119
+ objectId: string | null;
2120
+ }
2121
+
2010
2122
  @open
2011
2123
  @complex model identitySet {
2012
2124
  application: identity | null;
@@ -2059,6 +2171,11 @@ namespace reference.`microsoft.graph` {
2059
2171
  singleSignOnDocumentationUrl: string | null;
2060
2172
  }
2061
2173
 
2174
+ @complex model informationBarrier {
2175
+ mode: informationBarrierMode;
2176
+ segmentIds: guid;
2177
+ }
2178
+
2062
2179
  @abstract
2063
2180
  @complex model inheritableScopes {
2064
2181
  kind: scopeCollectionKind;
@@ -2081,6 +2198,17 @@ namespace reference.`microsoft.graph` {
2081
2198
  webUrl: string | null;
2082
2199
  }
2083
2200
 
2201
+ @complex model integerRange {
2202
+ end: int64 | null;
2203
+
2204
+ @graphDeprecated("Tasks_And_Plans")
2205
+ maximum: int64 | null;
2206
+
2207
+ @graphDeprecated("Tasks_And_Plans")
2208
+ minimum: int64 | null;
2209
+ start: int64 | null;
2210
+ }
2211
+
2084
2212
  @complex model internalSponsors extends userSet {
2085
2213
  }
2086
2214
 
@@ -2166,6 +2294,12 @@ namespace reference.`microsoft.graph` {
2166
2294
  version: versionAction | null;
2167
2295
  }
2168
2296
 
2297
+ @open
2298
+ @complex model itemActionStat {
2299
+ actionCount: int32 | null;
2300
+ actorCount: int32 | null;
2301
+ }
2302
+
2169
2303
  @complex model itemActivityTimeSet {
2170
2304
  @computed lastRecordedDateTime: offsetDateTime | null;
2171
2305
  observedDateTime: offsetDateTime | null;
@@ -2188,7 +2322,6 @@ namespace reference.`microsoft.graph` {
2188
2322
  driveType: string | null;
2189
2323
  id: string | null;
2190
2324
  name: string | null;
2191
- parent: itemReference | null;
2192
2325
  path: string | null;
2193
2326
  shareId: string | null;
2194
2327
  sharepointIds: sharepointIds | null;
@@ -2264,6 +2397,27 @@ namespace reference.`microsoft.graph` {
2264
2397
  tokenDetails: tokenDetails | null;
2265
2398
  }
2266
2399
 
2400
+ @complex model linkRoleAbilities {
2401
+ addExistingExternalUsers: sharingOperationStatus | null;
2402
+ addNewExternalUsers: sharingOperationStatus | null;
2403
+ applyVariants: sharingLinkVariants | null;
2404
+ createLink: sharingOperationStatus | null;
2405
+ deleteLink: sharingOperationStatus | null;
2406
+ linkAllowsExternalUsers: sharingOperationStatus | null;
2407
+ linkExpiration: sharingLinkExpirationStatus | null;
2408
+ retrieveLink: sharingOperationStatus | null;
2409
+ updateLink: sharingOperationStatus | null;
2410
+ }
2411
+
2412
+ @complex model linkScopeAbilities {
2413
+ blockDownloadLinkAbilities: linkRoleAbilities | null;
2414
+ editLinkAbilities: linkRoleAbilities;
2415
+ manageListLinkAbilities: linkRoleAbilities | null;
2416
+ readLinkAbilities: linkRoleAbilities;
2417
+ reviewLinkAbilities: linkRoleAbilities | null;
2418
+ submitOnlyLinkAbilities: linkRoleAbilities | null;
2419
+ }
2420
+
2267
2421
  @complex model listInfo {
2268
2422
  contentTypesEnabled: boolean | null;
2269
2423
  hidden: boolean | null;
@@ -2768,6 +2922,7 @@ namespace reference.`microsoft.graph` {
2768
2922
  onPremisesApplicationSegments: onPremisesApplicationSegment[] | null;
2769
2923
  segmentsConfiguration: segmentConfiguration | null;
2770
2924
  singleSignOnSettings: onPremisesPublishingSingleSignOn | null;
2925
+ trafficRoutingMethod: trafficRoutingMethod;
2771
2926
  useAlternateUrlForTranslationAndRedirect: boolean | null;
2772
2927
  verifiedCustomDomainCertificatesMetadata: verifiedCustomDomainCertificatesMetadata | null;
2773
2928
  verifiedCustomDomainKeyCredential: keyCredential | null;
@@ -2935,6 +3090,11 @@ namespace reference.`microsoft.graph` {
2935
3090
  displayAs: string | null;
2936
3091
  }
2937
3092
 
3093
+ @complex model perTenantTrafficSegmentsOverride {
3094
+ percentage: int32;
3095
+ tenantId: guid;
3096
+ }
3097
+
2938
3098
  @complex model phone {
2939
3099
  number: string | null;
2940
3100
  type: phoneType | null;
@@ -3408,6 +3568,10 @@ namespace reference.`microsoft.graph` {
3408
3568
  type: recurrenceRangeType | null;
3409
3569
  }
3410
3570
 
3571
+ @complex model recycleBinSettings {
3572
+ retentionPeriodOverrideDays: int32 | null;
3573
+ }
3574
+
3411
3575
  @complex model referencedObject {
3412
3576
  referencedObjectName: string | null;
3413
3577
  referencedProperty: string | null;
@@ -3789,14 +3953,48 @@ namespace reference.`microsoft.graph` {
3789
3953
  sharedDateTime: offsetDateTime | null;
3790
3954
  }
3791
3955
 
3956
+ @complex model sharePointApiUsageDataPoint {
3957
+ activeApps: int32 | null;
3958
+ appId: string | null;
3959
+ serviceArea: string | null;
3960
+ tenantId: string | null;
3961
+ usageDateTime: offsetDateTime | null;
3962
+ usageMB: int64 | null;
3963
+ usageRequests: int64 | null;
3964
+ }
3965
+
3966
+ @complex model sharePointApiUsageReport {
3967
+ dataPoints: sharePointApiUsageDataPoint[];
3968
+ }
3969
+
3970
+ @open
3971
+ @complex model sharePointGroupIdentity extends identity {
3972
+ principalId: string | null;
3973
+ title: string | null;
3974
+ }
3975
+
3976
+ @complex model sharePointGroupMigrationTaskParameters extends sharePointMigrationTaskParameters {
3977
+ sourceGroupIdentity: groupIdentity | null;
3978
+ targetGroupIdentity: groupIdentity | null;
3979
+ }
3980
+
3792
3981
  @open
3793
3982
  @complex model sharePointIdentity extends identity {
3794
3983
  loginName: string | null;
3795
3984
  }
3796
3985
 
3986
+ @complex model sharePointIdentityMappingGroupMigrationData {
3987
+ mailNickname: string | null;
3988
+ }
3989
+
3990
+ @complex model sharePointIdentityMappingUserMigrationData {
3991
+ email: string | null;
3992
+ }
3993
+
3797
3994
  @open
3798
3995
  @complex model sharePointIdentitySet extends identitySet {
3799
3996
  group: identity | null;
3997
+ sharePointGroup: sharePointGroupIdentity | null;
3800
3998
  siteGroup: sharePointIdentity | null;
3801
3999
  siteUser: sharePointIdentity | null;
3802
4000
  }
@@ -3811,6 +4009,38 @@ namespace reference.`microsoft.graph` {
3811
4009
  webId: string | null;
3812
4010
  }
3813
4011
 
4012
+ @complex model sharePointMigrationContainerInfo {
4013
+ dataContainerUri: string;
4014
+ encryptionKey: string;
4015
+ metadataContainerUri: string;
4016
+ }
4017
+
4018
+ @complex model sharePointMigrationTaskParameters {
4019
+ preferredLatestStartDateTime: offsetDateTime | null;
4020
+ preferredStartDateTime: offsetDateTime | null;
4021
+ sourceSiteUrl: string | null;
4022
+ targetDataLocationCode: string | null;
4023
+ targetOrganizationHost: string | null;
4024
+ targetOrganizationId: guid | null;
4025
+ targetSiteUrl: string | null;
4026
+ validateOnly: boolean | null;
4027
+ }
4028
+
4029
+ @complex model sharePointSharingAbilities {
4030
+ anyoneLinkAbilities: linkScopeAbilities | null;
4031
+ directSharingAbilities: directSharingAbilities | null;
4032
+ organizationLinkAbilities: linkScopeAbilities | null;
4033
+ specificPeopleLinkAbilities: linkScopeAbilities | null;
4034
+ }
4035
+
4036
+ @complex model sharePointSiteMigrationTaskParameters extends sharePointMigrationTaskParameters {
4037
+ }
4038
+
4039
+ @complex model sharePointUserMigrationTaskParameters extends sharePointMigrationTaskParameters {
4040
+ sourceUserIdentity: userIdentity | null;
4041
+ targetUserIdentity: userIdentity | null;
4042
+ }
4043
+
3814
4044
  @complex model sharingInvitation {
3815
4045
  email: string | null;
3816
4046
  invitedBy: identitySet | null;
@@ -3828,6 +4058,29 @@ namespace reference.`microsoft.graph` {
3828
4058
  webUrl: string | null;
3829
4059
  }
3830
4060
 
4061
+ @complex model sharingLinkExpirationStatus {
4062
+ defaultExpirationInDays: int32 | null;
4063
+ disabledReason: string | null;
4064
+ enabled: boolean | null;
4065
+ }
4066
+
4067
+ @complex model sharingLinkVariants {
4068
+ addressBarLinkPermission: sharingRole | null;
4069
+ allowEmbed: sharingOperationStatus | null;
4070
+ passwordProtected: sharingOperationStatus | null;
4071
+ requiresAuthentication: sharingOperationStatus | null;
4072
+ }
4073
+
4074
+ @complex model sharingOperationStatus {
4075
+ disabledReason: string | null;
4076
+ enabled: boolean | null;
4077
+ }
4078
+
4079
+ @complex model sharingViewpoint {
4080
+ defaultSharingLink: defaultSharingLink;
4081
+ sharingAbilities: sharePointSharingAbilities;
4082
+ }
4083
+
3831
4084
  @complex model signInActivity {
3832
4085
  @computed lastNonInteractiveSignInDateTime: offsetDateTime | null;
3833
4086
  lastNonInteractiveSignInRequestId: string | null;
@@ -3903,6 +4156,8 @@ namespace reference.`microsoft.graph` {
3903
4156
  }
3904
4157
 
3905
4158
  @complex model siteArchivalDetails {
4159
+ archivedBy: identitySet | null;
4160
+ archivedDateTime: offsetDateTime | null;
3906
4161
  archiveStatus: siteArchiveStatus | null;
3907
4162
  }
3908
4163
 
@@ -4042,6 +4297,7 @@ namespace reference.`microsoft.graph` {
4042
4297
  state: synchronizationScheduleState;
4043
4298
  }
4044
4299
 
4300
+ @graphDeprecated("SynchronizationSecret_Deprecation")
4045
4301
  @complex model synchronizationSecretKeyStringValuePair {
4046
4302
  key: synchronizationSecret;
4047
4303
  value: string | null;
@@ -4871,6 +5127,71 @@ namespace reference.`microsoft.graph` {
4871
5127
  type: websiteType | null;
4872
5128
  }
4873
5129
 
5130
+ @complex model workbookCommentMention {
5131
+ email: string | null;
5132
+ id: int32;
5133
+ name: string | null;
5134
+ }
5135
+
5136
+ @complex model workbookFilterCriteria {
5137
+ color: string | null;
5138
+ criterion1: string | null;
5139
+ criterion2: string | null;
5140
+ dynamicCriteria: string;
5141
+ filterOn: string;
5142
+ icon: workbookIcon | null;
5143
+ operator: string;
5144
+ values: Json | null;
5145
+ }
5146
+
5147
+ @complex model workbookFilterDatetime {
5148
+ date: string | null;
5149
+ specificity: string;
5150
+ }
5151
+
5152
+ @complex model workbookIcon {
5153
+ index: int32;
5154
+ set: string;
5155
+ }
5156
+
5157
+ @complex model workbookOperationError {
5158
+ code: string | null;
5159
+ innerError: workbookOperationError | null;
5160
+ message: string | null;
5161
+ }
5162
+
5163
+ @complex model workbookRangeReference {
5164
+ address: string | null;
5165
+ }
5166
+
5167
+ @complex model workbookSessionInfo {
5168
+ id: string | null;
5169
+ persistChanges: boolean | null;
5170
+ }
5171
+
5172
+ @complex model workbookSortField {
5173
+ ascending: boolean;
5174
+ color: string | null;
5175
+ dataOption: string;
5176
+ icon: workbookIcon | null;
5177
+ key: int32;
5178
+ sortOn: string;
5179
+ }
5180
+
5181
+ @complex model workbookWorksheetProtectionOptions {
5182
+ allowAutoFilter: boolean;
5183
+ allowDeleteColumns: boolean;
5184
+ allowDeleteRows: boolean;
5185
+ allowFormatCells: boolean;
5186
+ allowFormatColumns: boolean;
5187
+ allowFormatRows: boolean;
5188
+ allowInsertColumns: boolean;
5189
+ allowInsertHyperlinks: boolean;
5190
+ allowInsertRows: boolean;
5191
+ allowPivotTables: boolean;
5192
+ allowSort: boolean;
5193
+ }
5194
+
4874
5195
  @complex model workingHours {
4875
5196
  daysOfWeek: dayOfWeek[] | null;
4876
5197
  endTime: offsetDateTime | null;
@@ -5864,6 +6185,11 @@ namespace reference.`microsoft.graph` {
5864
6185
  @contains verticalSection: verticalSection | null;
5865
6186
  }
5866
6187
 
6188
+ @entity model caPoliciesDeletableRoot extends entity {
6189
+ @contains namedLocations: namedLocation[];
6190
+ @contains policies: conditionalAccessPolicy[];
6191
+ }
6192
+
5867
6193
  @entity model certificateAuthorityAsEntity extends entity {
5868
6194
  certificate: binary;
5869
6195
  isRootAuthority: boolean;
@@ -6057,12 +6383,13 @@ namespace reference.`microsoft.graph` {
6057
6383
  totalLicenses: int32 | null;
6058
6384
  }
6059
6385
 
6060
- @entity model conditionalAccessPolicy extends entity {
6386
+ @entity model conditionalAccessPolicy extends policyDeletableItem {
6061
6387
  conditions: conditionalAccessConditionSet;
6062
6388
  @computed createdDateTime: offsetDateTime | null;
6063
6389
  description: string | null;
6064
6390
  displayName: string;
6065
6391
  grantControls: conditionalAccessGrantControls | null;
6392
+ @computed @key id: string;
6066
6393
  modifiedDateTime: offsetDateTime | null;
6067
6394
  sessionControls: conditionalAccessSessionControls | null;
6068
6395
  state: conditionalAccessPolicyState;
@@ -6075,6 +6402,7 @@ namespace reference.`microsoft.graph` {
6075
6402
 
6076
6403
  @graphDeprecated("AuthenticationStrengthsRemove")
6077
6404
  @contains authenticationStrengths: authenticationStrengthRoot | null;
6405
+ @contains deletedItems: caPoliciesDeletableRoot | null;
6078
6406
  @contains namedLocations: namedLocation[];
6079
6407
  @contains policies: conditionalAccessPolicy[];
6080
6408
  @contains templates: conditionalAccessTemplate[];
@@ -6155,6 +6483,15 @@ namespace reference.`microsoft.graph` {
6155
6483
  @contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
6156
6484
  }
6157
6485
 
6486
+ @entity model contentModel extends entity {
6487
+ createdBy: identitySet | null;
6488
+ @computed createdDateTime: offsetDateTime | null;
6489
+ lastModifiedBy: identitySet | null;
6490
+ @computed lastModifiedDateTime: offsetDateTime | null;
6491
+ modelType: contentModelType | null;
6492
+ name: string | null;
6493
+ }
6494
+
6158
6495
  @entity model contentType extends entity {
6159
6496
  associatedHubsUrls: string[] | null;
6160
6497
  description: string | null;
@@ -6534,6 +6871,13 @@ namespace reference.`microsoft.graph` {
6534
6871
  result: dlpPoliciesJobResult | null;
6535
6872
  }
6536
6873
 
6874
+ @entity model documentProcessingJob extends entity {
6875
+ @computed createdDateTime: offsetDateTime | null;
6876
+ jobType: documentProcessingJobType | null;
6877
+ listItemUniqueId: string;
6878
+ status: documentProcessingJobStatus | null;
6879
+ }
6880
+
6537
6881
  @entity model documentSetVersion extends listItemVersion {
6538
6882
  comment: string | null;
6539
6883
  createdBy: identitySet | null;
@@ -6602,6 +6946,7 @@ namespace reference.`microsoft.graph` {
6602
6946
  sharePointIds: sharepointIds | null;
6603
6947
  system: systemFacet | null;
6604
6948
  @contains activities: itemActivityOLD[];
6949
+ @contains bundles: driveItem[];
6605
6950
  @contains following: driveItem[];
6606
6951
  @contains items: driveItem[];
6607
6952
  @contains list: list | null;
@@ -6612,7 +6957,11 @@ namespace reference.`microsoft.graph` {
6612
6957
  @open
6613
6958
  @entity model driveItem extends baseItem {
6614
6959
  audio: audio | null;
6960
+ bundle: bundle | null;
6961
+
6962
+ @graphDeprecated("Removal")
6615
6963
  content: stream | null;
6964
+ contentStream: stream | null;
6616
6965
  cTag: string | null;
6617
6966
  deleted: deleted | null;
6618
6967
  file: file | null;
@@ -6635,15 +6984,19 @@ namespace reference.`microsoft.graph` {
6635
6984
  source: driveItemSource | null;
6636
6985
  specialFolder: specialFolder | null;
6637
6986
  video: video | null;
6987
+ viewpoint: driveItemViewpoint | null;
6638
6988
  webDavUrl: string | null;
6639
- @contains activities: itemActivity[];
6989
+ @contains activities: itemActivityOLD[];
6990
+ @references analytics: itemAnalytics | null;
6640
6991
  @contains children: driveItem[];
6992
+ @contains extensions: extension[];
6641
6993
  @contains listItem: listItem | null;
6642
6994
  @contains permissions: permission[];
6643
6995
  @contains retentionLabel: itemRetentionLabel | null;
6644
6996
  @contains subscriptions: subscription[];
6645
6997
  @contains thumbnails: thumbnailSet[];
6646
6998
  @contains versions: driveItemVersion[];
6999
+ @contains workbook: workbook | null;
6647
7000
  }
6648
7001
 
6649
7002
  @entity model driveItemVersion extends baseItemVersion {
@@ -6915,6 +7268,67 @@ namespace reference.`microsoft.graph` {
6915
7268
  sensitiveTypeIds: string[] | null;
6916
7269
  }
6917
7270
 
7271
+ @entity model fileStorage extends entity {
7272
+ @contains containers: fileStorageContainer[];
7273
+ @contains containerTypeRegistrations: fileStorageContainerTypeRegistration[];
7274
+ @contains containerTypes: fileStorageContainerType[];
7275
+ @contains deletedContainers: fileStorageContainer[];
7276
+ }
7277
+
7278
+ @entity model fileStorageContainer extends entity {
7279
+ archivalDetails: siteArchivalDetails | null;
7280
+ assignedSensitivityLabel: assignedLabel | null;
7281
+ containerTypeId: guid;
7282
+ @computed createdDateTime: offsetDateTime;
7283
+ customProperties: fileStorageContainerCustomPropertyDictionary | null;
7284
+ description: string | null;
7285
+ displayName: string;
7286
+ externalGroupId: guid | null;
7287
+ informationBarrier: informationBarrier | null;
7288
+ lockState: siteLockState | null;
7289
+ owners: userIdentity[] | null;
7290
+ ownershipType: fileStorageContainerOwnershipType | null;
7291
+ settings: fileStorageContainerSettings;
7292
+ status: fileStorageContainerStatus | null;
7293
+ storageUsedInBytes: int64 | null;
7294
+ viewpoint: fileStorageContainerViewpoint | null;
7295
+ @contains columns: columnDefinition[];
7296
+ @contains drive: drive | null;
7297
+ @contains migrationJobs: sharePointMigrationJob[];
7298
+ @contains permissions: permission[];
7299
+ @contains recycleBin: recycleBin | null;
7300
+ @contains sharePointGroups: sharePointGroup[];
7301
+ }
7302
+
7303
+ @entity model fileStorageContainerType extends entity {
7304
+ billingClassification: fileStorageContainerBillingClassification;
7305
+ billingStatus: fileStorageContainerBillingStatus;
7306
+ @computed createdDateTime: offsetDateTime;
7307
+ etag: string;
7308
+ expirationDateTime: offsetDateTime;
7309
+ name: string;
7310
+ owningAppId: guid;
7311
+ settings: fileStorageContainerTypeSettings;
7312
+ }
7313
+
7314
+ @entity model fileStorageContainerTypeAppPermissionGrant extends MsGraph.SharedModels.entity {
7315
+ @computed @key appId: string;
7316
+ applicationPermissions: fileStorageContainerTypeAppPermission[] | null;
7317
+ delegatedPermissions: fileStorageContainerTypeAppPermission[] | null;
7318
+ }
7319
+
7320
+ @entity model fileStorageContainerTypeRegistration extends entity {
7321
+ billingClassification: fileStorageContainerBillingClassification;
7322
+ billingStatus: fileStorageContainerBillingStatus;
7323
+ etag: string;
7324
+ expirationDateTime: offsetDateTime;
7325
+ name: string;
7326
+ owningAppId: guid;
7327
+ registeredDateTime: offsetDateTime;
7328
+ settings: fileStorageContainerTypeRegistrationSettings;
7329
+ @contains applicationPermissionGrants: fileStorageContainerTypeAppPermissionGrant[];
7330
+ }
7331
+
6918
7332
  @entity model filterOperatorSchema extends entity {
6919
7333
  arity: scopeOperatorType;
6920
7334
  multivaluedComparisonType: scopeOperatorMultiValuedComparisonType;
@@ -7253,12 +7667,33 @@ namespace reference.`microsoft.graph` {
7253
7667
  @contains listItem: listItem | null;
7254
7668
  }
7255
7669
 
7670
+ @open
7671
+ @entity model itemActivityStat extends entity {
7672
+ access: itemActionStat | null;
7673
+ create: itemActionStat | null;
7674
+ delete: itemActionStat | null;
7675
+ edit: itemActionStat | null;
7676
+ endDateTime: offsetDateTime | null;
7677
+ incompleteData: incompleteData | null;
7678
+ isTrending: boolean | null;
7679
+ move: itemActionStat | null;
7680
+ startDateTime: offsetDateTime | null;
7681
+ @references activities: itemActivity[];
7682
+ }
7683
+
7256
7684
  @entity model itemAddress extends itemFacet {
7257
7685
  detail: physicalAddress | null;
7258
7686
  displayName: string | null;
7259
7687
  geoCoordinates: geoCoordinates | null;
7260
7688
  }
7261
7689
 
7690
+ @open
7691
+ @entity model itemAnalytics extends entity {
7692
+ @references allTime: itemActivityStat | null;
7693
+ @contains itemActivityStats: itemActivityStat[];
7694
+ @references lastSevenDays: itemActivityStat | null;
7695
+ }
7696
+
7262
7697
  @entity model itemAttachment extends attachment {
7263
7698
  @contains item: outlookItem | null;
7264
7699
  }
@@ -7355,6 +7790,7 @@ namespace reference.`microsoft.graph` {
7355
7790
 
7356
7791
  @entity model list extends baseItem {
7357
7792
  displayName: string | null;
7793
+ itemCount: int32 | null;
7358
7794
  list: listInfo | null;
7359
7795
  sharepointIds: sharepointIds | null;
7360
7796
  system: systemFacet | null;
@@ -7364,6 +7800,7 @@ namespace reference.`microsoft.graph` {
7364
7800
  @contains drive: drive | null;
7365
7801
  @contains items: listItem[];
7366
7802
  @contains operations: richLongRunningOperation[];
7803
+ @contains permissions: permission[];
7367
7804
  @contains subscriptions: subscription[];
7368
7805
  }
7369
7806
 
@@ -7372,9 +7809,11 @@ namespace reference.`microsoft.graph` {
7372
7809
  deleted: deleted | null;
7373
7810
  sharepointIds: sharepointIds | null;
7374
7811
  @contains activities: itemActivityOLD[];
7812
+ @references analytics: itemAnalytics | null;
7375
7813
  @contains documentSetVersions: documentSetVersion[];
7376
7814
  @contains driveItem: driveItem | null;
7377
7815
  @contains fields: fieldValueSet | null;
7816
+ @contains permissions: permission[];
7378
7817
  @contains versions: listItemVersion[];
7379
7818
  }
7380
7819
 
@@ -7511,12 +7950,17 @@ namespace reference.`microsoft.graph` {
7511
7950
  value: string[] | null;
7512
7951
  }
7513
7952
 
7514
- @entity model namedLocation extends entity {
7953
+ @entity model namedLocation extends policyDeletableItem {
7515
7954
  @computed createdDateTime: offsetDateTime | null;
7516
7955
  displayName: string;
7956
+ @computed @key id: string;
7517
7957
  modifiedDateTime: offsetDateTime | null;
7518
7958
  }
7519
7959
 
7960
+ @entity model namePronunciationSettings extends entity {
7961
+ isEnabledInOrganization: boolean;
7962
+ }
7963
+
7520
7964
  @entity model newsLinkPage extends baseSitePage {
7521
7965
  bannerImageWebUrl: string | null;
7522
7966
  newsSharepointIds: sharepointIds | null;
@@ -7862,6 +8306,8 @@ namespace reference.`microsoft.graph` {
7862
8306
 
7863
8307
  @entity model peopleAdminSettings extends entity {
7864
8308
  @contains itemInsights: insightsSettings | null;
8309
+ @contains namePronunciation: namePronunciationSettings | null;
8310
+ @contains photoUpdateSettings: photoUpdateSettings | null;
7865
8311
  @contains profileCardProperties: profileCardProperty[];
7866
8312
  @contains pronouns: pronounsSettings | null;
7867
8313
  }
@@ -8001,6 +8447,11 @@ namespace reference.`microsoft.graph` {
8001
8447
  phoneNumber: string | null;
8002
8448
  }
8003
8449
 
8450
+ @entity model photoUpdateSettings extends entity {
8451
+ allowedRoles: string[] | null;
8452
+ source: photoUpdateSource | null;
8453
+ }
8454
+
8004
8455
  @entity model pinnedChatMessageInfo extends entity {
8005
8456
  @references message: chatMessage | null;
8006
8457
  }
@@ -8165,6 +8616,11 @@ namespace reference.`microsoft.graph` {
8165
8616
  displayName: string;
8166
8617
  }
8167
8618
 
8619
+ @abstract
8620
+ @entity model policyDeletableItem extends MsGraph.SharedModels.entity {
8621
+ deletedDateTime: offsetDateTime | null;
8622
+ }
8623
+
8168
8624
  @entity model policyRoot extends entity {
8169
8625
  @contains accessReviewPolicy: accessReviewPolicy | null;
8170
8626
  @contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
@@ -8219,6 +8675,7 @@ namespace reference.`microsoft.graph` {
8219
8675
  version: string;
8220
8676
  }
8221
8677
 
8678
+ @graphDeprecated("PIM_Iteration2_Deprecation")
8222
8679
  @entity model privilegedAccess extends entity {
8223
8680
  displayName: string | null;
8224
8681
  @contains resources: governanceResource[];
@@ -8354,6 +8811,7 @@ namespace reference.`microsoft.graph` {
8354
8811
  @entity model profileCardProperty extends entity {
8355
8812
  annotations: profileCardAnnotation[] | null;
8356
8813
  directoryPropertyName: string | null;
8814
+ isVisible: boolean;
8357
8815
  }
8358
8816
 
8359
8817
  @entity model profilePhoto extends entity {
@@ -8448,6 +8906,19 @@ namespace reference.`microsoft.graph` {
8448
8906
  @contains roleDefinitions: unifiedRoleDefinition[];
8449
8907
  }
8450
8908
 
8909
+ @open
8910
+ @entity model recycleBin extends baseItem {
8911
+ settings: recycleBinSettings | null;
8912
+ @contains items: recycleBinItem[];
8913
+ }
8914
+
8915
+ @open
8916
+ @entity model recycleBinItem extends baseItem {
8917
+ deletedDateTime: offsetDateTime | null;
8918
+ deletedFromLocation: string | null;
8919
+ size: int64 | null;
8920
+ }
8921
+
8451
8922
  @entity model redundantAssignmentAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
8452
8923
  `duration`: duration | null;
8453
8924
  }
@@ -8935,6 +9406,115 @@ namespace reference.`microsoft.graph` {
8935
9406
  @contains settings: sharepointSettings | null;
8936
9407
  }
8937
9408
 
9409
+ @entity model sharePointGroup extends entity {
9410
+ description: string | null;
9411
+ principalId: string | null;
9412
+ title: string;
9413
+ @contains members: sharePointGroupMember[];
9414
+ }
9415
+
9416
+ @entity model sharePointGroupIdentityMapping extends sharePointIdentityMapping {
9417
+ groupType: sharePointIdentityMappingGroupType;
9418
+ sourceGroupIdentity: identity | null;
9419
+ targetGroupIdentity: identity | null;
9420
+ targetGroupMigrationData: sharePointIdentityMappingGroupMigrationData | null;
9421
+ }
9422
+
9423
+ @entity model sharePointGroupMember extends entity {
9424
+ identity: sharePointIdentitySet | null;
9425
+ }
9426
+
9427
+ @entity model sharePointIdentityMapping extends entity {
9428
+ deleted: deleted | null;
9429
+ sourceOrganizationId: guid;
9430
+ }
9431
+
9432
+ @entity model sharePointMigrationEvent extends entity {
9433
+ correlationId: string;
9434
+ eventDateTime: offsetDateTime;
9435
+ jobId: string;
9436
+ }
9437
+
9438
+ @entity model sharePointMigrationFinishManifestFileUploadEvent extends sharePointMigrationEvent {
9439
+ manifestFileName: string;
9440
+ }
9441
+
9442
+ @entity model sharePointMigrationJob extends entity {
9443
+ containerInfo: sharePointMigrationContainerInfo;
9444
+ @contains progressEvents: sharePointMigrationEvent[];
9445
+ }
9446
+
9447
+ @entity model sharePointMigrationJobCancelledEvent extends sharePointMigrationEvent {
9448
+ isCancelledByUser: boolean;
9449
+ totalRetryCount: int32;
9450
+ }
9451
+
9452
+ @entity model sharePointMigrationJobDeletedEvent extends sharePointMigrationEvent {
9453
+ }
9454
+
9455
+ @entity model sharePointMigrationJobErrorEvent extends sharePointMigrationEvent {
9456
+ error: publicError;
9457
+ errorLevel: sharePointMigrationJobErrorLevel;
9458
+ objectId: string;
9459
+ objectType: sharePointMigrationObjectType;
9460
+ objectUrl: string;
9461
+ totalRetryCount: int32;
9462
+ }
9463
+
9464
+ @entity model sharePointMigrationJobPostponedEvent extends sharePointMigrationEvent {
9465
+ jobsInQueue: int64;
9466
+ nextPickupDateTime: offsetDateTime;
9467
+ reason: string;
9468
+ totalRetryCount: int32;
9469
+ }
9470
+
9471
+ @entity model sharePointMigrationJobProgressEvent extends sharePointMigrationEvent {
9472
+ bytesProcessed: int64;
9473
+ bytesProcessedOnlyCurrentVersion: int64;
9474
+ cpuDurationMs: int64;
9475
+ filesProcessed: int64;
9476
+ filesProcessedOnlyCurrentVersion: int64;
9477
+ isCompleted: boolean;
9478
+ lastProcessedObjectId: string;
9479
+ objectsProcessed: int64;
9480
+ sqlDurationMs: int64;
9481
+ sqlQueryCount: int64;
9482
+ totalDurationMs: int64;
9483
+ totalErrors: int64;
9484
+ totalExpectedBytes: int64;
9485
+ totalExpectedObjects: int64;
9486
+ totalRetryCount: int32;
9487
+ totalWarnings: int64;
9488
+ waitTimeOnSqlThrottlingMs: int64;
9489
+ }
9490
+
9491
+ @entity model sharePointMigrationJobQueuedEvent extends sharePointMigrationEvent {
9492
+ }
9493
+
9494
+ @entity model sharePointMigrationJobStartEvent extends sharePointMigrationEvent {
9495
+ isRestarted: boolean;
9496
+ totalRetryCount: int32;
9497
+ }
9498
+
9499
+ @entity model sharePointMigrationsRoot extends entity {
9500
+ @contains crossOrganizationGroupMappings: sharePointGroupIdentityMapping[];
9501
+ @contains crossOrganizationMigrationTasks: sharePointMigrationTask[];
9502
+ @contains crossOrganizationUserMappings: sharePointUserIdentityMapping[];
9503
+ }
9504
+
9505
+ @entity model sharePointMigrationTask extends entity {
9506
+ error: publicError;
9507
+ finishedDateTime: offsetDateTime;
9508
+ @computed lastUpdatedDateTime: offsetDateTime;
9509
+ parameters: sharePointMigrationTaskParameters;
9510
+ startedDateTime: offsetDateTime;
9511
+ status: sharePointMigrationTaskStatus;
9512
+ }
9513
+
9514
+ @entity model sharePointRoot extends entity {
9515
+ @contains migrations: sharePointMigrationsRoot | null;
9516
+ }
9517
+
8938
9518
  @entity model sharepointSettings extends entity {
8939
9519
  allowedDomainGuidsForSyncApp: guid | null;
8940
9520
  availableManagedPathsForSiteCreation: string[];
@@ -8967,6 +9547,13 @@ namespace reference.`microsoft.graph` {
8967
9547
  tenantDefaultTimezone: string | null;
8968
9548
  }
8969
9549
 
9550
+ @entity model sharePointUserIdentityMapping extends sharePointIdentityMapping {
9551
+ sourceUserIdentity: userIdentity | null;
9552
+ targetUserIdentity: userIdentity | null;
9553
+ targetUserMigrationData: sharePointIdentityMappingUserMigrationData | null;
9554
+ userType: sharePointIdentityMappingUserType;
9555
+ }
9556
+
8970
9557
  @entity model signIn extends entity {
8971
9558
 
8972
9559
  @graphDeprecated("Reporting")
@@ -9059,14 +9646,23 @@ namespace reference.`microsoft.graph` {
9059
9646
  deleted: deleted | null;
9060
9647
  displayName: string | null;
9061
9648
  isPersonalSite: boolean | null;
9649
+ locale: string | null;
9650
+ lockState: siteLockState | null;
9651
+ ownerIdentityToResolve: identityInput | null;
9062
9652
  root: root | null;
9063
9653
  settings: siteSettings | null;
9654
+ shareByEmailEnabled: boolean | null;
9064
9655
  sharepointIds: sharepointIds | null;
9065
9656
  siteCollection: siteCollection | null;
9657
+ template: siteTemplateType | null;
9658
+ @references analytics: itemAnalytics | null;
9066
9659
  @contains columns: columnDefinition[];
9660
+ @contains contentModels: contentModel[];
9067
9661
  @contains contentTypes: contentType[];
9662
+ @contains documentProcessingJobs: documentProcessingJob[];
9068
9663
  @contains drive: drive | null;
9069
9664
  @contains drives: drive[];
9665
+ @contains extensions: extension[];
9070
9666
  @references externalColumns: columnDefinition[];
9071
9667
  @contains items: baseItem[];
9072
9668
  @contains lists: list[];
@@ -9074,6 +9670,7 @@ namespace reference.`microsoft.graph` {
9074
9670
  @contains pages: baseSitePage[];
9075
9671
  @contains pageTemplates: pageTemplate[];
9076
9672
  @contains permissions: permission[];
9673
+ @contains recycleBin: recycleBin | null;
9077
9674
  @contains sites: site[];
9078
9675
  @contains termStore: reference.`microsoft.graph.termStore`.store | null;
9079
9676
  }
@@ -9150,6 +9747,10 @@ namespace reference.`microsoft.graph` {
9150
9747
  webPartType: string | null;
9151
9748
  }
9152
9749
 
9750
+ @entity model storage extends MsGraph.SharedModels.entity {
9751
+ @contains fileStorage: fileStorage | null;
9752
+ }
9753
+
9153
9754
  @abstract
9154
9755
  @entity model stsPolicy extends policyBase {
9155
9756
  definition: string[];
@@ -9206,6 +9807,8 @@ namespace reference.`microsoft.graph` {
9206
9807
  }
9207
9808
 
9208
9809
  @entity model synchronization extends entity {
9810
+
9811
+ @graphDeprecated("SynchronizationSecret_Deprecation")
9209
9812
  secrets: synchronizationSecretKeyStringValuePair[] | null;
9210
9813
  @contains jobs: synchronizationJob[];
9211
9814
  @contains templates: synchronizationTemplate[];
@@ -10139,6 +10742,336 @@ namespace reference.`microsoft.graph` {
10139
10742
  @references device: device | null;
10140
10743
  }
10141
10744
 
10745
+ @entity model workbook extends entity {
10746
+ @contains application: workbookApplication | null;
10747
+ @contains comments: workbookComment[];
10748
+ @contains functions: workbookFunctions | null;
10749
+ @contains names: workbookNamedItem[];
10750
+ @contains operations: workbookOperation[];
10751
+ @contains tables: workbookTable[];
10752
+ @contains worksheets: workbookWorksheet[];
10753
+ }
10754
+
10755
+ @entity model workbookApplication extends entity {
10756
+ calculationMode: string;
10757
+ }
10758
+
10759
+ @entity model workbookChart extends entity {
10760
+ height: float64;
10761
+ left: float64;
10762
+ name: string | null;
10763
+ top: float64;
10764
+ width: float64;
10765
+ @contains axes: workbookChartAxes | null;
10766
+ @contains dataLabels: workbookChartDataLabels | null;
10767
+ @contains format: workbookChartAreaFormat | null;
10768
+ @contains legend: workbookChartLegend | null;
10769
+ @contains series: workbookChartSeries[];
10770
+ @contains title: workbookChartTitle | null;
10771
+ @contains worksheet: workbookWorksheet | null;
10772
+ }
10773
+
10774
+ @entity model workbookChartAreaFormat extends entity {
10775
+ @contains fill: workbookChartFill | null;
10776
+ @contains font: workbookChartFont | null;
10777
+ }
10778
+
10779
+ @entity model workbookChartAxes extends entity {
10780
+ @contains categoryAxis: workbookChartAxis | null;
10781
+ @contains seriesAxis: workbookChartAxis | null;
10782
+ @contains valueAxis: workbookChartAxis | null;
10783
+ }
10784
+
10785
+ @entity model workbookChartAxis extends entity {
10786
+ majorUnit: Json | null;
10787
+ maximum: Json | null;
10788
+ minimum: Json | null;
10789
+ minorUnit: Json | null;
10790
+ @contains format: workbookChartAxisFormat | null;
10791
+ @contains majorGridlines: workbookChartGridlines | null;
10792
+ @contains minorGridlines: workbookChartGridlines | null;
10793
+ @contains title: workbookChartAxisTitle | null;
10794
+ }
10795
+
10796
+ @entity model workbookChartAxisFormat extends entity {
10797
+ @contains font: workbookChartFont | null;
10798
+ @contains line: workbookChartLineFormat | null;
10799
+ }
10800
+
10801
+ @entity model workbookChartAxisTitle extends entity {
10802
+ text: string | null;
10803
+ visible: boolean;
10804
+ @contains format: workbookChartAxisTitleFormat | null;
10805
+ }
10806
+
10807
+ @entity model workbookChartAxisTitleFormat extends entity {
10808
+ @contains font: workbookChartFont | null;
10809
+ }
10810
+
10811
+ @entity model workbookChartDataLabelFormat extends entity {
10812
+ @contains fill: workbookChartFill | null;
10813
+ @contains font: workbookChartFont | null;
10814
+ }
10815
+
10816
+ @entity model workbookChartDataLabels extends entity {
10817
+ position: string | null;
10818
+ separator: string | null;
10819
+ showBubbleSize: boolean | null;
10820
+ showCategoryName: boolean | null;
10821
+ showLegendKey: boolean | null;
10822
+ showPercentage: boolean | null;
10823
+ showSeriesName: boolean | null;
10824
+ showValue: boolean | null;
10825
+ @contains format: workbookChartDataLabelFormat | null;
10826
+ }
10827
+
10828
+ @entity model workbookChartFill extends entity {
10829
+ }
10830
+
10831
+ @entity model workbookChartFont extends entity {
10832
+ bold: boolean | null;
10833
+ color: string | null;
10834
+ italic: boolean | null;
10835
+ name: string | null;
10836
+ size: float64 | null;
10837
+ underline: string | null;
10838
+ }
10839
+
10840
+ @entity model workbookChartGridlines extends entity {
10841
+ visible: boolean;
10842
+ @contains format: workbookChartGridlinesFormat | null;
10843
+ }
10844
+
10845
+ @entity model workbookChartGridlinesFormat extends entity {
10846
+ @contains line: workbookChartLineFormat | null;
10847
+ }
10848
+
10849
+ @entity model workbookChartLegend extends entity {
10850
+ overlay: boolean | null;
10851
+ position: string | null;
10852
+ visible: boolean;
10853
+ @contains format: workbookChartLegendFormat | null;
10854
+ }
10855
+
10856
+ @entity model workbookChartLegendFormat extends entity {
10857
+ @contains fill: workbookChartFill | null;
10858
+ @contains font: workbookChartFont | null;
10859
+ }
10860
+
10861
+ @entity model workbookChartLineFormat extends entity {
10862
+ color: string | null;
10863
+ }
10864
+
10865
+ @entity model workbookChartPoint extends entity {
10866
+ value: Json | null;
10867
+ @contains format: workbookChartPointFormat | null;
10868
+ }
10869
+
10870
+ @entity model workbookChartPointFormat extends entity {
10871
+ @contains fill: workbookChartFill | null;
10872
+ }
10873
+
10874
+ @entity model workbookChartSeries extends entity {
10875
+ name: string | null;
10876
+ @contains format: workbookChartSeriesFormat | null;
10877
+ @contains points: workbookChartPoint[];
10878
+ }
10879
+
10880
+ @entity model workbookChartSeriesFormat extends entity {
10881
+ @contains fill: workbookChartFill | null;
10882
+ @contains line: workbookChartLineFormat | null;
10883
+ }
10884
+
10885
+ @entity model workbookChartTitle extends entity {
10886
+ overlay: boolean | null;
10887
+ text: string | null;
10888
+ visible: boolean;
10889
+ @contains format: workbookChartTitleFormat | null;
10890
+ }
10891
+
10892
+ @entity model workbookChartTitleFormat extends entity {
10893
+ @contains fill: workbookChartFill | null;
10894
+ @contains font: workbookChartFont | null;
10895
+ }
10896
+
10897
+ @entity model workbookComment extends entity {
10898
+ cellAddress: string | null;
10899
+ content: string | null;
10900
+ contentType: string;
10901
+ mentions: workbookCommentMention[] | null;
10902
+ richContent: string | null;
10903
+ @contains replies: workbookCommentReply[];
10904
+ }
10905
+
10906
+ @entity model workbookCommentReply extends entity {
10907
+ content: string | null;
10908
+ contentType: string;
10909
+ mentions: workbookCommentMention[] | null;
10910
+ richContent: string | null;
10911
+ }
10912
+
10913
+ @entity model workbookFilter extends entity {
10914
+ criteria: workbookFilterCriteria | null;
10915
+ }
10916
+
10917
+ @entity model workbookFormatProtection extends entity {
10918
+ formulaHidden: boolean | null;
10919
+ locked: boolean | null;
10920
+ }
10921
+
10922
+ @entity model workbookFunctionResult extends entity {
10923
+ error: string | null;
10924
+ value: Json | null;
10925
+ }
10926
+
10927
+ @entity model workbookFunctions extends entity {
10928
+ }
10929
+
10930
+ @entity model workbookNamedItem extends entity {
10931
+ comment: string | null;
10932
+ name: string | null;
10933
+ scope: string;
10934
+ type: string | null;
10935
+ value: Json | null;
10936
+ visible: boolean;
10937
+ @contains worksheet: workbookWorksheet | null;
10938
+ }
10939
+
10940
+ @entity model workbookOperation extends entity {
10941
+ error: workbookOperationError | null;
10942
+ resourceLocation: string | null;
10943
+ status: workbookOperationStatus;
10944
+ }
10945
+
10946
+ @entity model workbookPivotTable extends entity {
10947
+ name: string | null;
10948
+ @contains worksheet: workbookWorksheet | null;
10949
+ }
10950
+
10951
+ @entity model workbookRange extends entity {
10952
+ address: string | null;
10953
+ addressLocal: string | null;
10954
+ cellCount: int32;
10955
+ columnCount: int32;
10956
+ columnHidden: boolean | null;
10957
+ columnIndex: int32;
10958
+ formulas: Json | null;
10959
+ formulasLocal: Json | null;
10960
+ formulasR1C1: Json | null;
10961
+ hidden: boolean | null;
10962
+ numberFormat: Json | null;
10963
+ rowCount: int32;
10964
+ rowHidden: boolean | null;
10965
+ rowIndex: int32;
10966
+ text: Json | null;
10967
+ values: Json | null;
10968
+ valueTypes: Json | null;
10969
+ @contains format: workbookRangeFormat | null;
10970
+ @contains sort: workbookRangeSort | null;
10971
+ @contains worksheet: workbookWorksheet | null;
10972
+ }
10973
+
10974
+ @entity model workbookRangeBorder extends entity {
10975
+ color: string | null;
10976
+ sideIndex: string | null;
10977
+ style: string | null;
10978
+ weight: string | null;
10979
+ }
10980
+
10981
+ @entity model workbookRangeFill extends entity {
10982
+ color: string | null;
10983
+ }
10984
+
10985
+ @entity model workbookRangeFont extends entity {
10986
+ bold: boolean | null;
10987
+ color: string | null;
10988
+ italic: boolean | null;
10989
+ name: string | null;
10990
+ size: float64 | null;
10991
+ underline: string | null;
10992
+ }
10993
+
10994
+ @entity model workbookRangeFormat extends entity {
10995
+ columnWidth: float64 | null;
10996
+ horizontalAlignment: string | null;
10997
+ rowHeight: float64 | null;
10998
+ verticalAlignment: string | null;
10999
+ wrapText: boolean | null;
11000
+ @contains borders: workbookRangeBorder[];
11001
+ @contains fill: workbookRangeFill | null;
11002
+ @contains font: workbookRangeFont | null;
11003
+ @contains protection: workbookFormatProtection | null;
11004
+ }
11005
+
11006
+ @entity model workbookRangeSort extends entity {
11007
+ }
11008
+
11009
+ @entity model workbookRangeView extends entity {
11010
+ cellAddresses: Json | null;
11011
+ columnCount: int32;
11012
+ formulas: Json | null;
11013
+ formulasLocal: Json | null;
11014
+ formulasR1C1: Json | null;
11015
+ index: int32;
11016
+ numberFormat: Json | null;
11017
+ rowCount: int32;
11018
+ text: Json | null;
11019
+ values: Json | null;
11020
+ valueTypes: Json | null;
11021
+ @contains rows: workbookRangeView[];
11022
+ }
11023
+
11024
+ @entity model workbookTable extends entity {
11025
+ highlightFirstColumn: boolean;
11026
+ highlightLastColumn: boolean;
11027
+ legacyId: string | null;
11028
+ name: string | null;
11029
+ showBandedColumns: boolean;
11030
+ showBandedRows: boolean;
11031
+ showFilterButton: boolean;
11032
+ showHeaders: boolean;
11033
+ showTotals: boolean;
11034
+ style: string | null;
11035
+ @contains columns: workbookTableColumn[];
11036
+ @contains rows: workbookTableRow[];
11037
+ @contains sort: workbookTableSort | null;
11038
+ @contains worksheet: workbookWorksheet | null;
11039
+ }
11040
+
11041
+ @entity model workbookTableColumn extends entity {
11042
+ index: int32;
11043
+ name: string | null;
11044
+ values: Json | null;
11045
+ @contains filter: workbookFilter | null;
11046
+ }
11047
+
11048
+ @entity model workbookTableRow extends entity {
11049
+ index: int32;
11050
+ values: Json | null;
11051
+ }
11052
+
11053
+ @entity model workbookTableSort extends entity {
11054
+ fields: workbookSortField[] | null;
11055
+ matchCase: boolean;
11056
+ method: string;
11057
+ }
11058
+
11059
+ @entity model workbookWorksheet extends entity {
11060
+ name: string | null;
11061
+ position: int32;
11062
+ visibility: string;
11063
+ @contains charts: workbookChart[];
11064
+ @contains names: workbookNamedItem[];
11065
+ @contains pivotTables: workbookPivotTable[];
11066
+ @contains protection: workbookWorksheetProtection | null;
11067
+ @contains tables: workbookTable[];
11068
+ }
11069
+
11070
+ @entity model workbookWorksheetProtection extends entity {
11071
+ options: workbookWorksheetProtectionOptions | null;
11072
+ protected: boolean;
11073
+ }
11074
+
10142
11075
  @entity model workPosition extends itemFacet {
10143
11076
  categories: string[] | null;
10144
11077
  colleagues: relatedPerson[] | null;
@@ -11088,6 +12021,16 @@ namespace reference.`microsoft.graph` {
11088
12021
  unknownFutureValue: 1,
11089
12022
  }
11090
12023
 
12024
+ enum contentModelType {
12025
+ teachingMethod: 0,
12026
+ layoutMethod: 1,
12027
+ freeformSelectionMethod: 2,
12028
+ prebuiltContractModel: 3,
12029
+ prebuiltInvoiceModel: 4,
12030
+ prebuiltReceiptModel: 5,
12031
+ unknownFutureValue: 6,
12032
+ }
12033
+
11091
12034
  enum continuousAccessEvaluationMode {
11092
12035
  strictEnforcement: 0,
11093
12036
  disabled: 1,
@@ -11180,6 +12123,19 @@ namespace reference.`microsoft.graph` {
11180
12123
  deviceRestriction: 2,
11181
12124
  }
11182
12125
 
12126
+ enum documentProcessingJobStatus {
12127
+ inProgress: 0,
12128
+ completed: 1,
12129
+ failed: 2,
12130
+ unknownFutureValue: 3,
12131
+ }
12132
+
12133
+ enum documentProcessingJobType {
12134
+ file: 0,
12135
+ folder: 1,
12136
+ unknownFutureValue: 2,
12137
+ }
12138
+
11183
12139
  enum driveItemSourceApplication {
11184
12140
  teams: 0,
11185
12141
  yammer: 1,
@@ -11327,6 +12283,13 @@ namespace reference.`microsoft.graph` {
11327
12283
  unknownFutureValue: 2,
11328
12284
  }
11329
12285
 
12286
+ enum fileArchiveStatus {
12287
+ notArchived: 0,
12288
+ fullyArchived: 1,
12289
+ reactivating: 2,
12290
+ unknownFutureValue: 3,
12291
+ }
12292
+
11330
12293
  enum fileHashType {
11331
12294
  `unknown`: 0,
11332
12295
  sha1: 1,
@@ -11338,6 +12301,61 @@ namespace reference.`microsoft.graph` {
11338
12301
  unknownFutureValue: 127,
11339
12302
  }
11340
12303
 
12304
+ enum fileStorageContainerBillingClassification {
12305
+ standard: 0,
12306
+ trial: 1,
12307
+ directToCustomer: 2,
12308
+ unknownFutureValue: 3,
12309
+ }
12310
+
12311
+ enum fileStorageContainerBillingStatus {
12312
+ invalid: 0,
12313
+ valid: 1,
12314
+ unknownFutureValue: 2,
12315
+ }
12316
+
12317
+ enum fileStorageContainerOwnershipType {
12318
+ tenantOwned: 0,
12319
+ userOwned: 1,
12320
+ unknownFutureValue: 2,
12321
+ }
12322
+
12323
+ enum fileStorageContainerStatus {
12324
+ inactive: 0,
12325
+ active: 1,
12326
+ unknownFutureValue: 2,
12327
+ }
12328
+
12329
+ enum fileStorageContainerTypeAppPermission {
12330
+ none: 0,
12331
+ readContent: 1,
12332
+ writeContent: 2,
12333
+ manageContent: 3,
12334
+ create: 4,
12335
+ delete: 5,
12336
+ read: 6,
12337
+ write: 7,
12338
+ enumeratePermissions: 8,
12339
+ addPermissions: 9,
12340
+ updatePermissions: 10,
12341
+ deletePermissions: 11,
12342
+ deleteOwnPermission: 12,
12343
+ managePermissions: 13,
12344
+ full: 14,
12345
+ unknownFutureValue: 15,
12346
+ }
12347
+
12348
+ @graphFlags
12349
+ enum fileStorageContainerTypeSettingsOverride {
12350
+ urlTemplate: 0,
12351
+ isDiscoverabilityEnabled: 1,
12352
+ isSearchEnabled: 2,
12353
+ isItemVersioningEnabled: 3,
12354
+ itemMajorVersionLimit: 4,
12355
+ maxStoragePerContainerInBytes: 5,
12356
+ unknownFutureValue: 6,
12357
+ }
12358
+
11341
12359
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11342
12360
  enum filterMode {
11343
12361
  include: 0,
@@ -11456,6 +12474,13 @@ namespace reference.`microsoft.graph` {
11456
12474
  other: 1,
11457
12475
  }
11458
12476
 
12477
+ enum informationBarrierMode {
12478
+ open: 0,
12479
+ ownerModerated: 1,
12480
+ explicit: 2,
12481
+ unknownFutureValue: 3,
12482
+ }
12483
+
11459
12484
  enum initiatorType {
11460
12485
  user: 0,
11461
12486
  application: 1,
@@ -11874,6 +12899,12 @@ namespace reference.`microsoft.graph` {
11874
12899
  radio: 9,
11875
12900
  }
11876
12901
 
12902
+ enum photoUpdateSource {
12903
+ cloud: 0,
12904
+ onPremises: 1,
12905
+ unknownFutureValue: 2,
12906
+ }
12907
+
11877
12908
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11878
12909
  enum physicalAddressType {
11879
12910
  `unknown`: 0,
@@ -12540,6 +13571,51 @@ namespace reference.`microsoft.graph` {
12540
13571
  unknownFutureValue: 4,
12541
13572
  }
12542
13573
 
13574
+ enum sharePointIdentityMappingGroupType {
13575
+ none: 0,
13576
+ regularGroup: 1,
13577
+ m365Group: 2,
13578
+ unknownFutureValue: 3,
13579
+ }
13580
+
13581
+ enum sharePointIdentityMappingUserType {
13582
+ none: 0,
13583
+ regularUser: 1,
13584
+ adminUser: 2,
13585
+ guestUser: 3,
13586
+ unknownFutureValue: 4,
13587
+ }
13588
+
13589
+ enum sharePointMigrationJobErrorLevel {
13590
+ important: 0,
13591
+ warning: 1,
13592
+ error: 2,
13593
+ fatalError: 3,
13594
+ unknownFutureValue: 4,
13595
+ }
13596
+
13597
+ enum sharePointMigrationObjectType {
13598
+ site: 0,
13599
+ web: 1,
13600
+ folder: 2,
13601
+ list: 3,
13602
+ listItem: 4,
13603
+ file: 5,
13604
+ alert: 6,
13605
+ sharedWithObject: 7,
13606
+ invalid: 8,
13607
+ unknownFutureValue: 9,
13608
+ }
13609
+
13610
+ enum sharePointMigrationTaskStatus {
13611
+ notStarted: 0,
13612
+ inProgress: 1,
13613
+ completed: 2,
13614
+ cancelled: 3,
13615
+ failed: 4,
13616
+ unknownFutureValue: 5,
13617
+ }
13618
+
12543
13619
  enum sharingCapabilities {
12544
13620
  disabled: 0,
12545
13621
  externalUserSharingOnly: 1,
@@ -12555,6 +13631,38 @@ namespace reference.`microsoft.graph` {
12555
13631
  unknownFutureValue: 3,
12556
13632
  }
12557
13633
 
13634
+ enum sharingRole {
13635
+ none: 0,
13636
+ view: 1,
13637
+ edit: 2,
13638
+ manageList: 3,
13639
+ review: 4,
13640
+ restrictedView: 5,
13641
+ submitOnly: 6,
13642
+ unknownFutureValue: 7,
13643
+ }
13644
+
13645
+ enum sharingScope {
13646
+ anyone: 0,
13647
+ organization: 1,
13648
+ specificPeople: 2,
13649
+ @graphDeprecated("Removal")
13650
+ anonymous: 3,
13651
+ @graphDeprecated("Removal")
13652
+ users: 4,
13653
+ unknownFutureValue: 5,
13654
+ }
13655
+
13656
+ @graphFlags
13657
+ enum sharingVariant {
13658
+ none: 0,
13659
+ requiresAuthentication: 1,
13660
+ passwordProtected: 2,
13661
+ addressBar: 4,
13662
+ embed: 8,
13663
+ unknownFutureValue: 16,
13664
+ }
13665
+
12558
13666
  @graphFlags
12559
13667
  enum signInAccessType {
12560
13668
  none: 0,
@@ -12623,6 +13731,20 @@ namespace reference.`microsoft.graph` {
12623
13731
  unknownFutureValue: 3,
12624
13732
  }
12625
13733
 
13734
+ enum siteLockState {
13735
+ unlocked: 0,
13736
+ lockedReadOnly: 1,
13737
+ lockedNoAccess: 2,
13738
+ lockedNoAdditions: 3,
13739
+ unknownFutureValue: 4,
13740
+ }
13741
+
13742
+ enum siteTemplateType {
13743
+ sitepagepublishing: 0,
13744
+ sts: 2,
13745
+ unknownFutureValue: 3,
13746
+ }
13747
+
12626
13748
  enum skillProficiencyLevel {
12627
13749
  elementary: 0,
12628
13750
  limitedWorking: 1,
@@ -12996,6 +14118,14 @@ namespace reference.`microsoft.graph` {
12996
14118
  unknownFutureValue: 3,
12997
14119
  }
12998
14120
 
14121
+ enum trafficRoutingMethod {
14122
+ none: 0,
14123
+ random: 1,
14124
+ sessionPersistence: 2,
14125
+ performance: 3,
14126
+ unknownFutureValue: 4,
14127
+ }
14128
+
12999
14129
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
13000
14130
  enum translationBehavior {
13001
14131
  Ask: 0,
@@ -13201,6 +14331,14 @@ namespace reference.`microsoft.graph` {
13201
14331
  unknownFutureValue: 524288,
13202
14332
  }
13203
14333
 
14334
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
14335
+ enum workbookOperationStatus {
14336
+ notStarted: 0,
14337
+ running: 1,
14338
+ succeeded: 2,
14339
+ failed: 3,
14340
+ }
14341
+
13204
14342
  enum x509CertificateAffinityLevel {
13205
14343
  low: 0,
13206
14344
  high: 1,
@@ -13275,6 +14413,7 @@ namespace reference.`microsoft.graph.cloudLicensing` {
13275
14413
  }
13276
14414
 
13277
14415
  }
14416
+ @privatePreviewDefinition("organizationalUnit", "2025-08-12", "2025-11-30", "<theOwner>")
13278
14417
  @publicNamespace("microsoft.graph.identitygovernance")
13279
14418
  namespace reference.`microsoft.graph.identityGovernance` {
13280
14419
  @complex model activateGroupScope extends activationScope {
@@ -13336,6 +14475,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
13336
14475
  valueType: valueType;
13337
14476
  }
13338
14477
 
14478
+ @complex model previewFailedTask {
14479
+ definitionId: string;
14480
+ failureReason: string;
14481
+ name: string;
14482
+ taskId: string;
14483
+ }
14484
+
13339
14485
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
13340
14486
  rule: string;
13341
14487
  }
@@ -13558,6 +14704,9 @@ namespace reference.`microsoft.graph.identityGovernance` {
13558
14704
  nextScheduleRunDateTime: offsetDateTime | null;
13559
14705
  version: int32 | null;
13560
14706
  @references executionScope: userProcessingResult[];
14707
+
14708
+ @privatePreview("organizationalUnit")
14709
+ @references previewScope: reference.`microsoft.graph`.directoryObject[];
13561
14710
  @contains runs: run[];
13562
14711
  @contains taskReports: taskReport[];
13563
14712
  @contains userProcessingResults: userProcessingResult[];
@@ -13654,6 +14803,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
13654
14803
  onDemand: 1,
13655
14804
  unknownFutureValue: 2,
13656
14805
  activatedWithScope: 3,
14806
+ @privatePreview("organizationalUnit")
14807
+ preview: 4,
13657
14808
  }
13658
14809
 
13659
14810
  enum workflowTriggerTimeBasedAttribute {
@@ -14129,6 +15280,10 @@ namespace reference.`microsoft.graph.security` {
14129
15280
  identifier: markUserAsCompromisedEntityIdentifier;
14130
15281
  }
14131
15282
 
15283
+ @complex model mergeResponse {
15284
+ targetIncidentId: string;
15285
+ }
15286
+
14132
15287
  @complex model moveToDeletedItemsResponseAction extends responseAction {
14133
15288
  identifier: emailEntityIdentifier;
14134
15289
  }
@@ -14819,6 +15974,28 @@ namespace reference.`microsoft.graph.security` {
14819
15974
  unknownFutureValue: 3,
14820
15975
  }
14821
15976
 
15977
+ @graphFlags
15978
+ enum correlationReason {
15979
+ repeatedAlertOccurrence: 1,
15980
+ sameGeography: 2,
15981
+ similarArtifacts: 4,
15982
+ sameTargetedAsset: 8,
15983
+ sameNetworkSegment: 16,
15984
+ eventSequence: 32,
15985
+ timeFrame: 64,
15986
+ sameThreatSource: 128,
15987
+ similarTTPsOrBehavior: 256,
15988
+ sameActor: 512,
15989
+ sameCampaign: 1024,
15990
+ sharedIndicators: 2048,
15991
+ sameAsset: 4096,
15992
+ networkProximity: 8192,
15993
+ eventCasualSequence: 16384,
15994
+ temporalProximity: 32768,
15995
+ lateralMovementPath: 65536,
15996
+ unknownFutureValue: 131072,
15997
+ }
15998
+
14822
15999
  enum dataSourceContainerStatus {
14823
16000
  active: 1,
14824
16001
  released: 2,