@microsoft/typespec-msgraph-reference 1.0.2 → 1.0.4

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.
@@ -62,6 +66,20 @@ namespace reference.`microsoft.graph` {
62
66
  state: string | null;
63
67
  }
64
68
 
69
+ @complex model accessPackageAssignmentRequestRequirements {
70
+ existingAnswers: accessPackageAnswer[] | null;
71
+ isApprovalRequired: boolean | null;
72
+ isApprovalRequiredForExtension: boolean | null;
73
+ isCustomAssignmentScheduleAllowed: boolean | null;
74
+ isRequestorJustificationRequired: boolean | null;
75
+ policyDescription: string | null;
76
+ policyDisplayName: string | null;
77
+ policyId: string | null;
78
+ questions: accessPackageQuestion[] | null;
79
+ schedule: requestSchedule | null;
80
+ verifiableCredentialRequirementStatus: verifiableCredentialRequirementStatus | null;
81
+ }
82
+
65
83
  @complex model accessPackageLocalizedContent {
66
84
  defaultText: string | null;
67
85
  localizedTexts: accessPackageLocalizedText[] | null;
@@ -252,6 +270,10 @@ namespace reference.`microsoft.graph` {
252
270
  error: publicError | null;
253
271
  }
254
272
 
273
+ @complex model activityMetadata {
274
+ activity: userActivityType;
275
+ }
276
+
255
277
  @complex model addFooter extends markContent {
256
278
  alignment: alignment | null;
257
279
  margin: int32 | null;
@@ -276,6 +298,19 @@ namespace reference.`microsoft.graph` {
276
298
  data: binary | null;
277
299
  }
278
300
 
301
+ @complex model aiAgentInfo extends aiInteractionEntity {
302
+ blueprintId: string | null;
303
+ }
304
+
305
+ @complex model aiInteractionEntity {
306
+ identifier: string | null;
307
+ name: string | null;
308
+ version: string | null;
309
+ }
310
+
311
+ @complex model aiInteractionPlugin extends aiInteractionEntity {
312
+ }
313
+
279
314
  @complex model album {
280
315
  coverImageItemId: string | null;
281
316
  }
@@ -374,13 +409,14 @@ namespace reference.`microsoft.graph` {
374
409
  identifierUris: identifierUriConfiguration | null;
375
410
  }
376
411
 
412
+ @abstract
377
413
  @complex model appManagementConfiguration {
378
414
 
379
415
 
380
416
  }
381
417
 
382
418
  @complex model appManagementPolicyActorExemptions {
383
- @contains customSecurityAttributes: customSecurityAttributeExemption[];
419
+ customSecurityAttributes: customSecurityAttributeExemption[] | null;
384
420
  }
385
421
 
386
422
  @complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
@@ -707,6 +743,11 @@ namespace reference.`microsoft.graph` {
707
743
  basis: string | null;
708
744
  }
709
745
 
746
+ @complex model azureActiveDirectoryTenant extends identitySource {
747
+ displayName: string | null;
748
+ tenantId: string | null;
749
+ }
750
+
710
751
  @complex model azureADJoinPolicy {
711
752
  allowedToJoin: deviceRegistrationMembership | null;
712
753
  isAdminConfigurable: boolean | null;
@@ -728,12 +769,21 @@ namespace reference.`microsoft.graph` {
728
769
  resourceId: string | null;
729
770
  }
730
771
 
772
+ @complex model binaryContent extends contentBase {
773
+ data: binary;
774
+ }
775
+
731
776
  @complex model blockAccessAction extends dlpActionInfo {
732
777
  }
733
778
 
734
779
  @complex model booleanColumn {
735
780
  }
736
781
 
782
+ @complex model bundle {
783
+ album: album | null;
784
+ childCount: int32 | null;
785
+ }
786
+
737
787
  @complex model businessFlowSettings extends accessReviewSettings {
738
788
  durationInDays: int32;
739
789
  }
@@ -986,6 +1036,11 @@ namespace reference.`microsoft.graph` {
986
1036
  target: string | null;
987
1037
  }
988
1038
 
1039
+ @complex model classificationAttribute {
1040
+ confidence: int32 | null;
1041
+ count: int32 | null;
1042
+ }
1043
+
989
1044
  @complex model classificationError extends classifcationErrorBase {
990
1045
  details: classifcationErrorBase[] | null;
991
1046
  }
@@ -997,6 +1052,12 @@ namespace reference.`microsoft.graph` {
997
1052
  errorDateTime: offsetDateTime | null;
998
1053
  }
999
1054
 
1055
+ @complex model classificationLimit {
1056
+ allowedLimit: int32 | null;
1057
+ code: string | null;
1058
+ impactedSensitiveTypeIds: string[];
1059
+ }
1060
+
1000
1061
  @complex model cloudAppSecuritySessionControl extends conditionalAccessSessionControl {
1001
1062
  cloudAppSecurityType: cloudAppSecuritySessionControlType | null;
1002
1063
  }
@@ -1190,6 +1251,10 @@ namespace reference.`microsoft.graph` {
1190
1251
  url: string | null;
1191
1252
  }
1192
1253
 
1254
+ @complex model connectivityParameterEntry {
1255
+ value: string | null;
1256
+ }
1257
+
1193
1258
  @complex model containerFilter {
1194
1259
  includedContainers: string[] | null;
1195
1260
  }
@@ -1197,6 +1262,10 @@ namespace reference.`microsoft.graph` {
1197
1262
  @complex model contentApprovalStatusColumn {
1198
1263
  }
1199
1264
 
1265
+ @abstract
1266
+ @complex model contentBase {
1267
+ }
1268
+
1200
1269
  @complex model contentClassification {
1201
1270
  confidence: int32 | null;
1202
1271
  matches: matchLocation[] | null;
@@ -1215,6 +1284,16 @@ namespace reference.`microsoft.graph` {
1215
1284
  @complex model contentMetadata {
1216
1285
  }
1217
1286
 
1287
+ @complex model contentModelUsage {
1288
+ createdBy: identitySet | null;
1289
+ @computed createdDateTime: offsetDateTime | null;
1290
+ driveId: string | null;
1291
+ lastModifiedBy: identitySet | null;
1292
+ @computed lastModifiedDateTime: offsetDateTime | null;
1293
+ modelId: string | null;
1294
+ modelVersion: string | null;
1295
+ }
1296
+
1218
1297
  @complex model contentProperties {
1219
1298
  extensions: string[] | null;
1220
1299
  lastModifiedBy: string | null;
@@ -1287,6 +1366,12 @@ namespace reference.`microsoft.graph` {
1287
1366
  value: string | null;
1288
1367
  }
1289
1368
 
1369
+ @complex model crossCloudAzureActiveDirectoryTenant extends identitySource {
1370
+ cloudInstance: string;
1371
+ displayName: string | null;
1372
+ tenantId: string | null;
1373
+ }
1374
+
1290
1375
  @complex model crossTenantAccessPolicyB2BSetting {
1291
1376
  applications: crossTenantAccessPolicyTargetConfiguration | null;
1292
1377
  usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
@@ -1388,6 +1473,20 @@ namespace reference.`microsoft.graph` {
1388
1473
  clientConfiguration: customExtensionClientConfiguration | null;
1389
1474
  }
1390
1475
 
1476
+ @open
1477
+ @complex model customMetadataDictionary extends Dictionary {
1478
+ }
1479
+
1480
+ @abstract
1481
+ @complex model customSecurityAttributeExemption {
1482
+ id: string;
1483
+ operator: customSecurityAttributeComparisonOperator;
1484
+ }
1485
+
1486
+ @complex model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
1487
+ value: string | null;
1488
+ }
1489
+
1391
1490
  @open
1392
1491
  @complex model customSecurityAttributeValue {
1393
1492
  }
@@ -1430,6 +1529,12 @@ namespace reference.`microsoft.graph` {
1430
1529
  @complex model defaultInvitationRedemptionIdentityProviderConfiguration extends invitationRedemptionIdentityProviderConfiguration {
1431
1530
  }
1432
1531
 
1532
+ @complex model defaultSharingLink {
1533
+ defaultToExistingAccess: boolean | null;
1534
+ role: sharingRole | null;
1535
+ scope: sharingScope | null;
1536
+ }
1537
+
1433
1538
  @complex model defaultUserRolePermissions {
1434
1539
  allowedToCreateApps: boolean;
1435
1540
  allowedToCreateSecurityGroups: boolean;
@@ -1452,6 +1557,7 @@ namespace reference.`microsoft.graph` {
1452
1557
  }
1453
1558
 
1454
1559
  @complex model detectedSensitiveContent extends detectedSensitiveContentBase {
1560
+ classificationAttributes: classificationAttribute[] | null;
1455
1561
  classificationMethod: classificationMethod | null;
1456
1562
  scope: sensitiveTypeScope | null;
1457
1563
  sensitiveTypeSource: sensitiveTypeSource | null;
@@ -1526,6 +1632,16 @@ namespace reference.`microsoft.graph` {
1526
1632
  passwordBase64: string;
1527
1633
  }
1528
1634
 
1635
+ @complex model deviceMetadata {
1636
+ deviceType: string | null;
1637
+ ipAddress: string | null;
1638
+ operatingSystemSpecifications: operatingSystemSpecifications | null;
1639
+ }
1640
+
1641
+ @complex model deviceProperties {
1642
+ deviceIdentifiers: string[] | null;
1643
+ }
1644
+
1529
1645
  @complex model deviceRegistrationMembership {
1530
1646
  }
1531
1647
 
@@ -1535,6 +1651,9 @@ namespace reference.`microsoft.graph` {
1535
1651
  triggers: restrictionTrigger[] | null;
1536
1652
  }
1537
1653
 
1654
+ @complex model diagnosticMetadata {
1655
+ }
1656
+
1538
1657
  @open
1539
1658
  @complex model Dictionary {
1540
1659
  }
@@ -1544,10 +1663,18 @@ namespace reference.`microsoft.graph` {
1544
1663
  used: int32 | null;
1545
1664
  }
1546
1665
 
1666
+ @complex model directSharingAbilities {
1667
+ addExistingExternalUsers: sharingOperationStatus | null;
1668
+ addInternalUsers: sharingOperationStatus | null;
1669
+ addNewExternalUsers: sharingOperationStatus | null;
1670
+ requestGrantAccess: sharingOperationStatus | null;
1671
+ }
1672
+
1547
1673
  @complex model disableAndDeleteUserApplyAction extends accessReviewApplyAction {
1548
1674
  }
1549
1675
 
1550
1676
  @complex model discoveredSensitiveType {
1677
+ classificationAttributes: classificationAttribute[] | null;
1551
1678
  confidence: int32 | null;
1552
1679
  count: int32 | null;
1553
1680
  id: guid;
@@ -1569,7 +1696,6 @@ namespace reference.`microsoft.graph` {
1569
1696
  }
1570
1697
 
1571
1698
  @complex model dlpEvaluationInput {
1572
- accessScope: accessScope | null;
1573
1699
  currentLabel: currentLabel | null;
1574
1700
  discoveredSensitiveTypes: discoveredSensitiveType[] | null;
1575
1701
  }
@@ -1614,12 +1740,27 @@ namespace reference.`microsoft.graph` {
1614
1740
  versionId: string | null;
1615
1741
  }
1616
1742
 
1743
+ @complex model domainIdentitySource extends identitySource {
1744
+ displayName: string | null;
1745
+ domainName: string | null;
1746
+ }
1747
+
1617
1748
  @complex model domainState {
1618
1749
  @computed lastActionDateTime: offsetDateTime | null;
1619
1750
  operation: string | null;
1620
1751
  status: string | null;
1621
1752
  }
1622
1753
 
1754
+ @complex model driveItemAccessOperationsViewpoint {
1755
+ canComment: boolean | null;
1756
+ canCreateFile: boolean | null;
1757
+ canCreateFolder: boolean | null;
1758
+ canDelete: boolean | null;
1759
+ canDownload: boolean | null;
1760
+ canRead: boolean | null;
1761
+ canUpdate: boolean | null;
1762
+ }
1763
+
1623
1764
  @complex model driveItemSource {
1624
1765
  application: driveItemSourceApplication | null;
1625
1766
  externalId: string | null;
@@ -1634,6 +1775,11 @@ namespace reference.`microsoft.graph` {
1634
1775
  name: string | null;
1635
1776
  }
1636
1777
 
1778
+ @complex model driveItemViewpoint {
1779
+ accessOperations: driveItemAccessOperationsViewpoint | null;
1780
+ sharing: sharingViewpoint | null;
1781
+ }
1782
+
1637
1783
  @complex model driveRecipient {
1638
1784
  `alias`: string | null;
1639
1785
  email: string | null;
@@ -1716,12 +1862,6 @@ namespace reference.`microsoft.graph` {
1716
1862
  recommended: evaluateLabelJobResult | null;
1717
1863
  }
1718
1864
 
1719
- @complex model evaluateLabelsAndPoliciesResult {
1720
- classificationResult: detectedSensitiveContentWrapper | null;
1721
- dataLossPreventionPoliciesResult: dlpPoliciesJobResult | null;
1722
- sensitivityLabelsResult: evaluateLabelJobResultGroup | null;
1723
- }
1724
-
1725
1865
  @complex model evaluateSensitivityLabelsRequest {
1726
1866
  currentLabel: currentLabel | null;
1727
1867
  discoveredSensitiveTypes: discoveredSensitiveType[] | null;
@@ -1731,6 +1871,13 @@ namespace reference.`microsoft.graph` {
1731
1871
  @complex model eventMessageDetail {
1732
1872
  }
1733
1873
 
1874
+ @complex model exactDataMatchStoreColumn {
1875
+ ignoredDelimiters: string[] | null;
1876
+ isCaseInsensitive: boolean | null;
1877
+ isSearchable: boolean | null;
1878
+ name: string | null;
1879
+ }
1880
+
1734
1881
  @complex model exactMatchClassificationRequest {
1735
1882
  contentClassifications: contentClassification[] | null;
1736
1883
  sensitiveTypeIds: string[] | null;
@@ -1746,6 +1893,12 @@ namespace reference.`microsoft.graph` {
1746
1893
  @complex model exactMatchDetectedSensitiveContent extends detectedSensitiveContentBase {
1747
1894
  }
1748
1895
 
1896
+ @complex model exactMatchDiagnostic {
1897
+ classificationId: guid;
1898
+ classificationLimits: classificationLimit[];
1899
+ unmatchedItems: unmatched[];
1900
+ }
1901
+
1749
1902
  @complex model excludeTarget {
1750
1903
  id: string;
1751
1904
  targetType: authenticationMethodTargetType;
@@ -1774,6 +1927,12 @@ namespace reference.`microsoft.graph` {
1774
1927
  type: string | null;
1775
1928
  }
1776
1929
 
1930
+ @complex model externalDomainFederation extends identitySource {
1931
+ displayName: string | null;
1932
+ domainName: string | null;
1933
+ issuerUri: string | null;
1934
+ }
1935
+
1777
1936
  @complex model externalSponsors extends userSet {
1778
1937
  }
1779
1938
 
@@ -1798,6 +1957,7 @@ namespace reference.`microsoft.graph` {
1798
1957
  }
1799
1958
 
1800
1959
  @complex model file {
1960
+ archiveStatus: fileArchiveStatus;
1801
1961
  hashes: hashes | null;
1802
1962
  mimeType: string | null;
1803
1963
  processingMetadata: boolean | null;
@@ -1815,6 +1975,55 @@ namespace reference.`microsoft.graph` {
1815
1975
  riskScore: string | null;
1816
1976
  }
1817
1977
 
1978
+ @open
1979
+ @complex model fileStorageContainerCustomPropertyDictionary extends Dictionary {
1980
+ }
1981
+
1982
+ @complex model fileStorageContainerCustomPropertyValue {
1983
+ isSearchable: boolean | null;
1984
+ value: string;
1985
+ }
1986
+
1987
+ @complex model fileStorageContainerSettings {
1988
+ isItemVersioningEnabled: boolean | null;
1989
+ isOcrEnabled: boolean | null;
1990
+ itemDefaultSensitivityLabelId: string | null;
1991
+ itemMajorVersionLimit: int32 | null;
1992
+ }
1993
+
1994
+ @complex model fileStorageContainerTypeAgentSettings {
1995
+ chatEmbedAllowedHosts: string[];
1996
+ }
1997
+
1998
+ @complex model fileStorageContainerTypeRegistrationSettings {
1999
+ agent: fileStorageContainerTypeAgentSettings | null;
2000
+ isDiscoverabilityEnabled: boolean | null;
2001
+ isItemVersioningEnabled: boolean | null;
2002
+ isSearchEnabled: boolean | null;
2003
+ isSharingRestricted: boolean | null;
2004
+ itemMajorVersionLimit: int64 | null;
2005
+ maxStoragePerContainerInBytes: int64 | null;
2006
+ sharingCapability: sharingCapabilities | null;
2007
+ urlTemplate: string | null;
2008
+ }
2009
+
2010
+ @complex model fileStorageContainerTypeSettings {
2011
+ agent: fileStorageContainerTypeAgentSettings | null;
2012
+ consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
2013
+ isDiscoverabilityEnabled: boolean | null;
2014
+ isItemVersioningEnabled: boolean | null;
2015
+ isSearchEnabled: boolean | null;
2016
+ isSharingRestricted: boolean | null;
2017
+ itemMajorVersionLimit: int64 | null;
2018
+ maxStoragePerContainerInBytes: int64 | null;
2019
+ sharingCapability: sharingCapabilities | null;
2020
+ urlTemplate: string | null;
2021
+ }
2022
+
2023
+ @complex model fileStorageContainerViewpoint {
2024
+ effectiveRole: string;
2025
+ }
2026
+
1818
2027
  @complex model fileSystemInfo {
1819
2028
  @computed createdDateTime: offsetDateTime | null;
1820
2029
  @computed lastAccessedDateTime: offsetDateTime | null;
@@ -1905,12 +2114,6 @@ namespace reference.`microsoft.graph` {
1905
2114
  version: string | null;
1906
2115
  }
1907
2116
 
1908
- @complex model governancePermission {
1909
- accessLevel: string | null;
1910
- isActive: boolean | null;
1911
- isEligible: boolean | null;
1912
- }
1913
-
1914
2117
  @complex model governancePolicy {
1915
2118
  decisionMakerCriteria: governanceCriteria[] | null;
1916
2119
  notificationPolicy: governanceNotificationPolicy | null;
@@ -1942,6 +2145,11 @@ namespace reference.`microsoft.graph` {
1942
2145
  includedGroups: string[] | null;
1943
2146
  }
1944
2147
 
2148
+ @open
2149
+ @complex model groupIdentity extends identity {
2150
+ mailNickname: string | null;
2151
+ }
2152
+
1945
2153
  @complex model groupMembers extends userSet {
1946
2154
  description: string | null;
1947
2155
  id: string | null;
@@ -1954,6 +2162,9 @@ namespace reference.`microsoft.graph` {
1954
2162
  @complex model groupPeerOutlierRecommendationInsightSettings extends accessReviewRecommendationInsightSetting {
1955
2163
  }
1956
2164
 
2165
+ @complex model groupScope extends scopeBase {
2166
+ }
2167
+
1957
2168
  @complex model hashes {
1958
2169
  crc32Hash: string | null;
1959
2170
  quickXorHash: string | null;
@@ -2007,6 +2218,12 @@ namespace reference.`microsoft.graph` {
2007
2218
  id: string | null;
2008
2219
  }
2009
2220
 
2221
+ @complex model identityInput {
2222
+ `alias`: string | null;
2223
+ email: string | null;
2224
+ objectId: string | null;
2225
+ }
2226
+
2010
2227
  @open
2011
2228
  @complex model identitySet {
2012
2229
  application: identity | null;
@@ -2014,6 +2231,10 @@ namespace reference.`microsoft.graph` {
2014
2231
  user: identity | null;
2015
2232
  }
2016
2233
 
2234
+ @abstract
2235
+ @complex model identitySource {
2236
+ }
2237
+
2017
2238
  @complex model idleSessionSignOut {
2018
2239
  isEnabled: boolean | null;
2019
2240
  signOutAfterInSeconds: int64 | null;
@@ -2059,6 +2280,11 @@ namespace reference.`microsoft.graph` {
2059
2280
  singleSignOnDocumentationUrl: string | null;
2060
2281
  }
2061
2282
 
2283
+ @complex model informationBarrier {
2284
+ mode: informationBarrierMode;
2285
+ segmentIds: guid;
2286
+ }
2287
+
2062
2288
  @abstract
2063
2289
  @complex model inheritableScopes {
2064
2290
  kind: scopeCollectionKind;
@@ -2081,6 +2307,22 @@ namespace reference.`microsoft.graph` {
2081
2307
  webUrl: string | null;
2082
2308
  }
2083
2309
 
2310
+ @complex model integerRange {
2311
+ end: int64 | null;
2312
+
2313
+ @graphDeprecated("Tasks_And_Plans")
2314
+ maximum: int64 | null;
2315
+
2316
+ @graphDeprecated("Tasks_And_Plans")
2317
+ minimum: int64 | null;
2318
+ start: int64 | null;
2319
+ }
2320
+
2321
+ @complex model integratedApplicationMetadata {
2322
+ name: string | null;
2323
+ version: string | null;
2324
+ }
2325
+
2084
2326
  @complex model internalSponsors extends userSet {
2085
2327
  }
2086
2328
 
@@ -2166,6 +2408,12 @@ namespace reference.`microsoft.graph` {
2166
2408
  version: versionAction | null;
2167
2409
  }
2168
2410
 
2411
+ @open
2412
+ @complex model itemActionStat {
2413
+ actionCount: int32 | null;
2414
+ actorCount: int32 | null;
2415
+ }
2416
+
2169
2417
  @complex model itemActivityTimeSet {
2170
2418
  @computed lastRecordedDateTime: offsetDateTime | null;
2171
2419
  observedDateTime: offsetDateTime | null;
@@ -2188,7 +2436,6 @@ namespace reference.`microsoft.graph` {
2188
2436
  driveType: string | null;
2189
2437
  id: string | null;
2190
2438
  name: string | null;
2191
- parent: itemReference | null;
2192
2439
  path: string | null;
2193
2440
  shareId: string | null;
2194
2441
  sharepointIds: sharepointIds | null;
@@ -2198,6 +2445,14 @@ namespace reference.`microsoft.graph` {
2198
2445
  @complex model Json {
2199
2446
  }
2200
2447
 
2448
+ @complex model justInTimeAuditConfiguration {
2449
+ isEnabled: boolean;
2450
+ }
2451
+
2452
+ @complex model justInTimeEnforcementConfiguration {
2453
+ isEnabled: boolean;
2454
+ }
2455
+
2201
2456
  @complex model kerberosSignOnSettings {
2202
2457
  kerberosServicePrincipalName: string | null;
2203
2458
  kerberosSignOnMappingAttributeType: kerberosSignOnMappingAttributeType | null;
@@ -2214,6 +2469,7 @@ namespace reference.`microsoft.graph` {
2214
2469
  usage: string | null;
2215
2470
  }
2216
2471
 
2472
+
2217
2473
  @complex model keyValue {
2218
2474
  key: string | null;
2219
2475
  value: string | null;
@@ -2264,6 +2520,27 @@ namespace reference.`microsoft.graph` {
2264
2520
  tokenDetails: tokenDetails | null;
2265
2521
  }
2266
2522
 
2523
+ @complex model linkRoleAbilities {
2524
+ addExistingExternalUsers: sharingOperationStatus | null;
2525
+ addNewExternalUsers: sharingOperationStatus | null;
2526
+ applyVariants: sharingLinkVariants | null;
2527
+ createLink: sharingOperationStatus | null;
2528
+ deleteLink: sharingOperationStatus | null;
2529
+ linkAllowsExternalUsers: sharingOperationStatus | null;
2530
+ linkExpiration: sharingLinkExpirationStatus | null;
2531
+ retrieveLink: sharingOperationStatus | null;
2532
+ updateLink: sharingOperationStatus | null;
2533
+ }
2534
+
2535
+ @complex model linkScopeAbilities {
2536
+ blockDownloadLinkAbilities: linkRoleAbilities | null;
2537
+ editLinkAbilities: linkRoleAbilities;
2538
+ manageListLinkAbilities: linkRoleAbilities | null;
2539
+ readLinkAbilities: linkRoleAbilities;
2540
+ reviewLinkAbilities: linkRoleAbilities | null;
2541
+ submitOnlyLinkAbilities: linkRoleAbilities | null;
2542
+ }
2543
+
2267
2544
  @complex model listInfo {
2268
2545
  contentTypesEnabled: boolean | null;
2269
2546
  hidden: boolean | null;
@@ -2399,6 +2676,12 @@ namespace reference.`microsoft.graph` {
2399
2676
  text: string | null;
2400
2677
  }
2401
2678
 
2679
+ @complex model matchedCondition {
2680
+ condition: string;
2681
+ displayName: string;
2682
+ values: string[];
2683
+ }
2684
+
2402
2685
  @complex model matchingDlpRule {
2403
2686
  actions: dlpActionInfo[] | null;
2404
2687
  isMostRestrictive: boolean | null;
@@ -2609,7 +2892,6 @@ namespace reference.`microsoft.graph` {
2609
2892
  @complex model notifyUserAction extends dlpActionInfo {
2610
2893
  @computed actionLastModifiedDateTime: offsetDateTime | null;
2611
2894
  emailText: string | null;
2612
- overrideOption: overrideOption | null;
2613
2895
  policyTip: string | null;
2614
2896
  recipients: string[] | null;
2615
2897
  }
@@ -2773,6 +3055,7 @@ namespace reference.`microsoft.graph` {
2773
3055
  onPremisesApplicationSegments: onPremisesApplicationSegment[] | null;
2774
3056
  segmentsConfiguration: segmentConfiguration | null;
2775
3057
  singleSignOnSettings: onPremisesPublishingSingleSignOn | null;
3058
+ trafficRoutingMethod: trafficRoutingMethod;
2776
3059
  useAlternateUrlForTranslationAndRedirect: boolean | null;
2777
3060
  verifiedCustomDomainCertificatesMetadata: verifiedCustomDomainCertificatesMetadata | null;
2778
3061
  verifiedCustomDomainKeyCredential: keyCredential | null;
@@ -2813,11 +3096,20 @@ namespace reference.`microsoft.graph` {
2813
3096
  discoveryUrl: string;
2814
3097
  }
2815
3098
 
3099
+ @complex model operatingSystemSpecifications {
3100
+ operatingSystemPlatform: string;
3101
+ operatingSystemVersion: string;
3102
+ }
3103
+
2816
3104
  @complex model operationError {
2817
3105
  code: string | null;
2818
3106
  message: string | null;
2819
3107
  }
2820
3108
 
3109
+ @complex model opticalCharacterRecognitionConfiguration {
3110
+ isEnabled: boolean | null;
3111
+ }
3112
+
2821
3113
  @complex model optionalClaim {
2822
3114
  additionalProperties: string[] | null;
2823
3115
  essential: boolean;
@@ -2871,6 +3163,7 @@ namespace reference.`microsoft.graph` {
2871
3163
  startDateTime: offsetDateTime | null;
2872
3164
  }
2873
3165
 
3166
+
2874
3167
  @complex model passwordProfile {
2875
3168
  forceChangePasswordNextSignIn: boolean | null;
2876
3169
  forceChangePasswordNextSignInWithMfa: boolean | null;
@@ -2940,6 +3233,11 @@ namespace reference.`microsoft.graph` {
2940
3233
  displayAs: string | null;
2941
3234
  }
2942
3235
 
3236
+ @complex model perTenantTrafficSegmentsOverride {
3237
+ percentage: int32;
3238
+ tenantId: guid;
3239
+ }
3240
+
2943
3241
  @complex model phone {
2944
3242
  number: string | null;
2945
3243
  type: phoneType | null;
@@ -3215,6 +3513,40 @@ namespace reference.`microsoft.graph` {
3215
3513
  usageRights: usageRightsInfo | null;
3216
3514
  }
3217
3515
 
3516
+ @complex model policyBinding {
3517
+ exclusions: scopeBase[] | null;
3518
+ inclusions: scopeBase[];
3519
+ }
3520
+
3521
+ @abstract
3522
+ @complex model policyLocation {
3523
+ value: string;
3524
+ }
3525
+
3526
+ @complex model policyLocationApplication extends policyLocation {
3527
+ }
3528
+
3529
+ @complex model policyLocationDomain extends policyLocation {
3530
+ }
3531
+
3532
+ @complex model policyLocationUrl extends policyLocation {
3533
+ }
3534
+
3535
+ @abstract
3536
+ @complex model policyScopeBase {
3537
+ activities: userActivityTypes;
3538
+ executionMode: executionMode;
3539
+ locations: policyLocation[];
3540
+ policyActions: dlpActionInfo[];
3541
+ }
3542
+
3543
+ @complex model policyTenantScope extends policyScopeBase {
3544
+ policyScope: policyBinding | null;
3545
+ }
3546
+
3547
+ @complex model policyUserScope extends policyScopeBase {
3548
+ }
3549
+
3218
3550
  @complex model positionDetail {
3219
3551
  company: companyDetail | null;
3220
3552
  description: string | null;
@@ -3257,11 +3589,74 @@ namespace reference.`microsoft.graph` {
3257
3589
  processId: int32 | null;
3258
3590
  }
3259
3591
 
3592
+ @complex model processContentBatchRequest {
3593
+ contentToProcess: processContentRequest;
3594
+ requestId: string | null;
3595
+ userId: string | null;
3596
+ }
3597
+
3598
+ @abstract
3599
+ @complex model processContentMetadataBase {
3600
+ content: contentBase | null;
3601
+ correlationId: string | null;
3602
+ @computed createdDateTime: offsetDateTime;
3603
+ identifier: string;
3604
+ isTruncated: boolean;
3605
+ length: int64 | null;
3606
+ modifiedDateTime: offsetDateTime;
3607
+ name: string;
3608
+ sequenceNumber: int64 | null;
3609
+ }
3610
+
3611
+ @complex model processContentRequest {
3612
+ activityMetadata: activityMetadata;
3613
+ contentEntries: processContentMetadataBase[];
3614
+ deviceMetadata: deviceMetadata;
3615
+ integratedAppMetadata: integratedApplicationMetadata;
3616
+ protectedAppMetadata: protectedApplicationMetadata | null;
3617
+ }
3618
+
3619
+ @complex model processContentResponse {
3620
+ policyActions: dlpActionInfo[];
3621
+ processingErrors: processingError[];
3622
+ protectionScopeState: protectionScopeState;
3623
+ }
3624
+
3625
+ @complex model processContentResponses {
3626
+ requestId: string | null;
3627
+ results: processContentResponse;
3628
+ }
3629
+
3630
+ @complex model processConversationMetadata extends processContentMetadataBase {
3631
+
3632
+ // Warning: Malformed version string '2020-08-20' detected.
3633
+ accessedResources: string[] | null;
3634
+ accessedResources_v2: resourceAccessDetail[] | null;
3635
+ agents: aiAgentInfo[] | null;
3636
+ parentMessageId: string | null;
3637
+ plugins: aiInteractionPlugin[] | null;
3638
+ }
3639
+
3640
+ @complex model processFileMetadata extends processContentMetadataBase {
3641
+ customProperties: customMetadataDictionary | null;
3642
+ ownerId: string | null;
3643
+ }
3644
+
3645
+ @complex model processingError extends classificationError {
3646
+ errorType: contentProcessingErrorType;
3647
+ }
3648
+
3260
3649
  @complex model profileCardAnnotation {
3261
3650
  displayName: string | null;
3262
3651
  localizations: displayNameLocalization[] | null;
3263
3652
  }
3264
3653
 
3654
+ @complex model profileSourceLocalization {
3655
+ displayName: string | null;
3656
+ languageTag: string | null;
3657
+ webUrl: string | null;
3658
+ }
3659
+
3265
3660
  @open
3266
3661
  @complex model programResource extends identity {
3267
3662
  type: string | null;
@@ -3272,6 +3667,10 @@ namespace reference.`microsoft.graph` {
3272
3667
  propertyValue: string | null;
3273
3668
  }
3274
3669
 
3670
+ @complex model protectedApplicationMetadata extends integratedApplicationMetadata {
3671
+ applicationLocation: policyLocation | null;
3672
+ }
3673
+
3275
3674
  @complex model protectedContent {
3276
3675
  cid: string | null;
3277
3676
  format: string | null;
@@ -3284,6 +3683,14 @@ namespace reference.`microsoft.graph` {
3284
3683
  privacy: groupPrivacy | null;
3285
3684
  }
3286
3685
 
3686
+ @complex model protectOnlineMeetingAction extends labelActionBase {
3687
+ allowedForwarders: onlineMeetingForwarders | null;
3688
+ allowedPresenters: onlineMeetingPresenters | null;
3689
+ isCopyToClipboardEnabled: boolean | null;
3690
+ isLobbyEnabled: boolean | null;
3691
+ lobbyBypassSettings: lobbyBypassSettings | null;
3692
+ }
3693
+
3287
3694
  @complex model protectSite extends labelActionBase {
3288
3695
  accessType: siteAccessType | null;
3289
3696
  conditionalAccessProtectionLevelId: string | null;
@@ -3413,6 +3820,10 @@ namespace reference.`microsoft.graph` {
3413
3820
  type: recurrenceRangeType | null;
3414
3821
  }
3415
3822
 
3823
+ @complex model recycleBinSettings {
3824
+ retentionPeriodOverrideDays: int32 | null;
3825
+ }
3826
+
3416
3827
  @complex model referencedObject {
3417
3828
  referencedObjectName: string | null;
3418
3829
  referencedProperty: string | null;
@@ -3532,6 +3943,17 @@ namespace reference.`microsoft.graph` {
3532
3943
  type: string | null;
3533
3944
  }
3534
3945
 
3946
+ @complex model resourceAccessDetail {
3947
+ accessType: resourceAccessType;
3948
+ identifier: string;
3949
+ isCrossPromptInjectionDetected: boolean;
3950
+ labelId: string | null;
3951
+ name: string;
3952
+ status: resourceAccessStatus;
3953
+ storageId: string | null;
3954
+ url: string | null;
3955
+ }
3956
+
3535
3957
  @open
3536
3958
  @complex model resourceData {
3537
3959
  }
@@ -3571,6 +3993,14 @@ namespace reference.`microsoft.graph` {
3571
3993
  @complex model restoreAction {
3572
3994
  }
3573
3995
 
3996
+ @complex model restrictAccessAction extends restrictAccessActionBase {
3997
+ }
3998
+
3999
+ @abstract
4000
+ @complex model restrictAccessActionBase extends dlpActionInfo {
4001
+ restrictionAction: restrictionAction | null;
4002
+ }
4003
+
3574
4004
  @complex model resultInfo {
3575
4005
  code: int32;
3576
4006
  message: string | null;
@@ -3644,6 +4074,11 @@ namespace reference.`microsoft.graph` {
3644
4074
  subject: string | null;
3645
4075
  }
3646
4076
 
4077
+ @abstract
4078
+ @complex model scopeBase {
4079
+ identity: string | null;
4080
+ }
4081
+
3647
4082
  @complex model searchResult {
3648
4083
  onClickTelemetryUrl: string | null;
3649
4084
  }
@@ -3794,14 +4229,48 @@ namespace reference.`microsoft.graph` {
3794
4229
  sharedDateTime: offsetDateTime | null;
3795
4230
  }
3796
4231
 
4232
+ @complex model sharePointApiUsageDataPoint {
4233
+ activeApps: int32 | null;
4234
+ appId: string | null;
4235
+ serviceArea: string | null;
4236
+ tenantId: string | null;
4237
+ usageDateTime: offsetDateTime | null;
4238
+ usageMB: int64 | null;
4239
+ usageRequests: int64 | null;
4240
+ }
4241
+
4242
+ @complex model sharePointApiUsageReport {
4243
+ dataPoints: sharePointApiUsageDataPoint[];
4244
+ }
4245
+
4246
+ @open
4247
+ @complex model sharePointGroupIdentity extends identity {
4248
+ principalId: string | null;
4249
+ title: string | null;
4250
+ }
4251
+
4252
+ @complex model sharePointGroupMigrationTaskParameters extends sharePointMigrationTaskParameters {
4253
+ sourceGroupIdentity: groupIdentity | null;
4254
+ targetGroupIdentity: groupIdentity | null;
4255
+ }
4256
+
3797
4257
  @open
3798
4258
  @complex model sharePointIdentity extends identity {
3799
4259
  loginName: string | null;
3800
4260
  }
3801
4261
 
4262
+ @complex model sharePointIdentityMappingGroupMigrationData {
4263
+ mailNickname: string | null;
4264
+ }
4265
+
4266
+ @complex model sharePointIdentityMappingUserMigrationData {
4267
+ email: string | null;
4268
+ }
4269
+
3802
4270
  @open
3803
4271
  @complex model sharePointIdentitySet extends identitySet {
3804
4272
  group: identity | null;
4273
+ sharePointGroup: sharePointGroupIdentity | null;
3805
4274
  siteGroup: sharePointIdentity | null;
3806
4275
  siteUser: sharePointIdentity | null;
3807
4276
  }
@@ -3816,6 +4285,38 @@ namespace reference.`microsoft.graph` {
3816
4285
  webId: string | null;
3817
4286
  }
3818
4287
 
4288
+ @complex model sharePointMigrationContainerInfo {
4289
+ dataContainerUri: string;
4290
+ encryptionKey: string;
4291
+ metadataContainerUri: string;
4292
+ }
4293
+
4294
+ @complex model sharePointMigrationTaskParameters {
4295
+ preferredLatestStartDateTime: offsetDateTime | null;
4296
+ preferredStartDateTime: offsetDateTime | null;
4297
+ sourceSiteUrl: string | null;
4298
+ targetDataLocationCode: string | null;
4299
+ targetOrganizationHost: string | null;
4300
+ targetOrganizationId: guid | null;
4301
+ targetSiteUrl: string | null;
4302
+ validateOnly: boolean | null;
4303
+ }
4304
+
4305
+ @complex model sharePointSharingAbilities {
4306
+ anyoneLinkAbilities: linkScopeAbilities | null;
4307
+ directSharingAbilities: directSharingAbilities | null;
4308
+ organizationLinkAbilities: linkScopeAbilities | null;
4309
+ specificPeopleLinkAbilities: linkScopeAbilities | null;
4310
+ }
4311
+
4312
+ @complex model sharePointSiteMigrationTaskParameters extends sharePointMigrationTaskParameters {
4313
+ }
4314
+
4315
+ @complex model sharePointUserMigrationTaskParameters extends sharePointMigrationTaskParameters {
4316
+ sourceUserIdentity: userIdentity | null;
4317
+ targetUserIdentity: userIdentity | null;
4318
+ }
4319
+
3819
4320
  @complex model sharingInvitation {
3820
4321
  email: string | null;
3821
4322
  invitedBy: identitySet | null;
@@ -3833,6 +4334,29 @@ namespace reference.`microsoft.graph` {
3833
4334
  webUrl: string | null;
3834
4335
  }
3835
4336
 
4337
+ @complex model sharingLinkExpirationStatus {
4338
+ defaultExpirationInDays: int32 | null;
4339
+ disabledReason: string | null;
4340
+ enabled: boolean | null;
4341
+ }
4342
+
4343
+ @complex model sharingLinkVariants {
4344
+ addressBarLinkPermission: sharingRole | null;
4345
+ allowEmbed: sharingOperationStatus | null;
4346
+ passwordProtected: sharingOperationStatus | null;
4347
+ requiresAuthentication: sharingOperationStatus | null;
4348
+ }
4349
+
4350
+ @complex model sharingOperationStatus {
4351
+ disabledReason: string | null;
4352
+ enabled: boolean | null;
4353
+ }
4354
+
4355
+ @complex model sharingViewpoint {
4356
+ defaultSharingLink: defaultSharingLink;
4357
+ sharingAbilities: sharePointSharingAbilities;
4358
+ }
4359
+
3836
4360
  @complex model signInActivity {
3837
4361
  @computed lastNonInteractiveSignInDateTime: offsetDateTime | null;
3838
4362
  lastNonInteractiveSignInRequestId: string | null;
@@ -3908,6 +4432,8 @@ namespace reference.`microsoft.graph` {
3908
4432
  }
3909
4433
 
3910
4434
  @complex model siteArchivalDetails {
4435
+ archivedBy: identitySet | null;
4436
+ archivedDateTime: offsetDateTime | null;
3911
4437
  archiveStatus: siteArchiveStatus | null;
3912
4438
  }
3913
4439
 
@@ -4047,6 +4573,7 @@ namespace reference.`microsoft.graph` {
4047
4573
  state: synchronizationScheduleState;
4048
4574
  }
4049
4575
 
4576
+ @graphDeprecated("SynchronizationSecret_Deprecation")
4050
4577
  @complex model synchronizationSecretKeyStringValuePair {
4051
4578
  key: synchronizationSecret;
4052
4579
  value: string | null;
@@ -4107,6 +4634,9 @@ namespace reference.`microsoft.graph` {
4107
4634
  userPrincipalName: string | null;
4108
4635
  }
4109
4636
 
4637
+ @complex model targetUserSponsors extends userSet {
4638
+ }
4639
+
4110
4640
  @complex model teamArchivedEventMessageDetail extends eventMessageDetail {
4111
4641
  initiator: identitySet | null;
4112
4642
  teamId: string | null;
@@ -4470,6 +5000,9 @@ namespace reference.`microsoft.graph` {
4470
5000
  tenantId: string;
4471
5001
  }
4472
5002
 
5003
+ @complex model tenantScope extends scopeBase {
5004
+ }
5005
+
4473
5006
  @complex model termColumn {
4474
5007
  allowMultipleValues: boolean | null;
4475
5008
  showFullyQualifiedName: boolean | null;
@@ -4490,6 +5023,10 @@ namespace reference.`microsoft.graph` {
4490
5023
  textType: string | null;
4491
5024
  }
4492
5025
 
5026
+ @complex model textContent extends contentBase {
5027
+ data: string;
5028
+ }
5029
+
4493
5030
  @complex model thumbnail {
4494
5031
  content: stream | null;
4495
5032
  height: int32 | null;
@@ -4555,6 +5092,10 @@ namespace reference.`microsoft.graph` {
4555
5092
  untranslatedLanguages: string[] | null;
4556
5093
  }
4557
5094
 
5095
+ @complex model trustContainerConfiguration {
5096
+ isEnabled: boolean;
5097
+ }
5098
+
4558
5099
  @complex model trustedSubjectNameAndIssuerConfiguration {
4559
5100
  trustedCertificateSubjectAddition: trustedSubjectNameAndIssuerRestriction | null;
4560
5101
  }
@@ -4586,6 +5127,14 @@ namespace reference.`microsoft.graph` {
4586
5127
  excludedResourceActions: string[] | null;
4587
5128
  }
4588
5129
 
5130
+ @complex model unmatched {
5131
+ code: string | null;
5132
+ corroborativeEvidences: string[];
5133
+ idMatch: string | null;
5134
+ length: int32 | null;
5135
+ offset: int32 | null;
5136
+ }
5137
+
4589
5138
  @complex model unrestrictedAudience extends signInAudienceRestrictionsBase {
4590
5139
  }
4591
5140
 
@@ -4667,6 +5216,9 @@ namespace reference.`microsoft.graph` {
4667
5216
  userTypes: includedUserTypes | null;
4668
5217
  }
4669
5218
 
5219
+ @complex model userScope extends scopeBase {
5220
+ }
5221
+
4670
5222
  @complex model userSecurityState {
4671
5223
  aadUserId: string | null;
4672
5224
  accountName: string | null;
@@ -5013,6 +5565,9 @@ namespace reference.`microsoft.graph` {
5013
5565
  @contains accessPackageAssignmentPolicies: accessPackageAssignmentPolicy[];
5014
5566
  @references accessPackageCatalog: accessPackageCatalog | null;
5015
5567
  @contains accessPackageResourceRoleScopes: accessPackageResourceRoleScope[];
5568
+ @references accessPackagesIncompatibleWith: accessPackage[];
5569
+ @references incompatibleAccessPackages: accessPackage[];
5570
+ @contains incompatibleGroups: group[];
5016
5571
  }
5017
5572
 
5018
5573
  @entity model accessPackageAssignment extends entity {
@@ -5024,6 +5579,7 @@ namespace reference.`microsoft.graph` {
5024
5579
  customExtensionCalloutInstances: customExtensionCalloutInstance[] | null;
5025
5580
  expiredDateTime: offsetDateTime | null;
5026
5581
  isExtended: boolean | null;
5582
+ schedule: requestSchedule | null;
5027
5583
  targetId: string | null;
5028
5584
  @contains accessPackage: accessPackage | null;
5029
5585
  @contains accessPackageAssignmentPolicy: accessPackageAssignmentPolicy | null;
@@ -5045,17 +5601,19 @@ namespace reference.`microsoft.graph` {
5045
5601
  expirationDateTime: offsetDateTime | null;
5046
5602
  modifiedBy: string | null;
5047
5603
  modifiedDateTime: offsetDateTime | null;
5604
+ questions: accessPackageQuestion[] | null;
5048
5605
  requestApprovalSettings: approvalSettings | null;
5049
5606
  requestorSettings: requestorSettings | null;
5050
5607
  verifiableCredentialSettings: verifiableCredentialSettings | null;
5051
5608
  @references accessPackage: accessPackage | null;
5052
5609
  @contains accessPackageCatalog: accessPackageCatalog | null;
5053
- @contains customExtensionHandlers: customExtensionHandler[];
5054
- @contains customExtensionStageSettings: customExtensionStageSetting[];
5610
+ @references customExtensionHandlers: customExtensionHandler[];
5611
+ @references customExtensionStageSettings: customExtensionStageSetting[];
5055
5612
  }
5056
5613
 
5057
5614
  @privatePreview("MicrosofEntitlementManagementCustomextensions")
5058
5615
  @entity model accessPackageAssignmentRequest extends entity {
5616
+ answers: accessPackageAnswer[] | null;
5059
5617
  completedDate: offsetDateTime | null;
5060
5618
  @computed createdDateTime: offsetDateTime | null;
5061
5619
  customExtensionCalloutInstances: customExtensionCalloutInstance[] | null;
@@ -5066,6 +5624,7 @@ namespace reference.`microsoft.graph` {
5066
5624
  requestState: string | null;
5067
5625
  requestStatus: string | null;
5068
5626
  requestType: string | null;
5627
+ schedule: requestSchedule | null;
5069
5628
  verifiedCredentialsData: verifiedCredentialData[] | null;
5070
5629
  @references accessPackage: accessPackage | null;
5071
5630
  @contains accessPackageAssignment: accessPackageAssignment | null;
@@ -5128,7 +5687,7 @@ namespace reference.`microsoft.graph` {
5128
5687
  originSystem: string | null;
5129
5688
  resourceType: string | null;
5130
5689
  url: string | null;
5131
- @contains accessPackageResourceEnvironment: accessPackageResourceEnvironment | null;
5690
+ @references accessPackageResourceEnvironment: accessPackageResourceEnvironment | null;
5132
5691
  @contains accessPackageResourceRoles: accessPackageResourceRole[];
5133
5692
  @contains accessPackageResourceScopes: accessPackageResourceScope[];
5134
5693
  }
@@ -5144,7 +5703,7 @@ namespace reference.`microsoft.graph` {
5144
5703
  modifiedDateTime: offsetDateTime | null;
5145
5704
  originId: string;
5146
5705
  originSystem: string;
5147
- @contains accessPackageResources: accessPackageResource[];
5706
+ @references accessPackageResources: accessPackageResource[];
5148
5707
  }
5149
5708
 
5150
5709
  @entity model accessPackageResourceRequest extends entity {
@@ -5191,12 +5750,14 @@ namespace reference.`microsoft.graph` {
5191
5750
  @entity model accessPackageSubject extends entity {
5192
5751
  altSecId: string | null;
5193
5752
  cleanupScheduledDateTime: offsetDateTime | null;
5753
+ connectedOrganizationId: string | null;
5194
5754
  displayName: string | null;
5195
5755
  email: string | null;
5196
5756
  objectId: string | null;
5197
5757
  onPremisesSecurityIdentifier: string | null;
5198
5758
  principalName: string | null;
5199
5759
  type: string | null;
5760
+ @references connectedOrganization: connectedOrganization | null;
5200
5761
  }
5201
5762
 
5202
5763
  @entity model accessReview extends entity {
@@ -5340,10 +5901,15 @@ namespace reference.`microsoft.graph` {
5340
5901
  @contains decisions: accessReviewInstanceDecisionItem[];
5341
5902
  }
5342
5903
 
5904
+ @entity model activitiesContainer extends entity {
5905
+ @contains contentActivities: contentActivity[];
5906
+ }
5907
+
5343
5908
  @entity model activityBasedTimeoutPolicy extends stsPolicy {
5344
5909
  }
5345
5910
 
5346
5911
  @entity model admin extends MsGraph.SharedModels.entity {
5912
+ @contains cloudLicensing: reference.`microsoft.graph.cloudLicensing`.adminCloudLicensing | null;
5347
5913
  @contains people: peopleAdminSettings | null;
5348
5914
  @contains serviceAnnouncement: serviceAnnouncement | null;
5349
5915
  @contains sharepoint: sharepoint | null;
@@ -5527,9 +6093,11 @@ namespace reference.`microsoft.graph` {
5527
6093
  identifierUris: string[];
5528
6094
  info: informationalUrl | null;
5529
6095
  isDeviceOnlyAuthSupported: boolean | null;
6096
+ isDisabled: boolean | null;
5530
6097
  isFallbackPublicClient: boolean | null;
5531
6098
  keyCredentials: keyCredential[];
5532
6099
  logo: stream;
6100
+ managerApplications: guid;
5533
6101
  notes: string | null;
5534
6102
  onPremisesPublishing: onPremisesPublishing | null;
5535
6103
  optionalClaims: optionalClaims | null;
@@ -5596,7 +6164,7 @@ namespace reference.`microsoft.graph` {
5596
6164
 
5597
6165
  @entity model appManagementPolicy extends policyBase {
5598
6166
  isEnabled: boolean;
5599
- restrictions: appManagementConfiguration | null;
6167
+ restrictions: customAppManagementConfiguration | null;
5600
6168
  @references appliesTo: directoryObject[];
5601
6169
  }
5602
6170
 
@@ -5699,6 +6267,7 @@ namespace reference.`microsoft.graph` {
5699
6267
  requirements: strongAuthenticationRequirements | null;
5700
6268
  signInPreferences: signInPreferences | null;
5701
6269
  @contains emailMethods: emailAuthenticationMethod[];
6270
+ @contains externalAuthenticationMethods: externalAuthenticationMethod[];
5702
6271
  @contains fido2Methods: fido2AuthenticationMethod[];
5703
6272
  @contains methods: authenticationMethod[];
5704
6273
  @contains microsoftAuthenticatorMethods: microsoftAuthenticatorAuthenticationMethod[];
@@ -5938,6 +6507,11 @@ namespace reference.`microsoft.graph` {
5938
6507
  @contains verticalSection: verticalSection | null;
5939
6508
  }
5940
6509
 
6510
+ @entity model caPoliciesDeletableRoot extends entity {
6511
+ @contains namedLocations: namedLocation[];
6512
+ @contains policies: conditionalAccessPolicy[];
6513
+ }
6514
+
5941
6515
  @entity model certificateAuthorityAsEntity extends entity {
5942
6516
  certificate: binary;
5943
6517
  isRootAuthority: boolean;
@@ -6131,12 +6705,13 @@ namespace reference.`microsoft.graph` {
6131
6705
  totalLicenses: int32 | null;
6132
6706
  }
6133
6707
 
6134
- @entity model conditionalAccessPolicy extends entity {
6708
+ @entity model conditionalAccessPolicy extends policyDeletableItem {
6135
6709
  conditions: conditionalAccessConditionSet;
6136
6710
  @computed createdDateTime: offsetDateTime | null;
6137
6711
  description: string | null;
6138
6712
  displayName: string;
6139
6713
  grantControls: conditionalAccessGrantControls | null;
6714
+ @computed @key id: string;
6140
6715
  modifiedDateTime: offsetDateTime | null;
6141
6716
  sessionControls: conditionalAccessSessionControls | null;
6142
6717
  state: conditionalAccessPolicyState;
@@ -6149,6 +6724,7 @@ namespace reference.`microsoft.graph` {
6149
6724
 
6150
6725
  @graphDeprecated("AuthenticationStrengthsRemove")
6151
6726
  @contains authenticationStrengths: authenticationStrengthRoot | null;
6727
+ @contains deletedItems: caPoliciesDeletableRoot | null;
6152
6728
  @contains namedLocations: namedLocation[];
6153
6729
  @contains policies: conditionalAccessPolicy[];
6154
6730
  @contains templates: conditionalAccessTemplate[];
@@ -6161,6 +6737,19 @@ namespace reference.`microsoft.graph` {
6161
6737
  scenarios: templateScenarios;
6162
6738
  }
6163
6739
 
6740
+ @entity model connectedOrganization extends entity {
6741
+ createdBy: string | null;
6742
+ @computed createdDateTime: offsetDateTime | null;
6743
+ description: string | null;
6744
+ displayName: string | null;
6745
+ identitySources: identitySource[] | null;
6746
+ modifiedBy: string | null;
6747
+ modifiedDateTime: offsetDateTime | null;
6748
+ state: connectedOrganizationState | null;
6749
+ @contains externalSponsors: directoryObject[];
6750
+ @contains internalSponsors: directoryObject[];
6751
+ }
6752
+
6164
6753
  @entity model connector extends entity {
6165
6754
  externalIp: string;
6166
6755
  machineName: string;
@@ -6229,6 +6818,21 @@ namespace reference.`microsoft.graph` {
6229
6818
  @contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
6230
6819
  }
6231
6820
 
6821
+ @entity model contentActivity extends entity {
6822
+ contentMetadata: processContentRequest;
6823
+ scopeIdentifier: string | null;
6824
+ userId: string | null;
6825
+ }
6826
+
6827
+ @entity model contentModel extends entity {
6828
+ createdBy: identitySet | null;
6829
+ @computed createdDateTime: offsetDateTime | null;
6830
+ lastModifiedBy: identitySet | null;
6831
+ @computed lastModifiedDateTime: offsetDateTime | null;
6832
+ modelType: contentModelType | null;
6833
+ name: string | null;
6834
+ }
6835
+
6232
6836
  @entity model contentType extends entity {
6233
6837
  associatedHubsUrls: string[] | null;
6234
6838
  description: string | null;
@@ -6417,15 +7021,6 @@ namespace reference.`microsoft.graph` {
6417
7021
  @contains allowedValues: allowedValue[];
6418
7022
  }
6419
7023
 
6420
- @abstract
6421
- @entity model customSecurityAttributeExemption extends entity {
6422
- operator: customSecurityAttributeComparisonOperator | null;
6423
- }
6424
-
6425
- @entity model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
6426
- value: string | null;
6427
- }
6428
-
6429
7024
  @entity model dataClassificationService extends entity {
6430
7025
  @contains classifyFileJobs: jobResponseBase[];
6431
7026
  @contains classifyTextJobs: jobResponseBase[];
@@ -6434,7 +7029,6 @@ namespace reference.`microsoft.graph` {
6434
7029
  @contains exactMatchDataStores: exactMatchDataStore[];
6435
7030
  @contains exactMatchUploadAgents: exactMatchUploadAgent[];
6436
7031
  @contains jobs: jobResponseBase[];
6437
- @contains labelsAndPoliciesEvaluationJobs: jobResponseBase[];
6438
7032
  @contains sensitiveTypes: sensitiveType[];
6439
7033
  @contains sensitivityLabels: sensitivityLabel[];
6440
7034
  }
@@ -6608,6 +7202,13 @@ namespace reference.`microsoft.graph` {
6608
7202
  result: dlpPoliciesJobResult | null;
6609
7203
  }
6610
7204
 
7205
+ @entity model documentProcessingJob extends entity {
7206
+ @computed createdDateTime: offsetDateTime | null;
7207
+ jobType: documentProcessingJobType | null;
7208
+ listItemUniqueId: string;
7209
+ status: documentProcessingJobStatus | null;
7210
+ }
7211
+
6611
7212
  @entity model documentSetVersion extends listItemVersion {
6612
7213
  comment: string | null;
6613
7214
  createdBy: identitySet | null;
@@ -6676,6 +7277,7 @@ namespace reference.`microsoft.graph` {
6676
7277
  sharePointIds: sharepointIds | null;
6677
7278
  system: systemFacet | null;
6678
7279
  @contains activities: itemActivityOLD[];
7280
+ @contains bundles: driveItem[];
6679
7281
  @contains following: driveItem[];
6680
7282
  @contains items: driveItem[];
6681
7283
  @contains list: list | null;
@@ -6686,7 +7288,11 @@ namespace reference.`microsoft.graph` {
6686
7288
  @open
6687
7289
  @entity model driveItem extends baseItem {
6688
7290
  audio: audio | null;
7291
+ bundle: bundle | null;
7292
+
7293
+ @graphDeprecated("Removal")
6689
7294
  content: stream | null;
7295
+ contentStream: stream | null;
6690
7296
  cTag: string | null;
6691
7297
  deleted: deleted | null;
6692
7298
  file: file | null;
@@ -6709,9 +7315,12 @@ namespace reference.`microsoft.graph` {
6709
7315
  source: driveItemSource | null;
6710
7316
  specialFolder: specialFolder | null;
6711
7317
  video: video | null;
7318
+ viewpoint: driveItemViewpoint | null;
6712
7319
  webDavUrl: string | null;
6713
- @contains activities: itemActivity[];
7320
+ @contains activities: itemActivityOLD[];
7321
+ @references analytics: itemAnalytics | null;
6714
7322
  @contains children: driveItem[];
7323
+ @contains extensions: extension[];
6715
7324
  @contains listItem: listItem | null;
6716
7325
  @contains permissions: permission[];
6717
7326
  @contains retentionLabel: itemRetentionLabel | null;
@@ -6764,7 +7373,9 @@ namespace reference.`microsoft.graph` {
6764
7373
  @contains accessPackageResourceRoleScopes: accessPackageResourceRoleScope[];
6765
7374
  @contains accessPackageResources: accessPackageResource[];
6766
7375
  @contains accessPackages: accessPackage[];
7376
+ @contains connectedOrganizations: connectedOrganization[];
6767
7377
  @contains settings: entitlementManagementSettings | null;
7378
+ @contains subjects: accessPackageSubject[];
6768
7379
  }
6769
7380
 
6770
7381
  @entity model entitlementManagementSettings extends entity {
@@ -6781,10 +7392,6 @@ namespace reference.`microsoft.graph` {
6781
7392
  result: evaluateLabelJobResultGroup | null;
6782
7393
  }
6783
7394
 
6784
- @entity model evaluateLabelsAndPoliciesJobResponse extends jobResponseBase {
6785
- result: evaluateLabelsAndPoliciesResult | null;
6786
- }
6787
-
6788
7395
  @open
6789
7396
  @entity model event extends outlookItem {
6790
7397
  allowNewTimeProposals: boolean | null;
@@ -6857,11 +7464,15 @@ namespace reference.`microsoft.graph` {
6857
7464
  responseType: responseType | null;
6858
7465
  }
6859
7466
 
6860
- @entity model exactMatchDataStore extends entity {
7467
+ @entity model exactMatchDataStore extends exactMatchDataStoreBase {
7468
+ @contains sessions: exactMatchSession[];
7469
+ }
7470
+
7471
+ @entity model exactMatchDataStoreBase extends entity {
7472
+ columns: exactDataMatchStoreColumn[] | null;
6861
7473
  dataLastUpdatedDateTime: offsetDateTime | null;
6862
7474
  description: string | null;
6863
7475
  displayName: string | null;
6864
- @contains sessions: exactMatchSession[];
6865
7476
  }
6866
7477
 
6867
7478
  @abstract
@@ -6878,23 +7489,26 @@ namespace reference.`microsoft.graph` {
6878
7489
  @contains matchingRows: lookupResultRow[];
6879
7490
  }
6880
7491
 
6881
- @entity model exactMatchSession extends exactMatchJobBase {
7492
+ @entity model exactMatchSession extends exactMatchSessionBase {
6882
7493
  checksum: string | null;
6883
- datastoreId: string | null;
6884
7494
  dataUploadURI: string | null;
6885
7495
  fields: string[] | null;
6886
7496
  fileName: string | null;
7497
+ rowsPerBlock: int32 | null;
7498
+ salt: string | null;
7499
+ uploadAgentId: string | null;
7500
+ @contains uploadAgent: exactMatchUploadAgent | null;
7501
+ }
7502
+
7503
+ @entity model exactMatchSessionBase extends exactMatchJobBase {
7504
+ dataStoreId: string | null;
6887
7505
  processingCompletionDateTime: offsetDateTime | null;
6888
7506
  remainingBlockCount: int32 | null;
6889
7507
  remainingJobCount: int32 | null;
6890
- rowsPerBlock: int32 | null;
6891
- salt: string | null;
6892
7508
  state: string | null;
6893
7509
  totalBlockCount: int32 | null;
6894
7510
  totalJobCount: int32 | null;
6895
- uploadAgentId: string | null;
6896
7511
  uploadCompletionDateTime: offsetDateTime | null;
6897
- @contains uploadAgent: exactMatchUploadAgent | null;
6898
7512
  }
6899
7513
 
6900
7514
  @entity model exactMatchUploadAgent extends entity {
@@ -6916,6 +7530,11 @@ namespace reference.`microsoft.graph` {
6916
7530
  targetObjects: string[];
6917
7531
  }
6918
7532
 
7533
+ @entity model externalAuthenticationMethod extends authenticationMethod {
7534
+ configurationId: string;
7535
+ displayName: string;
7536
+ }
7537
+
6919
7538
  @entity model externalAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
6920
7539
  appId: string;
6921
7540
  displayName: string;
@@ -6990,6 +7609,67 @@ namespace reference.`microsoft.graph` {
6990
7609
  sensitiveTypeIds: string[] | null;
6991
7610
  }
6992
7611
 
7612
+ @entity model fileStorage extends entity {
7613
+ @contains containers: fileStorageContainer[];
7614
+ @contains containerTypeRegistrations: fileStorageContainerTypeRegistration[];
7615
+ @contains containerTypes: fileStorageContainerType[];
7616
+ @contains deletedContainers: fileStorageContainer[];
7617
+ }
7618
+
7619
+ @entity model fileStorageContainer extends entity {
7620
+ archivalDetails: siteArchivalDetails | null;
7621
+ assignedSensitivityLabel: assignedLabel | null;
7622
+ containerTypeId: guid;
7623
+ @computed createdDateTime: offsetDateTime;
7624
+ customProperties: fileStorageContainerCustomPropertyDictionary | null;
7625
+ description: string | null;
7626
+ displayName: string;
7627
+ externalGroupId: guid | null;
7628
+ informationBarrier: informationBarrier | null;
7629
+ lockState: siteLockState | null;
7630
+ owners: userIdentity[] | null;
7631
+ ownershipType: fileStorageContainerOwnershipType | null;
7632
+ settings: fileStorageContainerSettings;
7633
+ status: fileStorageContainerStatus | null;
7634
+ storageUsedInBytes: int64 | null;
7635
+ viewpoint: fileStorageContainerViewpoint | null;
7636
+ @contains columns: columnDefinition[];
7637
+ @contains drive: drive | null;
7638
+ @contains migrationJobs: sharePointMigrationJob[];
7639
+ @contains permissions: permission[];
7640
+ @contains recycleBin: recycleBin | null;
7641
+ @contains sharePointGroups: sharePointGroup[];
7642
+ }
7643
+
7644
+ @entity model fileStorageContainerType extends entity {
7645
+ billingClassification: fileStorageContainerBillingClassification;
7646
+ billingStatus: fileStorageContainerBillingStatus;
7647
+ @computed createdDateTime: offsetDateTime;
7648
+ etag: string;
7649
+ expirationDateTime: offsetDateTime;
7650
+ name: string;
7651
+ owningAppId: guid;
7652
+ settings: fileStorageContainerTypeSettings;
7653
+ }
7654
+
7655
+ @entity model fileStorageContainerTypeAppPermissionGrant extends MsGraph.SharedModels.entity {
7656
+ @computed @key appId: string;
7657
+ applicationPermissions: fileStorageContainerTypeAppPermission[] | null;
7658
+ delegatedPermissions: fileStorageContainerTypeAppPermission[] | null;
7659
+ }
7660
+
7661
+ @entity model fileStorageContainerTypeRegistration extends entity {
7662
+ billingClassification: fileStorageContainerBillingClassification;
7663
+ billingStatus: fileStorageContainerBillingStatus;
7664
+ etag: string;
7665
+ expirationDateTime: offsetDateTime;
7666
+ name: string;
7667
+ owningAppId: guid;
7668
+ registeredDateTime: offsetDateTime;
7669
+ settings: fileStorageContainerTypeRegistrationSettings;
7670
+ @contains applicationPermissionGrants: fileStorageContainerTypeAppPermissionGrant[];
7671
+ }
7672
+
6993
7673
  @entity model filterOperatorSchema extends entity {
6994
7674
  arity: scopeOperatorType;
6995
7675
  multivaluedComparisonType: scopeOperatorMultiValuedComparisonType;
@@ -7119,12 +7799,14 @@ namespace reference.`microsoft.graph` {
7119
7799
  membershipRuleProcessingState: string | null;
7120
7800
  membershipRuleProcessingStatus: membershipRuleProcessingStatus | null;
7121
7801
  onPremisesDomainName: string | null;
7802
+ onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
7122
7803
  onPremisesLastSyncDateTime: offsetDateTime | null;
7123
7804
  onPremisesNetBiosName: string | null;
7124
7805
  onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
7125
7806
  onPremisesSamAccountName: string | null;
7126
7807
  onPremisesSecurityIdentifier: string | null;
7127
7808
  onPremisesSyncEnabled: boolean | null;
7809
+ organizationId: string | null;
7128
7810
  preferredDataLocation: string | null;
7129
7811
  preferredLanguage: string | null;
7130
7812
  proxyAddresses: string[];
@@ -7140,6 +7822,7 @@ namespace reference.`microsoft.graph` {
7140
7822
  unseenCount: int32 | null;
7141
7823
  unseenMessagesCount: int32 | null;
7142
7824
  visibility: string | null;
7825
+ welcomeMessageEnabled: boolean | null;
7143
7826
  @contains acceptedSenders: directoryObject[];
7144
7827
  @contains appRoleAssignments: appRoleAssignment[];
7145
7828
  @contains calendar: calendar | null;
@@ -7253,7 +7936,7 @@ namespace reference.`microsoft.graph` {
7253
7936
  }
7254
7937
 
7255
7938
  @entity model inheritablePermission extends MsGraph.SharedModels.entity {
7256
- inheritableScopes: inheritableScopes;
7939
+ inheritableScopes: inheritableScopes | null;
7257
7940
  @computed @key resourceAppId: string;
7258
7941
  }
7259
7942
 
@@ -7328,12 +8011,33 @@ namespace reference.`microsoft.graph` {
7328
8011
  @contains listItem: listItem | null;
7329
8012
  }
7330
8013
 
8014
+ @open
8015
+ @entity model itemActivityStat extends entity {
8016
+ access: itemActionStat | null;
8017
+ create: itemActionStat | null;
8018
+ delete: itemActionStat | null;
8019
+ edit: itemActionStat | null;
8020
+ endDateTime: offsetDateTime | null;
8021
+ incompleteData: incompleteData | null;
8022
+ isTrending: boolean | null;
8023
+ move: itemActionStat | null;
8024
+ startDateTime: offsetDateTime | null;
8025
+ @references activities: itemActivity[];
8026
+ }
8027
+
7331
8028
  @entity model itemAddress extends itemFacet {
7332
8029
  detail: physicalAddress | null;
7333
8030
  displayName: string | null;
7334
8031
  geoCoordinates: geoCoordinates | null;
7335
8032
  }
7336
8033
 
8034
+ @open
8035
+ @entity model itemAnalytics extends entity {
8036
+ @references allTime: itemActivityStat | null;
8037
+ @contains itemActivityStats: itemActivityStat[];
8038
+ @references lastSevenDays: itemActivityStat | null;
8039
+ }
8040
+
7337
8041
  @entity model itemAttachment extends attachment {
7338
8042
  @contains item: outlookItem | null;
7339
8043
  }
@@ -7396,9 +8100,9 @@ namespace reference.`microsoft.graph` {
7396
8100
  status: string | null;
7397
8101
  tenantId: string | null;
7398
8102
  type: string | null;
8103
+ userId: string | null;
7399
8104
  }
7400
8105
 
7401
-
7402
8106
  @entity model labelContentRight extends entity {
7403
8107
  cid: string | null;
7404
8108
  format: string | null;
@@ -7430,6 +8134,7 @@ namespace reference.`microsoft.graph` {
7430
8134
 
7431
8135
  @entity model list extends baseItem {
7432
8136
  displayName: string | null;
8137
+ itemCount: int32 | null;
7433
8138
  list: listInfo | null;
7434
8139
  sharepointIds: sharepointIds | null;
7435
8140
  system: systemFacet | null;
@@ -7439,6 +8144,7 @@ namespace reference.`microsoft.graph` {
7439
8144
  @contains drive: drive | null;
7440
8145
  @contains items: listItem[];
7441
8146
  @contains operations: richLongRunningOperation[];
8147
+ @contains permissions: permission[];
7442
8148
  @contains subscriptions: subscription[];
7443
8149
  }
7444
8150
 
@@ -7447,9 +8153,11 @@ namespace reference.`microsoft.graph` {
7447
8153
  deleted: deleted | null;
7448
8154
  sharepointIds: sharepointIds | null;
7449
8155
  @contains activities: itemActivityOLD[];
8156
+ @references analytics: itemAnalytics | null;
7450
8157
  @contains documentSetVersions: documentSetVersion[];
7451
8158
  @contains driveItem: driveItem | null;
7452
8159
  @contains fields: fieldValueSet | null;
8160
+ @contains permissions: permission[];
7453
8161
  @contains versions: listItemVersion[];
7454
8162
  }
7455
8163
 
@@ -7586,12 +8294,17 @@ namespace reference.`microsoft.graph` {
7586
8294
  value: string[] | null;
7587
8295
  }
7588
8296
 
7589
- @entity model namedLocation extends entity {
8297
+ @entity model namedLocation extends policyDeletableItem {
7590
8298
  @computed createdDateTime: offsetDateTime | null;
7591
8299
  displayName: string;
8300
+ @computed @key id: string;
7592
8301
  modifiedDateTime: offsetDateTime | null;
7593
8302
  }
7594
8303
 
8304
+ @entity model namePronunciationSettings extends entity {
8305
+ isEnabledInOrganization: boolean;
8306
+ }
8307
+
7595
8308
  @entity model newsLinkPage extends baseSitePage {
7596
8309
  bannerImageWebUrl: string | null;
7597
8310
  newsSharepointIds: sharepointIds | null;
@@ -7926,7 +8639,6 @@ namespace reference.`microsoft.graph` {
7926
8639
  password: string | null;
7927
8640
  }
7928
8641
 
7929
-
7930
8642
  @entity model passwordlessMicrosoftAuthenticatorAuthenticationMethod extends authenticationMethod {
7931
8643
 
7932
8644
  @graphDeprecated("CreationDateTime")
@@ -7937,7 +8649,11 @@ namespace reference.`microsoft.graph` {
7937
8649
 
7938
8650
  @entity model peopleAdminSettings extends entity {
7939
8651
  @contains itemInsights: insightsSettings | null;
8652
+ @contains namePronunciation: namePronunciationSettings | null;
8653
+ @contains photoUpdateSettings: photoUpdateSettings | null;
7940
8654
  @contains profileCardProperties: profileCardProperty[];
8655
+ @contains profilePropertySettings: profilePropertySetting[];
8656
+ @contains profileSources: profileSource[];
7941
8657
  @contains pronouns: pronounsSettings | null;
7942
8658
  }
7943
8659
 
@@ -8076,6 +8792,11 @@ namespace reference.`microsoft.graph` {
8076
8792
  phoneNumber: string | null;
8077
8793
  }
8078
8794
 
8795
+ @entity model photoUpdateSettings extends entity {
8796
+ allowedRoles: string[] | null;
8797
+ source: photoUpdateSource | null;
8798
+ }
8799
+
8079
8800
  @entity model pinnedChatMessageInfo extends entity {
8080
8801
  @references message: chatMessage | null;
8081
8802
  }
@@ -8240,6 +8961,11 @@ namespace reference.`microsoft.graph` {
8240
8961
  displayName: string;
8241
8962
  }
8242
8963
 
8964
+ @abstract
8965
+ @entity model policyDeletableItem extends MsGraph.SharedModels.entity {
8966
+ deletedDateTime: offsetDateTime | null;
8967
+ }
8968
+
8243
8969
  @entity model policyRoot extends entity {
8244
8970
  @contains accessReviewPolicy: accessReviewPolicy | null;
8245
8971
  @contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
@@ -8294,6 +9020,7 @@ namespace reference.`microsoft.graph` {
8294
9020
  version: string;
8295
9021
  }
8296
9022
 
9023
+ @graphDeprecated("PIM_Iteration2_Deprecation")
8297
9024
  @entity model privilegedAccess extends entity {
8298
9025
  displayName: string | null;
8299
9026
  @contains resources: governanceResource[];
@@ -8429,6 +9156,7 @@ namespace reference.`microsoft.graph` {
8429
9156
  @entity model profileCardProperty extends entity {
8430
9157
  annotations: profileCardAnnotation[] | null;
8431
9158
  directoryPropertyName: string | null;
9159
+ isVisible: boolean;
8432
9160
  }
8433
9161
 
8434
9162
  @entity model profilePhoto extends entity {
@@ -8436,6 +9164,20 @@ namespace reference.`microsoft.graph` {
8436
9164
  width: int32 | null;
8437
9165
  }
8438
9166
 
9167
+ @entity model profilePropertySetting extends entity {
9168
+ displayName: string | null;
9169
+ name: string | null;
9170
+ prioritizedSourceUrls: string[] | null;
9171
+ }
9172
+
9173
+ @entity model profileSource extends entity {
9174
+ displayName: string | null;
9175
+ kind: string | null;
9176
+ localizations: profileSourceLocalization[];
9177
+ sourceId: string | null;
9178
+ webUrl: string | null;
9179
+ }
9180
+
8439
9181
  @entity model program extends entity {
8440
9182
  description: string;
8441
9183
  displayName: string;
@@ -8523,6 +9265,19 @@ namespace reference.`microsoft.graph` {
8523
9265
  @contains roleDefinitions: unifiedRoleDefinition[];
8524
9266
  }
8525
9267
 
9268
+ @open
9269
+ @entity model recycleBin extends baseItem {
9270
+ settings: recycleBinSettings | null;
9271
+ @contains items: recycleBinItem[];
9272
+ }
9273
+
9274
+ @open
9275
+ @entity model recycleBinItem extends baseItem {
9276
+ deletedDateTime: offsetDateTime | null;
9277
+ deletedFromLocation: string | null;
9278
+ size: int64 | null;
9279
+ }
9280
+
8526
9281
  @entity model redundantAssignmentAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
8527
9282
  `duration`: duration | null;
8528
9283
  }
@@ -8674,6 +9429,10 @@ namespace reference.`microsoft.graph` {
8674
9429
  @entity model roleManagement extends MsGraph.SharedModels.entity {
8675
9430
  @contains directory: rbacApplication | null;
8676
9431
  @contains enterpriseApps: rbacApplication[];
9432
+ /**
9433
+ * The RbacApplication for Entitlement Management
9434
+ */
9435
+ @contains entitlementManagement: rbacApplication | null;
8677
9436
  @contains exchange: unifiedRbacApplication | null;
8678
9437
  }
8679
9438
 
@@ -8787,6 +9546,7 @@ namespace reference.`microsoft.graph` {
8787
9546
  @contains alerts: alert[];
8788
9547
  @contains alerts_v2: reference.`microsoft.graph.security`.alert[];
8789
9548
  @contains cases: reference.`microsoft.graph.security`.casesRoot | null;
9549
+ @contains dataSecurityAndGovernance: tenantDataSecurityAndGovernance | null;
8790
9550
  @contains incidents: reference.`microsoft.graph.security`.incident[];
8791
9551
  @contains rules: reference.`microsoft.graph.security`.rulesRoot | null;
8792
9552
  @contains secureScoreControlProfiles: secureScoreControlProfile[];
@@ -8796,6 +9556,7 @@ namespace reference.`microsoft.graph` {
8796
9556
  @entity model sensitiveType extends entity {
8797
9557
  classificationMethod: classificationMethod | null;
8798
9558
  description: string | null;
9559
+ @computed lastModifiedDateTime: offsetDateTime | null;
8799
9560
  name: string | null;
8800
9561
  publisherName: string | null;
8801
9562
  rulePackageId: string | null;
@@ -8912,6 +9673,7 @@ namespace reference.`microsoft.graph` {
8912
9673
  errorUrl: string | null;
8913
9674
  homepage: string | null;
8914
9675
  info: informationalUrl | null;
9676
+ isDisabled: boolean | null;
8915
9677
  keyCredentials: keyCredential[];
8916
9678
  loginUrl: string | null;
8917
9679
  logoutUrl: string | null;
@@ -9010,6 +9772,115 @@ namespace reference.`microsoft.graph` {
9010
9772
  @contains settings: sharepointSettings | null;
9011
9773
  }
9012
9774
 
9775
+ @entity model sharePointGroup extends entity {
9776
+ description: string | null;
9777
+ principalId: string | null;
9778
+ title: string;
9779
+ @contains members: sharePointGroupMember[];
9780
+ }
9781
+
9782
+ @entity model sharePointGroupIdentityMapping extends sharePointIdentityMapping {
9783
+ groupType: sharePointIdentityMappingGroupType;
9784
+ sourceGroupIdentity: identity | null;
9785
+ targetGroupIdentity: identity | null;
9786
+ targetGroupMigrationData: sharePointIdentityMappingGroupMigrationData | null;
9787
+ }
9788
+
9789
+ @entity model sharePointGroupMember extends entity {
9790
+ identity: sharePointIdentitySet | null;
9791
+ }
9792
+
9793
+ @entity model sharePointIdentityMapping extends entity {
9794
+ deleted: deleted | null;
9795
+ sourceOrganizationId: guid;
9796
+ }
9797
+
9798
+ @entity model sharePointMigrationEvent extends entity {
9799
+ correlationId: string;
9800
+ eventDateTime: offsetDateTime;
9801
+ jobId: string;
9802
+ }
9803
+
9804
+ @entity model sharePointMigrationFinishManifestFileUploadEvent extends sharePointMigrationEvent {
9805
+ manifestFileName: string;
9806
+ }
9807
+
9808
+ @entity model sharePointMigrationJob extends entity {
9809
+ containerInfo: sharePointMigrationContainerInfo;
9810
+ @contains progressEvents: sharePointMigrationEvent[];
9811
+ }
9812
+
9813
+ @entity model sharePointMigrationJobCancelledEvent extends sharePointMigrationEvent {
9814
+ isCancelledByUser: boolean;
9815
+ totalRetryCount: int32;
9816
+ }
9817
+
9818
+ @entity model sharePointMigrationJobDeletedEvent extends sharePointMigrationEvent {
9819
+ }
9820
+
9821
+ @entity model sharePointMigrationJobErrorEvent extends sharePointMigrationEvent {
9822
+ error: publicError;
9823
+ errorLevel: sharePointMigrationJobErrorLevel;
9824
+ objectId: string;
9825
+ objectType: sharePointMigrationObjectType;
9826
+ objectUrl: string;
9827
+ totalRetryCount: int32;
9828
+ }
9829
+
9830
+ @entity model sharePointMigrationJobPostponedEvent extends sharePointMigrationEvent {
9831
+ jobsInQueue: int64;
9832
+ nextPickupDateTime: offsetDateTime;
9833
+ reason: string;
9834
+ totalRetryCount: int32;
9835
+ }
9836
+
9837
+ @entity model sharePointMigrationJobProgressEvent extends sharePointMigrationEvent {
9838
+ bytesProcessed: int64;
9839
+ bytesProcessedOnlyCurrentVersion: int64;
9840
+ cpuDurationMs: int64;
9841
+ filesProcessed: int64;
9842
+ filesProcessedOnlyCurrentVersion: int64;
9843
+ isCompleted: boolean;
9844
+ lastProcessedObjectId: string;
9845
+ objectsProcessed: int64;
9846
+ sqlDurationMs: int64;
9847
+ sqlQueryCount: int64;
9848
+ totalDurationMs: int64;
9849
+ totalErrors: int64;
9850
+ totalExpectedBytes: int64;
9851
+ totalExpectedObjects: int64;
9852
+ totalRetryCount: int32;
9853
+ totalWarnings: int64;
9854
+ waitTimeOnSqlThrottlingMs: int64;
9855
+ }
9856
+
9857
+ @entity model sharePointMigrationJobQueuedEvent extends sharePointMigrationEvent {
9858
+ }
9859
+
9860
+ @entity model sharePointMigrationJobStartEvent extends sharePointMigrationEvent {
9861
+ isRestarted: boolean;
9862
+ totalRetryCount: int32;
9863
+ }
9864
+
9865
+ @entity model sharePointMigrationsRoot extends entity {
9866
+ @contains crossOrganizationGroupMappings: sharePointGroupIdentityMapping[];
9867
+ @contains crossOrganizationMigrationTasks: sharePointMigrationTask[];
9868
+ @contains crossOrganizationUserMappings: sharePointUserIdentityMapping[];
9869
+ }
9870
+
9871
+ @entity model sharePointMigrationTask extends entity {
9872
+ error: publicError;
9873
+ finishedDateTime: offsetDateTime;
9874
+ @computed lastUpdatedDateTime: offsetDateTime;
9875
+ parameters: sharePointMigrationTaskParameters;
9876
+ startedDateTime: offsetDateTime;
9877
+ status: sharePointMigrationTaskStatus;
9878
+ }
9879
+
9880
+ @entity model sharePointRoot extends entity {
9881
+ @contains migrations: sharePointMigrationsRoot | null;
9882
+ }
9883
+
9013
9884
  @entity model sharepointSettings extends entity {
9014
9885
  allowedDomainGuidsForSyncApp: guid | null;
9015
9886
  availableManagedPathsForSiteCreation: string[];
@@ -9042,6 +9913,13 @@ namespace reference.`microsoft.graph` {
9042
9913
  tenantDefaultTimezone: string | null;
9043
9914
  }
9044
9915
 
9916
+ @entity model sharePointUserIdentityMapping extends sharePointIdentityMapping {
9917
+ sourceUserIdentity: userIdentity | null;
9918
+ targetUserIdentity: userIdentity | null;
9919
+ targetUserMigrationData: sharePointIdentityMappingUserMigrationData | null;
9920
+ userType: sharePointIdentityMappingUserType;
9921
+ }
9922
+
9045
9923
  @entity model signIn extends entity {
9046
9924
 
9047
9925
  @graphDeprecated("Reporting")
@@ -9062,6 +9940,7 @@ namespace reference.`microsoft.graph` {
9062
9940
  authenticationRequirement: string | null;
9063
9941
  authenticationRequirementPolicies: authenticationRequirementPolicy[] | null;
9064
9942
  clientAppUsed: string | null;
9943
+ clientSessionId: string | null;
9065
9944
  conditionalAccessAudiences: string[] | null;
9066
9945
  conditionalAccessStatus: conditionalAccessStatus | null;
9067
9946
  correlationId: string | null;
@@ -9133,14 +10012,24 @@ namespace reference.`microsoft.graph` {
9133
10012
  @entity model site extends baseItem {
9134
10013
  deleted: deleted | null;
9135
10014
  displayName: string | null;
10015
+ isPersonalSite: boolean | null;
10016
+ locale: string | null;
10017
+ lockState: siteLockState | null;
10018
+ ownerIdentityToResolve: identityInput | null;
9136
10019
  root: root | null;
9137
10020
  settings: siteSettings | null;
10021
+ shareByEmailEnabled: boolean | null;
9138
10022
  sharepointIds: sharepointIds | null;
9139
10023
  siteCollection: siteCollection | null;
10024
+ template: siteTemplateType | null;
10025
+ @references analytics: itemAnalytics | null;
9140
10026
  @contains columns: columnDefinition[];
10027
+ @contains contentModels: contentModel[];
9141
10028
  @contains contentTypes: contentType[];
10029
+ @contains documentProcessingJobs: documentProcessingJob[];
9142
10030
  @contains drive: drive | null;
9143
10031
  @contains drives: drive[];
10032
+ @contains extensions: extension[];
9144
10033
  @references externalColumns: columnDefinition[];
9145
10034
  @contains items: baseItem[];
9146
10035
  @contains lists: list[];
@@ -9148,6 +10037,7 @@ namespace reference.`microsoft.graph` {
9148
10037
  @contains pages: baseSitePage[];
9149
10038
  @contains pageTemplates: pageTemplate[];
9150
10039
  @contains permissions: permission[];
10040
+ @contains recycleBin: recycleBin | null;
9151
10041
  @contains sites: site[];
9152
10042
  @contains termStore: reference.`microsoft.graph.termStore`.store | null;
9153
10043
  }
@@ -9224,6 +10114,10 @@ namespace reference.`microsoft.graph` {
9224
10114
  webPartType: string | null;
9225
10115
  }
9226
10116
 
10117
+ @entity model storage extends MsGraph.SharedModels.entity {
10118
+ @contains fileStorage: fileStorage | null;
10119
+ }
10120
+
9227
10121
  @abstract
9228
10122
  @entity model stsPolicy extends policyBase {
9229
10123
  definition: string[];
@@ -9276,10 +10170,13 @@ namespace reference.`microsoft.graph` {
9276
10170
  signInCount: int64 | null;
9277
10171
  status: signInStatus | null;
9278
10172
  tenantId: string | null;
10173
+ tokenIssuerType: tokenIssuerType;
9279
10174
  userPrincipalName: string | null;
9280
10175
  }
9281
10176
 
9282
10177
  @entity model synchronization extends entity {
10178
+
10179
+ @graphDeprecated("SynchronizationSecret_Deprecation")
9283
10180
  secrets: synchronizationSecretKeyStringValuePair[] | null;
9284
10181
  @contains jobs: synchronizationJob[];
9285
10182
  @contains templates: synchronizationTemplate[];
@@ -9575,6 +10472,13 @@ namespace reference.`microsoft.graph` {
9575
10472
  servicePrincipalRestrictions: appManagementServicePrincipalConfiguration | null;
9576
10473
  }
9577
10474
 
10475
+ @entity model tenantDataSecurityAndGovernance extends dataSecurityAndGovernance {
10476
+ @contains protectionScopes: tenantProtectionScopeContainer;
10477
+ }
10478
+
10479
+ @entity model tenantProtectionScopeContainer extends entity {
10480
+ }
10481
+
9578
10482
  @entity model tenantRelationship extends MsGraph.SharedModels.entity {
9579
10483
  }
9580
10484
 
@@ -9957,6 +10861,7 @@ namespace reference.`microsoft.graph` {
9957
10861
  identities: objectIdentity[] | null;
9958
10862
  identityParentId: string | null;
9959
10863
  imAddresses: string[] | null;
10864
+ infoCatalogs: string[];
9960
10865
  interests: string[] | null;
9961
10866
  isManagementRestricted: boolean | null;
9962
10867
  isResourceAccount: boolean | null;
@@ -10019,6 +10924,7 @@ namespace reference.`microsoft.graph` {
10019
10924
  @contains contactFolders: contactFolder[];
10020
10925
  @contains contacts: contact[];
10021
10926
  @references createdObjects: directoryObject[];
10927
+ @contains dataSecurityAndGovernance: userDataSecurityAndGovernance | null;
10022
10928
  @references directReports: directoryObject[];
10023
10929
  @contains drive: drive | null;
10024
10930
  @contains drives: drive[];
@@ -10084,6 +10990,11 @@ namespace reference.`microsoft.graph` {
10084
10990
  userPrincipalName: string;
10085
10991
  }
10086
10992
 
10993
+ @entity model userDataSecurityAndGovernance extends dataSecurityAndGovernance {
10994
+ @contains activities: activitiesContainer | null;
10995
+ @contains protectionScopes: userProtectionScopeContainer | null;
10996
+ }
10997
+
10087
10998
  @entity model userEventsSummary extends entity {
10088
10999
  authMethod: usageAuthMethod;
10089
11000
  eventDateTime: offsetDateTime;
@@ -10112,6 +11023,9 @@ namespace reference.`microsoft.graph` {
10112
11023
  passwordResetsSelfServiceCount: int64 | null;
10113
11024
  }
10114
11025
 
11026
+ @entity model userProtectionScopeContainer extends entity {
11027
+ }
11028
+
10115
11029
  @entity model userRegistrationActivitySummary extends entity {
10116
11030
  authMethod: usageAuthMethod;
10117
11031
  failureActivityCount: int64;
@@ -10576,6 +11490,19 @@ namespace reference.`microsoft.graph` {
10576
11490
  allowedPolicyOIDs: string[];
10577
11491
  }
10578
11492
 
11493
+ enum accessPackageAssignmentFilterByCurrentUserOptions {
11494
+ target: 1,
11495
+ createdBy: 2,
11496
+ unknownFutureValue: 99,
11497
+ }
11498
+
11499
+ enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
11500
+ target: 1,
11501
+ createdBy: 2,
11502
+ approver: 3,
11503
+ unknownFutureValue: 99,
11504
+ }
11505
+
10579
11506
  enum accessPackageCustomExtensionHandlerStatus {
10580
11507
  requestSent: 1,
10581
11508
  requestReceived: 2,
@@ -10592,6 +11519,18 @@ namespace reference.`microsoft.graph` {
10592
11519
  unknownFutureValue: 7,
10593
11520
  }
10594
11521
 
11522
+ enum accessPackageFilterByCurrentUserOptions {
11523
+ allowedRequestor: 1,
11524
+ unknownFutureValue: 99,
11525
+ }
11526
+
11527
+ enum accessPackageSubjectLifecycle {
11528
+ notDefined: 0,
11529
+ notGoverned: 1,
11530
+ governed: 2,
11531
+ unknownFutureValue: 3,
11532
+ }
11533
+
10595
11534
  enum accessReviewHistoryDecisionFilter {
10596
11535
  approve: 0,
10597
11536
  deny: 1,
@@ -10636,12 +11575,6 @@ namespace reference.`microsoft.graph` {
10636
11575
  unknownFutureValue: 99,
10637
11576
  }
10638
11577
 
10639
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
10640
- enum accessScope {
10641
- inOrganization: 0,
10642
- notInOrganization: 1,
10643
- }
10644
-
10645
11578
  enum actionType {
10646
11579
  tunnel: 0,
10647
11580
  exclude: 1,
@@ -10885,6 +11818,14 @@ namespace reference.`microsoft.graph` {
10885
11818
  DateTime: 5,
10886
11819
  }
10887
11820
 
11821
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11822
+ enum auditLogRecordType {
11823
+ }
11824
+
11825
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11826
+ enum auditLogUserType {
11827
+ }
11828
+
10888
11829
  enum authenticationAppAdminConfiguration {
10889
11830
  notApplicable: 0,
10890
11831
  enabled: 1,
@@ -11451,6 +12392,12 @@ namespace reference.`microsoft.graph` {
11451
12392
  unknownFutureValue: 4,
11452
12393
  }
11453
12394
 
12395
+ enum connectedOrganizationState {
12396
+ configured: 0,
12397
+ proposed: 1,
12398
+ unknownFutureValue: 2,
12399
+ }
12400
+
11454
12401
  enum connectionDirection {
11455
12402
  `unknown`: 0,
11456
12403
  inbound: 1,
@@ -11492,6 +12439,22 @@ namespace reference.`microsoft.graph` {
11492
12439
  unknownFutureValue: 1,
11493
12440
  }
11494
12441
 
12442
+ enum contentModelType {
12443
+ teachingMethod: 0,
12444
+ layoutMethod: 1,
12445
+ freeformSelectionMethod: 2,
12446
+ prebuiltContractModel: 3,
12447
+ prebuiltInvoiceModel: 4,
12448
+ prebuiltReceiptModel: 5,
12449
+ unknownFutureValue: 6,
12450
+ }
12451
+
12452
+ enum contentProcessingErrorType {
12453
+ transient: 0,
12454
+ permanent: 1,
12455
+ unknownFutureValue: 2,
12456
+ }
12457
+
11495
12458
  enum continuousAccessEvaluationMode {
11496
12459
  strictEnforcement: 0,
11497
12460
  disabled: 1,
@@ -11584,6 +12547,19 @@ namespace reference.`microsoft.graph` {
11584
12547
  deviceRestriction: 2,
11585
12548
  }
11586
12549
 
12550
+ enum documentProcessingJobStatus {
12551
+ inProgress: 0,
12552
+ completed: 1,
12553
+ failed: 2,
12554
+ unknownFutureValue: 3,
12555
+ }
12556
+
12557
+ enum documentProcessingJobType {
12558
+ file: 0,
12559
+ folder: 1,
12560
+ unknownFutureValue: 2,
12561
+ }
12562
+
11587
12563
  enum driveItemSourceApplication {
11588
12564
  teams: 0,
11589
12565
  yammer: 1,
@@ -11677,6 +12653,12 @@ namespace reference.`microsoft.graph` {
11677
12653
  restImmutableEntryId: 4,
11678
12654
  }
11679
12655
 
12656
+ enum executionMode {
12657
+ evaluateInline: 1,
12658
+ evaluateOffline: 2,
12659
+ unknownFutureValue: 3,
12660
+ }
12661
+
11680
12662
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11681
12663
  enum expirationPatternType {
11682
12664
  notSpecified: 0,
@@ -11731,6 +12713,13 @@ namespace reference.`microsoft.graph` {
11731
12713
  unknownFutureValue: 2,
11732
12714
  }
11733
12715
 
12716
+ enum fileArchiveStatus {
12717
+ notArchived: 0,
12718
+ fullyArchived: 1,
12719
+ reactivating: 2,
12720
+ unknownFutureValue: 3,
12721
+ }
12722
+
11734
12723
  enum fileHashType {
11735
12724
  `unknown`: 0,
11736
12725
  sha1: 1,
@@ -11742,6 +12731,61 @@ namespace reference.`microsoft.graph` {
11742
12731
  unknownFutureValue: 127,
11743
12732
  }
11744
12733
 
12734
+ enum fileStorageContainerBillingClassification {
12735
+ standard: 0,
12736
+ trial: 1,
12737
+ directToCustomer: 2,
12738
+ unknownFutureValue: 3,
12739
+ }
12740
+
12741
+ enum fileStorageContainerBillingStatus {
12742
+ invalid: 0,
12743
+ valid: 1,
12744
+ unknownFutureValue: 2,
12745
+ }
12746
+
12747
+ enum fileStorageContainerOwnershipType {
12748
+ tenantOwned: 0,
12749
+ userOwned: 1,
12750
+ unknownFutureValue: 2,
12751
+ }
12752
+
12753
+ enum fileStorageContainerStatus {
12754
+ inactive: 0,
12755
+ active: 1,
12756
+ unknownFutureValue: 2,
12757
+ }
12758
+
12759
+ enum fileStorageContainerTypeAppPermission {
12760
+ none: 0,
12761
+ readContent: 1,
12762
+ writeContent: 2,
12763
+ manageContent: 3,
12764
+ create: 4,
12765
+ delete: 5,
12766
+ read: 6,
12767
+ write: 7,
12768
+ enumeratePermissions: 8,
12769
+ addPermissions: 9,
12770
+ updatePermissions: 10,
12771
+ deletePermissions: 11,
12772
+ deleteOwnPermission: 12,
12773
+ managePermissions: 13,
12774
+ full: 14,
12775
+ unknownFutureValue: 15,
12776
+ }
12777
+
12778
+ @graphFlags
12779
+ enum fileStorageContainerTypeSettingsOverride {
12780
+ urlTemplate: 0,
12781
+ isDiscoverabilityEnabled: 1,
12782
+ isSearchEnabled: 2,
12783
+ isItemVersioningEnabled: 3,
12784
+ itemMajorVersionLimit: 4,
12785
+ maxStoragePerContainerInBytes: 5,
12786
+ unknownFutureValue: 6,
12787
+ }
12788
+
11745
12789
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11746
12790
  enum filterMode {
11747
12791
  include: 0,
@@ -11860,6 +12904,13 @@ namespace reference.`microsoft.graph` {
11860
12904
  other: 1,
11861
12905
  }
11862
12906
 
12907
+ enum informationBarrierMode {
12908
+ open: 0,
12909
+ ownerModerated: 1,
12910
+ explicit: 2,
12911
+ unknownFutureValue: 3,
12912
+ }
12913
+
11863
12914
  enum initiatorType {
11864
12915
  user: 0,
11865
12916
  application: 1,
@@ -12131,6 +13182,12 @@ namespace reference.`microsoft.graph` {
12131
13182
  Unsynchronized: 6,
12132
13183
  }
12133
13184
 
13185
+ enum onlineMeetingForwarders {
13186
+ everyone: 0,
13187
+ organizer: 1,
13188
+ unknownFutureValue: 2,
13189
+ }
13190
+
12134
13191
  enum onlineMeetingPresenters {
12135
13192
  everyone: 0,
12136
13193
  organization: 1,
@@ -12203,14 +13260,6 @@ namespace reference.`microsoft.graph` {
12203
13260
  unknownFutureValue: 1,
12204
13261
  }
12205
13262
 
12206
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
12207
- enum overrideOption {
12208
- notAllowed: 0,
12209
- allowFalsePositiveOverride: 1,
12210
- allowWithJustification: 2,
12211
- allowWithoutJustification: 4,
12212
- }
12213
-
12214
13263
  enum pageLayoutType {
12215
13264
  microsoftReserved: 0,
12216
13265
  article: 1,
@@ -12303,6 +13352,12 @@ namespace reference.`microsoft.graph` {
12303
13352
  radio: 9,
12304
13353
  }
12305
13354
 
13355
+ enum photoUpdateSource {
13356
+ cloud: 0,
13357
+ onPremises: 1,
13358
+ unknownFutureValue: 2,
13359
+ }
13360
+
12306
13361
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
12307
13362
  enum physicalAddressType {
12308
13363
  `unknown`: 0,
@@ -12385,6 +13440,13 @@ namespace reference.`microsoft.graph` {
12385
13440
  approvalCompletion: 8,
12386
13441
  }
12387
13442
 
13443
+ enum policyPivotProperty {
13444
+ none: 0,
13445
+ activity: 1,
13446
+ location: 2,
13447
+ unknownFutureValue: 3,
13448
+ }
13449
+
12388
13450
  enum postType {
12389
13451
  regular: 0,
12390
13452
  quick: 1,
@@ -12444,6 +13506,12 @@ namespace reference.`microsoft.graph` {
12444
13506
  unknownFutureValue: 3,
12445
13507
  }
12446
13508
 
13509
+ enum protectionScopeState {
13510
+ notModified: 0,
13511
+ modified: 1,
13512
+ unknownFutureValue: 2,
13513
+ }
13514
+
12447
13515
  @graphFlags
12448
13516
  enum protocolType {
12449
13517
  none: 0,
@@ -12657,6 +13725,22 @@ namespace reference.`microsoft.graph` {
12657
13725
  unknownFutureValue: 20,
12658
13726
  }
12659
13727
 
13728
+ enum resourceAccessStatus {
13729
+ none: 0,
13730
+ failure: 1,
13731
+ success: 2,
13732
+ unknownFutureValue: 4,
13733
+ }
13734
+
13735
+ @graphFlags
13736
+ enum resourceAccessType {
13737
+ none: 0,
13738
+ read: 1,
13739
+ write: 2,
13740
+ create: 4,
13741
+ unknownFutureValue: 8,
13742
+ }
13743
+
12660
13744
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
12661
13745
  enum responseType {
12662
13746
  none: 0,
@@ -12703,6 +13787,7 @@ namespace reference.`microsoft.graph` {
12703
13787
  userChangedPasswordOnPremises: 15,
12704
13788
  adminDismissedRiskForSignIn: 16,
12705
13789
  adminConfirmedAccountSafe: 17,
13790
+ microsoftRevokedSessions: 18,
12706
13791
  }
12707
13792
 
12708
13793
  enum riskDetectionTimingType {
@@ -12907,12 +13992,13 @@ namespace reference.`microsoft.graph` {
12907
13992
  unknownFutureValue: 3,
12908
13993
  }
12909
13994
 
12910
- #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
12911
13995
  @graphFlags
12912
13996
  enum sensitivityLabelTarget {
12913
13997
  email: 1,
12914
13998
  site: 2,
12915
13999
  unifiedGroup: 4,
14000
+ teamwork: 8,
14001
+ unknownFutureValue: 16,
12916
14002
  }
12917
14003
 
12918
14004
  enum sensorStatus {
@@ -12969,6 +14055,51 @@ namespace reference.`microsoft.graph` {
12969
14055
  unknownFutureValue: 4,
12970
14056
  }
12971
14057
 
14058
+ enum sharePointIdentityMappingGroupType {
14059
+ none: 0,
14060
+ regularGroup: 1,
14061
+ m365Group: 2,
14062
+ unknownFutureValue: 3,
14063
+ }
14064
+
14065
+ enum sharePointIdentityMappingUserType {
14066
+ none: 0,
14067
+ regularUser: 1,
14068
+ adminUser: 2,
14069
+ guestUser: 3,
14070
+ unknownFutureValue: 4,
14071
+ }
14072
+
14073
+ enum sharePointMigrationJobErrorLevel {
14074
+ important: 0,
14075
+ warning: 1,
14076
+ error: 2,
14077
+ fatalError: 3,
14078
+ unknownFutureValue: 4,
14079
+ }
14080
+
14081
+ enum sharePointMigrationObjectType {
14082
+ site: 0,
14083
+ web: 1,
14084
+ folder: 2,
14085
+ list: 3,
14086
+ listItem: 4,
14087
+ file: 5,
14088
+ alert: 6,
14089
+ sharedWithObject: 7,
14090
+ invalid: 8,
14091
+ unknownFutureValue: 9,
14092
+ }
14093
+
14094
+ enum sharePointMigrationTaskStatus {
14095
+ notStarted: 0,
14096
+ inProgress: 1,
14097
+ completed: 2,
14098
+ cancelled: 3,
14099
+ failed: 4,
14100
+ unknownFutureValue: 5,
14101
+ }
14102
+
12972
14103
  enum sharingCapabilities {
12973
14104
  disabled: 0,
12974
14105
  externalUserSharingOnly: 1,
@@ -12984,6 +14115,38 @@ namespace reference.`microsoft.graph` {
12984
14115
  unknownFutureValue: 3,
12985
14116
  }
12986
14117
 
14118
+ enum sharingRole {
14119
+ none: 0,
14120
+ view: 1,
14121
+ edit: 2,
14122
+ manageList: 3,
14123
+ review: 4,
14124
+ restrictedView: 5,
14125
+ submitOnly: 6,
14126
+ unknownFutureValue: 7,
14127
+ }
14128
+
14129
+ enum sharingScope {
14130
+ anyone: 0,
14131
+ organization: 1,
14132
+ specificPeople: 2,
14133
+ @graphDeprecated("Removal")
14134
+ anonymous: 3,
14135
+ @graphDeprecated("Removal")
14136
+ users: 4,
14137
+ unknownFutureValue: 5,
14138
+ }
14139
+
14140
+ @graphFlags
14141
+ enum sharingVariant {
14142
+ none: 0,
14143
+ requiresAuthentication: 1,
14144
+ passwordProtected: 2,
14145
+ addressBar: 4,
14146
+ embed: 8,
14147
+ unknownFutureValue: 16,
14148
+ }
14149
+
12987
14150
  @graphFlags
12988
14151
  enum signInAccessType {
12989
14152
  none: 0,
@@ -13052,6 +14215,20 @@ namespace reference.`microsoft.graph` {
13052
14215
  unknownFutureValue: 3,
13053
14216
  }
13054
14217
 
14218
+ enum siteLockState {
14219
+ unlocked: 0,
14220
+ lockedReadOnly: 1,
14221
+ lockedNoAccess: 2,
14222
+ lockedNoAdditions: 3,
14223
+ unknownFutureValue: 4,
14224
+ }
14225
+
14226
+ enum siteTemplateType {
14227
+ sitepagepublishing: 0,
14228
+ sts: 2,
14229
+ unknownFutureValue: 3,
14230
+ }
14231
+
13055
14232
  enum skillProficiencyLevel {
13056
14233
  elementary: 0,
13057
14234
  limitedWorking: 1,
@@ -13425,6 +14602,14 @@ namespace reference.`microsoft.graph` {
13425
14602
  unknownFutureValue: 3,
13426
14603
  }
13427
14604
 
14605
+ enum trafficRoutingMethod {
14606
+ none: 0,
14607
+ random: 1,
14608
+ sessionPersistence: 2,
14609
+ performance: 3,
14610
+ unknownFutureValue: 4,
14611
+ }
14612
+
13428
14613
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
13429
14614
  enum translationBehavior {
13430
14615
  Ask: 0,
@@ -13512,6 +14697,24 @@ namespace reference.`microsoft.graph` {
13512
14697
  unknownFutureValue: 2,
13513
14698
  }
13514
14699
 
14700
+ enum userActivityType {
14701
+ uploadText: 1,
14702
+ uploadFile: 2,
14703
+ downloadText: 3,
14704
+ downloadFile: 4,
14705
+ unknownFutureValue: 5,
14706
+ }
14707
+
14708
+ @graphFlags
14709
+ enum userActivityTypes {
14710
+ none: 0,
14711
+ uploadText: 1,
14712
+ uploadFile: 2,
14713
+ downloadText: 4,
14714
+ downloadFile: 8,
14715
+ unknownFutureValue: 16,
14716
+ }
14717
+
13515
14718
  enum userDefaultAuthenticationMethod {
13516
14719
  push: 0,
13517
14720
  oath: 1,
@@ -13549,6 +14752,13 @@ namespace reference.`microsoft.graph` {
13549
14752
  unknownFutureValue: 5,
13550
14753
  }
13551
14754
 
14755
+ enum userScopeType {
14756
+ user: 1,
14757
+ group: 2,
14758
+ tenant: 3,
14759
+ unknownFutureValue: 4,
14760
+ }
14761
+
13552
14762
  enum userSignInRecommendationScope {
13553
14763
  tenant: 0,
13554
14764
  application: 1,
@@ -13683,6 +14893,7 @@ namespace reference.`microsoft.graph.agentic` {
13683
14893
  @publicNamespace("microsoft.graph.cloudlicensing")
13684
14894
  namespace reference.`microsoft.graph.cloudLicensing` {
13685
14895
  @complex model groupCloudLicensing {
14896
+ @references assignments: assignment[];
13686
14897
  @contains usageRights: usageRight[];
13687
14898
  }
13688
14899
 
@@ -13692,14 +14903,66 @@ namespace reference.`microsoft.graph.cloudLicensing` {
13692
14903
  planName: string | null;
13693
14904
  }
13694
14905
 
14906
+ @complex model subscription {
14907
+ nextLifecycleDate: offsetDateTime;
14908
+ startDate: offsetDateTime;
14909
+ state: subscriptionState;
14910
+ subscriptionId: string;
14911
+ tags: subscriptionTags;
14912
+ }
14913
+
13695
14914
  @complex model userCloudLicensing {
14915
+ @references assignmentErrors: assignmentError[];
14916
+ @references assignments: assignment[];
13696
14917
  @contains usageRights: usageRight[];
14918
+ @references waitingMembers: waitingMember[];
14919
+ }
14920
+
14921
+ @entity model adminCloudLicensing extends reference.`microsoft.graph`.entity {
14922
+ @contains allotments: allotment[];
14923
+ @contains assignmentErrors: assignmentError[];
14924
+ @contains assignments: assignment[];
14925
+ }
14926
+
14927
+ @entity model allotment extends reference.`microsoft.graph`.entity {
14928
+ allottedUnits: int32;
14929
+ assignableTo: assigneeTypes;
14930
+ consumedUnits: int32;
14931
+ services: service[];
14932
+ skuId: guid | null;
14933
+ skuPartNumber: string | null;
14934
+ subscriptions: subscription[];
14935
+ @references assignments: assignment[];
14936
+ @references waitingMembers: waitingMember[];
14937
+ }
14938
+
14939
+ @entity model assignment extends reference.`microsoft.graph`.entity {
14940
+ disabledServicePlanIds: guid;
14941
+ @references allotment: allotment | null;
14942
+ @references assignedTo: reference.`microsoft.graph`.directoryObject;
14943
+ }
14944
+
14945
+ @entity model assignmentError extends reference.`microsoft.graph`.entity {
14946
+ code: string;
14947
+ message: string;
14948
+ occurrenceDateTime: offsetDateTime;
14949
+ skuId: guid | null;
14950
+ @references assignedTo: reference.`microsoft.graph`.directoryObject;
14951
+ @references usageRight: usageRight | null;
13697
14952
  }
13698
14953
 
13699
14954
  @entity model usageRight extends reference.`microsoft.graph`.entity {
13700
14955
  services: service[];
13701
14956
  skuId: guid | null;
13702
14957
  skuPartNumber: string | null;
14958
+ @references allotments: allotment[];
14959
+ @references assignments: assignment[];
14960
+ }
14961
+
14962
+ @entity model waitingMember extends reference.`microsoft.graph`.entity {
14963
+ waitingSinceDateTime: offsetDateTime;
14964
+ @references allotment: allotment;
14965
+ @references assignedTo: reference.`microsoft.graph`.directoryObject;
13703
14966
  }
13704
14967
 
13705
14968
  @graphFlags
@@ -13711,7 +14974,24 @@ namespace reference.`microsoft.graph.cloudLicensing` {
13711
14974
  unknownFutureValue: 8,
13712
14975
  }
13713
14976
 
14977
+ enum subscriptionState {
14978
+ active: 1,
14979
+ warning: 2,
14980
+ suspended: 3,
14981
+ lockedOut: 4,
14982
+ deleted: 5,
14983
+ unknownFutureValue: 6,
14984
+ }
14985
+
14986
+ @graphFlags
14987
+ enum subscriptionTags {
14988
+ none: 0,
14989
+ trial: 1,
14990
+ unknownFutureValue: 2,
14991
+ }
14992
+
13714
14993
  }
14994
+ @privatePreviewDefinition("organizationalUnit", "2025-08-12", "2025-11-30", "<theOwner>")
13715
14995
  @publicNamespace("microsoft.graph.identitygovernance")
13716
14996
  namespace reference.`microsoft.graph.identityGovernance` {
13717
14997
  @complex model activateGroupScope extends activationScope {
@@ -13773,6 +15053,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
13773
15053
  valueType: valueType;
13774
15054
  }
13775
15055
 
15056
+ @complex model previewFailedTask {
15057
+ definitionId: string;
15058
+ failureReason: string;
15059
+ name: string;
15060
+ taskId: string;
15061
+ }
15062
+
13776
15063
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
13777
15064
  rule: string;
13778
15065
  }
@@ -13995,6 +15282,9 @@ namespace reference.`microsoft.graph.identityGovernance` {
13995
15282
  nextScheduleRunDateTime: offsetDateTime | null;
13996
15283
  version: int32 | null;
13997
15284
  @references executionScope: userProcessingResult[];
15285
+
15286
+ @privatePreview("organizationalUnit")
15287
+ @references previewScope: reference.`microsoft.graph`.directoryObject[];
13998
15288
  @contains runs: run[];
13999
15289
  @contains taskReports: taskReport[];
14000
15290
  @contains userProcessingResults: userProcessingResult[];
@@ -14091,6 +15381,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
14091
15381
  onDemand: 1,
14092
15382
  unknownFutureValue: 2,
14093
15383
  activatedWithScope: 3,
15384
+ @privatePreview("organizationalUnit")
15385
+ preview: 4,
14094
15386
  }
14095
15387
 
14096
15388
  enum workflowTriggerTimeBasedAttribute {
@@ -14101,6 +15393,11 @@ namespace reference.`microsoft.graph.identityGovernance` {
14101
15393
  }
14102
15394
 
14103
15395
  }
15396
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2026-03-18", "2028-03-18", "Alert category property is deprecated and replaced with alert categories")
15397
+ @deprecatedDefinition("azureBlobContainer", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobContainer will be deprecated on April 30, 2023.")
15398
+ @deprecatedDefinition("azureBlobToken", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobToken will be deprecated on April 30, 2023.")
15399
+ @deprecatedDefinition("outputFolderId", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The outputFolderId will be deprecated on April 30, 2023.")
15400
+ @deprecatedDefinition("fileInfo", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The fileInfo will be deprecated on April 30, 2023.")
14104
15401
  @publicNamespace("microsoft.graph.security")
14105
15402
  namespace reference.`microsoft.graph.security` {
14106
15403
  @complex model activeDirectoryDomainEvidence extends alertEvidence {
@@ -14566,6 +15863,10 @@ namespace reference.`microsoft.graph.security` {
14566
15863
  identifier: markUserAsCompromisedEntityIdentifier;
14567
15864
  }
14568
15865
 
15866
+ @complex model mergeResponse {
15867
+ targetIncidentId: string;
15868
+ }
15869
+
14569
15870
  @complex model moveToDeletedItemsResponseAction extends responseAction {
14570
15871
  identifier: emailEntityIdentifier;
14571
15872
  }
@@ -14794,6 +16095,7 @@ namespace reference.`microsoft.graph.security` {
14794
16095
  displayName: string | null;
14795
16096
  domainName: string | null;
14796
16097
  resourceAccessEvents: resourceAccessEvent[] | null;
16098
+ tenantId: string | null;
14797
16099
  userPrincipalName: string | null;
14798
16100
  userSid: string | null;
14799
16101
  }
@@ -14816,6 +16118,9 @@ namespace reference.`microsoft.graph.security` {
14816
16118
  alertPolicyId: string | null;
14817
16119
  alertWebUrl: string | null;
14818
16120
  assignedTo: string | null;
16121
+ categories: string[] | null;
16122
+
16123
+ @graphDeprecated("Tasks_And_Plans")
14819
16124
  category: string | null;
14820
16125
  classification: alertClassification | null;
14821
16126
  comments: alertComment[] | null;
@@ -14920,6 +16225,7 @@ namespace reference.`microsoft.graph.security` {
14920
16225
  externalId: string | null;
14921
16226
  @contains caseMembers: ediscoveryCaseMember[];
14922
16227
  @contains custodians: ediscoveryCustodian[];
16228
+ @contains legalHolds: ediscoveryHoldPolicy[];
14923
16229
  @contains noncustodialDataSources: ediscoveryNoncustodialDataSource[];
14924
16230
  @contains operations: caseOperation[];
14925
16231
  @contains reviewSets: ediscoveryReviewSet[];
@@ -14964,18 +16270,40 @@ namespace reference.`microsoft.graph.security` {
14964
16270
  }
14965
16271
 
14966
16272
  @entity model ediscoveryExportOperation extends caseOperation {
16273
+
16274
+ @graphDeprecated("azureBlobContainer")
16275
+ azureBlobContainer: string | null;
16276
+
16277
+ @graphDeprecated("azureBlobToken")
16278
+ azureBlobToken: string | null;
14967
16279
  description: string | null;
14968
16280
  exportFileMetadata: exportFileMetadata[] | null;
14969
16281
  exportOptions: exportOptions | null;
14970
16282
  exportStructure: exportFileStructure | null;
16283
+
16284
+ @graphDeprecated("outputFolderId")
16285
+ outputFolderId: string | null;
14971
16286
  outputName: string | null;
14972
16287
  @references reviewSet: ediscoveryReviewSet | null;
14973
16288
  @references reviewSetQuery: ediscoveryReviewSetQuery | null;
14974
16289
  }
14975
16290
 
16291
+ @entity model ediscoveryFile extends file {
16292
+ @references custodian: ediscoveryCustodian | null;
16293
+ @references tags: ediscoveryReviewTag[];
16294
+ }
16295
+
14976
16296
  @entity model ediscoveryHoldOperation extends caseOperation {
14977
16297
  }
14978
16298
 
16299
+ @entity model ediscoveryHoldPolicy extends policyBase {
16300
+ contentQuery: string | null;
16301
+ errors: string[] | null;
16302
+ isEnabled: boolean | null;
16303
+ @contains siteSources: siteSource[];
16304
+ @contains userSources: userSource[];
16305
+ }
16306
+
14979
16307
  @entity model ediscoveryHoldPolicySyncOperation extends caseOperation {
14980
16308
  reportFileMetadata: reportFileMetadata[] | null;
14981
16309
  }
@@ -14989,9 +16317,11 @@ namespace reference.`microsoft.graph.security` {
14989
16317
  }
14990
16318
 
14991
16319
  @entity model ediscoveryPurgeDataOperation extends caseOperation {
16320
+ reportFileMetadata: reportFileMetadata[] | null;
14992
16321
  }
14993
16322
 
14994
16323
  @entity model ediscoveryReviewSet extends dataSet {
16324
+ @contains files: ediscoveryFile[];
14995
16325
  @contains queries: ediscoveryReviewSetQuery[];
14996
16326
  }
14997
16327
 
@@ -15030,6 +16360,21 @@ namespace reference.`microsoft.graph.security` {
15030
16360
  @entity model ediscoveryTagOperation extends caseOperation {
15031
16361
  }
15032
16362
 
16363
+ @entity model file extends reference.`microsoft.graph`.entity {
16364
+ content: stream | null;
16365
+ dateTime: offsetDateTime | null;
16366
+ extension: string | null;
16367
+ extractedTextContent: stream | null;
16368
+ mediaType: string | null;
16369
+ name: string | null;
16370
+ otherProperties: stringValueDictionary | null;
16371
+ processingStatus: fileProcessingStatus | null;
16372
+ senderOrAuthors: string[] | null;
16373
+ size: int64 | null;
16374
+ sourceType: sourceType | null;
16375
+ subjectTitle: string | null;
16376
+ }
16377
+
15033
16378
  @entity model incident extends reference.`microsoft.graph`.entity {
15034
16379
  assignedTo: string | null;
15035
16380
  classification: alertClassification | null;
@@ -15054,6 +16399,17 @@ namespace reference.`microsoft.graph.security` {
15054
16399
  @references alerts: alert[];
15055
16400
  }
15056
16401
 
16402
+ @abstract
16403
+ @entity model policyBase extends reference.`microsoft.graph`.entity {
16404
+ createdBy: reference.`microsoft.graph`.identitySet | null;
16405
+ @computed createdDateTime: offsetDateTime | null;
16406
+ description: string | null;
16407
+ displayName: string | null;
16408
+ lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
16409
+ @computed lastModifiedDateTime: offsetDateTime | null;
16410
+ status: policyStatus | null;
16411
+ }
16412
+
15057
16413
  @abstract
15058
16414
  @entity model protectionRule extends reference.`microsoft.graph`.entity {
15059
16415
  createdBy: string;
@@ -15256,6 +16612,28 @@ namespace reference.`microsoft.graph.security` {
15256
16612
  unknownFutureValue: 3,
15257
16613
  }
15258
16614
 
16615
+ @graphFlags
16616
+ enum correlationReason {
16617
+ repeatedAlertOccurrence: 1,
16618
+ sameGeography: 2,
16619
+ similarArtifacts: 4,
16620
+ sameTargetedAsset: 8,
16621
+ sameNetworkSegment: 16,
16622
+ eventSequence: 32,
16623
+ timeFrame: 64,
16624
+ sameThreatSource: 128,
16625
+ similarTTPsOrBehavior: 256,
16626
+ sameActor: 512,
16627
+ sameCampaign: 1024,
16628
+ sharedIndicators: 2048,
16629
+ sameAsset: 4096,
16630
+ networkProximity: 8192,
16631
+ eventCasualSequence: 16384,
16632
+ temporalProximity: 32768,
16633
+ lateralMovementPath: 65536,
16634
+ unknownFutureValue: 131072,
16635
+ }
16636
+
15259
16637
  enum dataSourceContainerStatus {
15260
16638
  active: 1,
15261
16639
  released: 2,
@@ -15474,12 +16852,14 @@ namespace reference.`microsoft.graph.security` {
15474
16852
  originalFiles: 1,
15475
16853
  text: 2,
15476
16854
  pdfReplacement: 4,
16855
+ @graphDeprecated("fileInfo")
16856
+ fileInfo: 8,
15477
16857
  tags: 16,
15478
- unknownFutureValue: 32,
15479
- splitSource: 64,
15480
- includeFolderAndPath: 128,
15481
- friendlyName: 256,
15482
- condensePaths: 512,
16858
+ unknownFutureValue: 64,
16859
+ splitSource: 128,
16860
+ includeFolderAndPath: 256,
16861
+ friendlyName: 512,
16862
+ condensePaths: 1024,
15483
16863
  }
15484
16864
 
15485
16865
  @graphFlags
@@ -15500,6 +16880,28 @@ namespace reference.`microsoft.graph.security` {
15500
16880
  unknownFutureValue: 5,
15501
16881
  }
15502
16882
 
16883
+ enum fileProcessingStatus {
16884
+ success: 0,
16885
+ internalError: 1,
16886
+ unknownError: 2,
16887
+ processingTimeout: 3,
16888
+ invalidFileId: 4,
16889
+ fileSizeIsZero: 5,
16890
+ fileSizeIsTooLarge: 6,
16891
+ fileDepthLimitExceeded: 7,
16892
+ fileBodyIsTooLong: 8,
16893
+ fileTypeIsUnknown: 9,
16894
+ fileTypeIsNotSupported: 10,
16895
+ malformedFile: 11,
16896
+ protectedFile: 12,
16897
+ poisonFile: 13,
16898
+ noReviewSetSummaryGenerated: 14,
16899
+ extractionException: 15,
16900
+ ocrProcessingTimeout: 16,
16901
+ ocrFileSizeExceedsLimit: 17,
16902
+ unknownFutureValue: 18,
16903
+ }
16904
+
15503
16905
  @graphFlags
15504
16906
  enum forceUserPasswordResetEntityIdentifier {
15505
16907
  accountSid: 1,
@@ -15625,6 +17027,13 @@ namespace reference.`microsoft.graph.security` {
15625
17027
  unknownFutureValue: 31,
15626
17028
  }
15627
17029
 
17030
+ enum policyStatus {
17031
+ pending: 0,
17032
+ error: 1,
17033
+ success: 2,
17034
+ unknownFutureValue: 3,
17035
+ }
17036
+
15628
17037
  enum protocolType {
15629
17038
  tcp: 0,
15630
17039
  udp: 1,