@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;
@@ -374,13 +392,14 @@ namespace reference.`microsoft.graph` {
374
392
  identifierUris: identifierUriConfiguration | null;
375
393
  }
376
394
 
395
+ @abstract
377
396
  @complex model appManagementConfiguration {
378
397
 
379
398
 
380
399
  }
381
400
 
382
401
  @complex model appManagementPolicyActorExemptions {
383
- @contains customSecurityAttributes: customSecurityAttributeExemption[];
402
+ customSecurityAttributes: customSecurityAttributeExemption[] | null;
384
403
  }
385
404
 
386
405
  @complex model appManagementServicePrincipalConfiguration extends appManagementConfiguration {
@@ -707,6 +726,11 @@ namespace reference.`microsoft.graph` {
707
726
  basis: string | null;
708
727
  }
709
728
 
729
+ @complex model azureActiveDirectoryTenant extends identitySource {
730
+ displayName: string | null;
731
+ tenantId: string | null;
732
+ }
733
+
710
734
  @complex model azureADJoinPolicy {
711
735
  allowedToJoin: deviceRegistrationMembership | null;
712
736
  isAdminConfigurable: boolean | null;
@@ -734,6 +758,11 @@ namespace reference.`microsoft.graph` {
734
758
  @complex model booleanColumn {
735
759
  }
736
760
 
761
+ @complex model bundle {
762
+ album: album | null;
763
+ childCount: int32 | null;
764
+ }
765
+
737
766
  @complex model businessFlowSettings extends accessReviewSettings {
738
767
  durationInDays: int32;
739
768
  }
@@ -997,6 +1026,12 @@ namespace reference.`microsoft.graph` {
997
1026
  errorDateTime: offsetDateTime | null;
998
1027
  }
999
1028
 
1029
+ @complex model classificationLimit {
1030
+ allowedLimit: int32 | null;
1031
+ code: string | null;
1032
+ impactedSensitiveTypeIds: string[];
1033
+ }
1034
+
1000
1035
  @complex model cloudAppSecuritySessionControl extends conditionalAccessSessionControl {
1001
1036
  cloudAppSecurityType: cloudAppSecuritySessionControlType | null;
1002
1037
  }
@@ -1190,6 +1225,10 @@ namespace reference.`microsoft.graph` {
1190
1225
  url: string | null;
1191
1226
  }
1192
1227
 
1228
+ @complex model connectivityParameterEntry {
1229
+ value: string | null;
1230
+ }
1231
+
1193
1232
  @complex model containerFilter {
1194
1233
  includedContainers: string[] | null;
1195
1234
  }
@@ -1215,6 +1254,16 @@ namespace reference.`microsoft.graph` {
1215
1254
  @complex model contentMetadata {
1216
1255
  }
1217
1256
 
1257
+ @complex model contentModelUsage {
1258
+ createdBy: identitySet | null;
1259
+ @computed createdDateTime: offsetDateTime | null;
1260
+ driveId: string | null;
1261
+ lastModifiedBy: identitySet | null;
1262
+ @computed lastModifiedDateTime: offsetDateTime | null;
1263
+ modelId: string | null;
1264
+ modelVersion: string | null;
1265
+ }
1266
+
1218
1267
  @complex model contentProperties {
1219
1268
  extensions: string[] | null;
1220
1269
  lastModifiedBy: string | null;
@@ -1287,6 +1336,12 @@ namespace reference.`microsoft.graph` {
1287
1336
  value: string | null;
1288
1337
  }
1289
1338
 
1339
+ @complex model crossCloudAzureActiveDirectoryTenant extends identitySource {
1340
+ cloudInstance: string;
1341
+ displayName: string | null;
1342
+ tenantId: string | null;
1343
+ }
1344
+
1290
1345
  @complex model crossTenantAccessPolicyB2BSetting {
1291
1346
  applications: crossTenantAccessPolicyTargetConfiguration | null;
1292
1347
  usersAndGroups: crossTenantAccessPolicyTargetConfiguration | null;
@@ -1388,6 +1443,16 @@ namespace reference.`microsoft.graph` {
1388
1443
  clientConfiguration: customExtensionClientConfiguration | null;
1389
1444
  }
1390
1445
 
1446
+ @abstract
1447
+ @complex model customSecurityAttributeExemption {
1448
+ id: string;
1449
+ operator: customSecurityAttributeComparisonOperator;
1450
+ }
1451
+
1452
+ @complex model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
1453
+ value: string | null;
1454
+ }
1455
+
1391
1456
  @open
1392
1457
  @complex model customSecurityAttributeValue {
1393
1458
  }
@@ -1430,6 +1495,12 @@ namespace reference.`microsoft.graph` {
1430
1495
  @complex model defaultInvitationRedemptionIdentityProviderConfiguration extends invitationRedemptionIdentityProviderConfiguration {
1431
1496
  }
1432
1497
 
1498
+ @complex model defaultSharingLink {
1499
+ defaultToExistingAccess: boolean | null;
1500
+ role: sharingRole | null;
1501
+ scope: sharingScope | null;
1502
+ }
1503
+
1433
1504
  @complex model defaultUserRolePermissions {
1434
1505
  allowedToCreateApps: boolean;
1435
1506
  allowedToCreateSecurityGroups: boolean;
@@ -1535,6 +1606,9 @@ namespace reference.`microsoft.graph` {
1535
1606
  triggers: restrictionTrigger[] | null;
1536
1607
  }
1537
1608
 
1609
+ @complex model diagnosticMetadata {
1610
+ }
1611
+
1538
1612
  @open
1539
1613
  @complex model Dictionary {
1540
1614
  }
@@ -1544,6 +1618,13 @@ namespace reference.`microsoft.graph` {
1544
1618
  used: int32 | null;
1545
1619
  }
1546
1620
 
1621
+ @complex model directSharingAbilities {
1622
+ addExistingExternalUsers: sharingOperationStatus | null;
1623
+ addInternalUsers: sharingOperationStatus | null;
1624
+ addNewExternalUsers: sharingOperationStatus | null;
1625
+ requestGrantAccess: sharingOperationStatus | null;
1626
+ }
1627
+
1547
1628
  @complex model disableAndDeleteUserApplyAction extends accessReviewApplyAction {
1548
1629
  }
1549
1630
 
@@ -1614,12 +1695,27 @@ namespace reference.`microsoft.graph` {
1614
1695
  versionId: string | null;
1615
1696
  }
1616
1697
 
1698
+ @complex model domainIdentitySource extends identitySource {
1699
+ displayName: string | null;
1700
+ domainName: string | null;
1701
+ }
1702
+
1617
1703
  @complex model domainState {
1618
1704
  @computed lastActionDateTime: offsetDateTime | null;
1619
1705
  operation: string | null;
1620
1706
  status: string | null;
1621
1707
  }
1622
1708
 
1709
+ @complex model driveItemAccessOperationsViewpoint {
1710
+ canComment: boolean | null;
1711
+ canCreateFile: boolean | null;
1712
+ canCreateFolder: boolean | null;
1713
+ canDelete: boolean | null;
1714
+ canDownload: boolean | null;
1715
+ canRead: boolean | null;
1716
+ canUpdate: boolean | null;
1717
+ }
1718
+
1623
1719
  @complex model driveItemSource {
1624
1720
  application: driveItemSourceApplication | null;
1625
1721
  externalId: string | null;
@@ -1634,6 +1730,11 @@ namespace reference.`microsoft.graph` {
1634
1730
  name: string | null;
1635
1731
  }
1636
1732
 
1733
+ @complex model driveItemViewpoint {
1734
+ accessOperations: driveItemAccessOperationsViewpoint | null;
1735
+ sharing: sharingViewpoint | null;
1736
+ }
1737
+
1637
1738
  @complex model driveRecipient {
1638
1739
  `alias`: string | null;
1639
1740
  email: string | null;
@@ -1731,6 +1832,13 @@ namespace reference.`microsoft.graph` {
1731
1832
  @complex model eventMessageDetail {
1732
1833
  }
1733
1834
 
1835
+ @complex model exactDataMatchStoreColumn {
1836
+ ignoredDelimiters: string[] | null;
1837
+ isCaseInsensitive: boolean | null;
1838
+ isSearchable: boolean | null;
1839
+ name: string | null;
1840
+ }
1841
+
1734
1842
  @complex model exactMatchClassificationRequest {
1735
1843
  contentClassifications: contentClassification[] | null;
1736
1844
  sensitiveTypeIds: string[] | null;
@@ -1746,6 +1854,12 @@ namespace reference.`microsoft.graph` {
1746
1854
  @complex model exactMatchDetectedSensitiveContent extends detectedSensitiveContentBase {
1747
1855
  }
1748
1856
 
1857
+ @complex model exactMatchDiagnostic {
1858
+ classificationId: guid;
1859
+ classificationLimits: classificationLimit[];
1860
+ unmatchedItems: unmatched[];
1861
+ }
1862
+
1749
1863
  @complex model excludeTarget {
1750
1864
  id: string;
1751
1865
  targetType: authenticationMethodTargetType;
@@ -1774,6 +1888,12 @@ namespace reference.`microsoft.graph` {
1774
1888
  type: string | null;
1775
1889
  }
1776
1890
 
1891
+ @complex model externalDomainFederation extends identitySource {
1892
+ displayName: string | null;
1893
+ domainName: string | null;
1894
+ issuerUri: string | null;
1895
+ }
1896
+
1777
1897
  @complex model externalSponsors extends userSet {
1778
1898
  }
1779
1899
 
@@ -1798,6 +1918,7 @@ namespace reference.`microsoft.graph` {
1798
1918
  }
1799
1919
 
1800
1920
  @complex model file {
1921
+ archiveStatus: fileArchiveStatus;
1801
1922
  hashes: hashes | null;
1802
1923
  mimeType: string | null;
1803
1924
  processingMetadata: boolean | null;
@@ -1815,6 +1936,55 @@ namespace reference.`microsoft.graph` {
1815
1936
  riskScore: string | null;
1816
1937
  }
1817
1938
 
1939
+ @open
1940
+ @complex model fileStorageContainerCustomPropertyDictionary extends Dictionary {
1941
+ }
1942
+
1943
+ @complex model fileStorageContainerCustomPropertyValue {
1944
+ isSearchable: boolean | null;
1945
+ value: string;
1946
+ }
1947
+
1948
+ @complex model fileStorageContainerSettings {
1949
+ isItemVersioningEnabled: boolean | null;
1950
+ isOcrEnabled: boolean | null;
1951
+ itemDefaultSensitivityLabelId: string | null;
1952
+ itemMajorVersionLimit: int32 | null;
1953
+ }
1954
+
1955
+ @complex model fileStorageContainerTypeAgentSettings {
1956
+ chatEmbedAllowedHosts: string[];
1957
+ }
1958
+
1959
+ @complex model fileStorageContainerTypeRegistrationSettings {
1960
+ agent: fileStorageContainerTypeAgentSettings | null;
1961
+ isDiscoverabilityEnabled: boolean | null;
1962
+ isItemVersioningEnabled: boolean | null;
1963
+ isSearchEnabled: boolean | null;
1964
+ isSharingRestricted: boolean | null;
1965
+ itemMajorVersionLimit: int64 | null;
1966
+ maxStoragePerContainerInBytes: int64 | null;
1967
+ sharingCapability: sharingCapabilities | null;
1968
+ urlTemplate: string | null;
1969
+ }
1970
+
1971
+ @complex model fileStorageContainerTypeSettings {
1972
+ agent: fileStorageContainerTypeAgentSettings | null;
1973
+ consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
1974
+ isDiscoverabilityEnabled: boolean | null;
1975
+ isItemVersioningEnabled: boolean | null;
1976
+ isSearchEnabled: boolean | null;
1977
+ isSharingRestricted: boolean | null;
1978
+ itemMajorVersionLimit: int64 | null;
1979
+ maxStoragePerContainerInBytes: int64 | null;
1980
+ sharingCapability: sharingCapabilities | null;
1981
+ urlTemplate: string | null;
1982
+ }
1983
+
1984
+ @complex model fileStorageContainerViewpoint {
1985
+ effectiveRole: string;
1986
+ }
1987
+
1818
1988
  @complex model fileSystemInfo {
1819
1989
  @computed createdDateTime: offsetDateTime | null;
1820
1990
  @computed lastAccessedDateTime: offsetDateTime | null;
@@ -1905,12 +2075,6 @@ namespace reference.`microsoft.graph` {
1905
2075
  version: string | null;
1906
2076
  }
1907
2077
 
1908
- @complex model governancePermission {
1909
- accessLevel: string | null;
1910
- isActive: boolean | null;
1911
- isEligible: boolean | null;
1912
- }
1913
-
1914
2078
  @complex model governancePolicy {
1915
2079
  decisionMakerCriteria: governanceCriteria[] | null;
1916
2080
  notificationPolicy: governanceNotificationPolicy | null;
@@ -1942,6 +2106,11 @@ namespace reference.`microsoft.graph` {
1942
2106
  includedGroups: string[] | null;
1943
2107
  }
1944
2108
 
2109
+ @open
2110
+ @complex model groupIdentity extends identity {
2111
+ mailNickname: string | null;
2112
+ }
2113
+
1945
2114
  @complex model groupMembers extends userSet {
1946
2115
  description: string | null;
1947
2116
  id: string | null;
@@ -2007,6 +2176,12 @@ namespace reference.`microsoft.graph` {
2007
2176
  id: string | null;
2008
2177
  }
2009
2178
 
2179
+ @complex model identityInput {
2180
+ `alias`: string | null;
2181
+ email: string | null;
2182
+ objectId: string | null;
2183
+ }
2184
+
2010
2185
  @open
2011
2186
  @complex model identitySet {
2012
2187
  application: identity | null;
@@ -2014,6 +2189,10 @@ namespace reference.`microsoft.graph` {
2014
2189
  user: identity | null;
2015
2190
  }
2016
2191
 
2192
+ @abstract
2193
+ @complex model identitySource {
2194
+ }
2195
+
2017
2196
  @complex model idleSessionSignOut {
2018
2197
  isEnabled: boolean | null;
2019
2198
  signOutAfterInSeconds: int64 | null;
@@ -2059,6 +2238,11 @@ namespace reference.`microsoft.graph` {
2059
2238
  singleSignOnDocumentationUrl: string | null;
2060
2239
  }
2061
2240
 
2241
+ @complex model informationBarrier {
2242
+ mode: informationBarrierMode;
2243
+ segmentIds: guid;
2244
+ }
2245
+
2062
2246
  @abstract
2063
2247
  @complex model inheritableScopes {
2064
2248
  kind: scopeCollectionKind;
@@ -2081,6 +2265,17 @@ namespace reference.`microsoft.graph` {
2081
2265
  webUrl: string | null;
2082
2266
  }
2083
2267
 
2268
+ @complex model integerRange {
2269
+ end: int64 | null;
2270
+
2271
+ @graphDeprecated("Tasks_And_Plans")
2272
+ maximum: int64 | null;
2273
+
2274
+ @graphDeprecated("Tasks_And_Plans")
2275
+ minimum: int64 | null;
2276
+ start: int64 | null;
2277
+ }
2278
+
2084
2279
  @complex model internalSponsors extends userSet {
2085
2280
  }
2086
2281
 
@@ -2166,6 +2361,12 @@ namespace reference.`microsoft.graph` {
2166
2361
  version: versionAction | null;
2167
2362
  }
2168
2363
 
2364
+ @open
2365
+ @complex model itemActionStat {
2366
+ actionCount: int32 | null;
2367
+ actorCount: int32 | null;
2368
+ }
2369
+
2169
2370
  @complex model itemActivityTimeSet {
2170
2371
  @computed lastRecordedDateTime: offsetDateTime | null;
2171
2372
  observedDateTime: offsetDateTime | null;
@@ -2188,7 +2389,6 @@ namespace reference.`microsoft.graph` {
2188
2389
  driveType: string | null;
2189
2390
  id: string | null;
2190
2391
  name: string | null;
2191
- parent: itemReference | null;
2192
2392
  path: string | null;
2193
2393
  shareId: string | null;
2194
2394
  sharepointIds: sharepointIds | null;
@@ -2214,6 +2414,7 @@ namespace reference.`microsoft.graph` {
2214
2414
  usage: string | null;
2215
2415
  }
2216
2416
 
2417
+
2217
2418
  @complex model keyValue {
2218
2419
  key: string | null;
2219
2420
  value: string | null;
@@ -2264,6 +2465,27 @@ namespace reference.`microsoft.graph` {
2264
2465
  tokenDetails: tokenDetails | null;
2265
2466
  }
2266
2467
 
2468
+ @complex model linkRoleAbilities {
2469
+ addExistingExternalUsers: sharingOperationStatus | null;
2470
+ addNewExternalUsers: sharingOperationStatus | null;
2471
+ applyVariants: sharingLinkVariants | null;
2472
+ createLink: sharingOperationStatus | null;
2473
+ deleteLink: sharingOperationStatus | null;
2474
+ linkAllowsExternalUsers: sharingOperationStatus | null;
2475
+ linkExpiration: sharingLinkExpirationStatus | null;
2476
+ retrieveLink: sharingOperationStatus | null;
2477
+ updateLink: sharingOperationStatus | null;
2478
+ }
2479
+
2480
+ @complex model linkScopeAbilities {
2481
+ blockDownloadLinkAbilities: linkRoleAbilities | null;
2482
+ editLinkAbilities: linkRoleAbilities;
2483
+ manageListLinkAbilities: linkRoleAbilities | null;
2484
+ readLinkAbilities: linkRoleAbilities;
2485
+ reviewLinkAbilities: linkRoleAbilities | null;
2486
+ submitOnlyLinkAbilities: linkRoleAbilities | null;
2487
+ }
2488
+
2267
2489
  @complex model listInfo {
2268
2490
  contentTypesEnabled: boolean | null;
2269
2491
  hidden: boolean | null;
@@ -2768,6 +2990,7 @@ namespace reference.`microsoft.graph` {
2768
2990
  onPremisesApplicationSegments: onPremisesApplicationSegment[] | null;
2769
2991
  segmentsConfiguration: segmentConfiguration | null;
2770
2992
  singleSignOnSettings: onPremisesPublishingSingleSignOn | null;
2993
+ trafficRoutingMethod: trafficRoutingMethod;
2771
2994
  useAlternateUrlForTranslationAndRedirect: boolean | null;
2772
2995
  verifiedCustomDomainCertificatesMetadata: verifiedCustomDomainCertificatesMetadata | null;
2773
2996
  verifiedCustomDomainKeyCredential: keyCredential | null;
@@ -2866,6 +3089,7 @@ namespace reference.`microsoft.graph` {
2866
3089
  startDateTime: offsetDateTime | null;
2867
3090
  }
2868
3091
 
3092
+
2869
3093
  @complex model passwordProfile {
2870
3094
  forceChangePasswordNextSignIn: boolean | null;
2871
3095
  forceChangePasswordNextSignInWithMfa: boolean | null;
@@ -2935,6 +3159,11 @@ namespace reference.`microsoft.graph` {
2935
3159
  displayAs: string | null;
2936
3160
  }
2937
3161
 
3162
+ @complex model perTenantTrafficSegmentsOverride {
3163
+ percentage: int32;
3164
+ tenantId: guid;
3165
+ }
3166
+
2938
3167
  @complex model phone {
2939
3168
  number: string | null;
2940
3169
  type: phoneType | null;
@@ -3257,6 +3486,12 @@ namespace reference.`microsoft.graph` {
3257
3486
  localizations: displayNameLocalization[] | null;
3258
3487
  }
3259
3488
 
3489
+ @complex model profileSourceLocalization {
3490
+ displayName: string | null;
3491
+ languageTag: string | null;
3492
+ webUrl: string | null;
3493
+ }
3494
+
3260
3495
  @open
3261
3496
  @complex model programResource extends identity {
3262
3497
  type: string | null;
@@ -3408,6 +3643,10 @@ namespace reference.`microsoft.graph` {
3408
3643
  type: recurrenceRangeType | null;
3409
3644
  }
3410
3645
 
3646
+ @complex model recycleBinSettings {
3647
+ retentionPeriodOverrideDays: int32 | null;
3648
+ }
3649
+
3411
3650
  @complex model referencedObject {
3412
3651
  referencedObjectName: string | null;
3413
3652
  referencedProperty: string | null;
@@ -3789,14 +4028,48 @@ namespace reference.`microsoft.graph` {
3789
4028
  sharedDateTime: offsetDateTime | null;
3790
4029
  }
3791
4030
 
4031
+ @complex model sharePointApiUsageDataPoint {
4032
+ activeApps: int32 | null;
4033
+ appId: string | null;
4034
+ serviceArea: string | null;
4035
+ tenantId: string | null;
4036
+ usageDateTime: offsetDateTime | null;
4037
+ usageMB: int64 | null;
4038
+ usageRequests: int64 | null;
4039
+ }
4040
+
4041
+ @complex model sharePointApiUsageReport {
4042
+ dataPoints: sharePointApiUsageDataPoint[];
4043
+ }
4044
+
4045
+ @open
4046
+ @complex model sharePointGroupIdentity extends identity {
4047
+ principalId: string | null;
4048
+ title: string | null;
4049
+ }
4050
+
4051
+ @complex model sharePointGroupMigrationTaskParameters extends sharePointMigrationTaskParameters {
4052
+ sourceGroupIdentity: groupIdentity | null;
4053
+ targetGroupIdentity: groupIdentity | null;
4054
+ }
4055
+
3792
4056
  @open
3793
4057
  @complex model sharePointIdentity extends identity {
3794
4058
  loginName: string | null;
3795
4059
  }
3796
4060
 
4061
+ @complex model sharePointIdentityMappingGroupMigrationData {
4062
+ mailNickname: string | null;
4063
+ }
4064
+
4065
+ @complex model sharePointIdentityMappingUserMigrationData {
4066
+ email: string | null;
4067
+ }
4068
+
3797
4069
  @open
3798
4070
  @complex model sharePointIdentitySet extends identitySet {
3799
4071
  group: identity | null;
4072
+ sharePointGroup: sharePointGroupIdentity | null;
3800
4073
  siteGroup: sharePointIdentity | null;
3801
4074
  siteUser: sharePointIdentity | null;
3802
4075
  }
@@ -3811,6 +4084,38 @@ namespace reference.`microsoft.graph` {
3811
4084
  webId: string | null;
3812
4085
  }
3813
4086
 
4087
+ @complex model sharePointMigrationContainerInfo {
4088
+ dataContainerUri: string;
4089
+ encryptionKey: string;
4090
+ metadataContainerUri: string;
4091
+ }
4092
+
4093
+ @complex model sharePointMigrationTaskParameters {
4094
+ preferredLatestStartDateTime: offsetDateTime | null;
4095
+ preferredStartDateTime: offsetDateTime | null;
4096
+ sourceSiteUrl: string | null;
4097
+ targetDataLocationCode: string | null;
4098
+ targetOrganizationHost: string | null;
4099
+ targetOrganizationId: guid | null;
4100
+ targetSiteUrl: string | null;
4101
+ validateOnly: boolean | null;
4102
+ }
4103
+
4104
+ @complex model sharePointSharingAbilities {
4105
+ anyoneLinkAbilities: linkScopeAbilities | null;
4106
+ directSharingAbilities: directSharingAbilities | null;
4107
+ organizationLinkAbilities: linkScopeAbilities | null;
4108
+ specificPeopleLinkAbilities: linkScopeAbilities | null;
4109
+ }
4110
+
4111
+ @complex model sharePointSiteMigrationTaskParameters extends sharePointMigrationTaskParameters {
4112
+ }
4113
+
4114
+ @complex model sharePointUserMigrationTaskParameters extends sharePointMigrationTaskParameters {
4115
+ sourceUserIdentity: userIdentity | null;
4116
+ targetUserIdentity: userIdentity | null;
4117
+ }
4118
+
3814
4119
  @complex model sharingInvitation {
3815
4120
  email: string | null;
3816
4121
  invitedBy: identitySet | null;
@@ -3828,6 +4133,29 @@ namespace reference.`microsoft.graph` {
3828
4133
  webUrl: string | null;
3829
4134
  }
3830
4135
 
4136
+ @complex model sharingLinkExpirationStatus {
4137
+ defaultExpirationInDays: int32 | null;
4138
+ disabledReason: string | null;
4139
+ enabled: boolean | null;
4140
+ }
4141
+
4142
+ @complex model sharingLinkVariants {
4143
+ addressBarLinkPermission: sharingRole | null;
4144
+ allowEmbed: sharingOperationStatus | null;
4145
+ passwordProtected: sharingOperationStatus | null;
4146
+ requiresAuthentication: sharingOperationStatus | null;
4147
+ }
4148
+
4149
+ @complex model sharingOperationStatus {
4150
+ disabledReason: string | null;
4151
+ enabled: boolean | null;
4152
+ }
4153
+
4154
+ @complex model sharingViewpoint {
4155
+ defaultSharingLink: defaultSharingLink;
4156
+ sharingAbilities: sharePointSharingAbilities;
4157
+ }
4158
+
3831
4159
  @complex model signInActivity {
3832
4160
  @computed lastNonInteractiveSignInDateTime: offsetDateTime | null;
3833
4161
  lastNonInteractiveSignInRequestId: string | null;
@@ -3903,6 +4231,8 @@ namespace reference.`microsoft.graph` {
3903
4231
  }
3904
4232
 
3905
4233
  @complex model siteArchivalDetails {
4234
+ archivedBy: identitySet | null;
4235
+ archivedDateTime: offsetDateTime | null;
3906
4236
  archiveStatus: siteArchiveStatus | null;
3907
4237
  }
3908
4238
 
@@ -4042,6 +4372,7 @@ namespace reference.`microsoft.graph` {
4042
4372
  state: synchronizationScheduleState;
4043
4373
  }
4044
4374
 
4375
+ @graphDeprecated("SynchronizationSecret_Deprecation")
4045
4376
  @complex model synchronizationSecretKeyStringValuePair {
4046
4377
  key: synchronizationSecret;
4047
4378
  value: string | null;
@@ -4102,6 +4433,9 @@ namespace reference.`microsoft.graph` {
4102
4433
  userPrincipalName: string | null;
4103
4434
  }
4104
4435
 
4436
+ @complex model targetUserSponsors extends userSet {
4437
+ }
4438
+
4105
4439
  @complex model teamArchivedEventMessageDetail extends eventMessageDetail {
4106
4440
  initiator: identitySet | null;
4107
4441
  teamId: string | null;
@@ -4581,6 +4915,14 @@ namespace reference.`microsoft.graph` {
4581
4915
  excludedResourceActions: string[] | null;
4582
4916
  }
4583
4917
 
4918
+ @complex model unmatched {
4919
+ code: string | null;
4920
+ corroborativeEvidences: string[];
4921
+ idMatch: string | null;
4922
+ length: int32 | null;
4923
+ offset: int32 | null;
4924
+ }
4925
+
4584
4926
  @complex model unrestrictedAudience extends signInAudienceRestrictionsBase {
4585
4927
  }
4586
4928
 
@@ -4871,6 +5213,71 @@ namespace reference.`microsoft.graph` {
4871
5213
  type: websiteType | null;
4872
5214
  }
4873
5215
 
5216
+ @complex model workbookCommentMention {
5217
+ email: string | null;
5218
+ id: int32;
5219
+ name: string | null;
5220
+ }
5221
+
5222
+ @complex model workbookFilterCriteria {
5223
+ color: string | null;
5224
+ criterion1: string | null;
5225
+ criterion2: string | null;
5226
+ dynamicCriteria: string;
5227
+ filterOn: string;
5228
+ icon: workbookIcon | null;
5229
+ operator: string;
5230
+ values: Json | null;
5231
+ }
5232
+
5233
+ @complex model workbookFilterDatetime {
5234
+ date: string | null;
5235
+ specificity: string;
5236
+ }
5237
+
5238
+ @complex model workbookIcon {
5239
+ index: int32;
5240
+ set: string;
5241
+ }
5242
+
5243
+ @complex model workbookOperationError {
5244
+ code: string | null;
5245
+ innerError: workbookOperationError | null;
5246
+ message: string | null;
5247
+ }
5248
+
5249
+ @complex model workbookRangeReference {
5250
+ address: string | null;
5251
+ }
5252
+
5253
+ @complex model workbookSessionInfo {
5254
+ id: string | null;
5255
+ persistChanges: boolean | null;
5256
+ }
5257
+
5258
+ @complex model workbookSortField {
5259
+ ascending: boolean;
5260
+ color: string | null;
5261
+ dataOption: string;
5262
+ icon: workbookIcon | null;
5263
+ key: int32;
5264
+ sortOn: string;
5265
+ }
5266
+
5267
+ @complex model workbookWorksheetProtectionOptions {
5268
+ allowAutoFilter: boolean;
5269
+ allowDeleteColumns: boolean;
5270
+ allowDeleteRows: boolean;
5271
+ allowFormatCells: boolean;
5272
+ allowFormatColumns: boolean;
5273
+ allowFormatRows: boolean;
5274
+ allowInsertColumns: boolean;
5275
+ allowInsertHyperlinks: boolean;
5276
+ allowInsertRows: boolean;
5277
+ allowPivotTables: boolean;
5278
+ allowSort: boolean;
5279
+ }
5280
+
4874
5281
  @complex model workingHours {
4875
5282
  daysOfWeek: dayOfWeek[] | null;
4876
5283
  endTime: offsetDateTime | null;
@@ -4938,6 +5345,9 @@ namespace reference.`microsoft.graph` {
4938
5345
  @contains accessPackageAssignmentPolicies: accessPackageAssignmentPolicy[];
4939
5346
  @references accessPackageCatalog: accessPackageCatalog | null;
4940
5347
  @contains accessPackageResourceRoleScopes: accessPackageResourceRoleScope[];
5348
+ @references accessPackagesIncompatibleWith: accessPackage[];
5349
+ @references incompatibleAccessPackages: accessPackage[];
5350
+ @contains incompatibleGroups: group[];
4941
5351
  }
4942
5352
 
4943
5353
  @entity model accessPackageAssignment extends entity {
@@ -4949,6 +5359,7 @@ namespace reference.`microsoft.graph` {
4949
5359
  customExtensionCalloutInstances: customExtensionCalloutInstance[] | null;
4950
5360
  expiredDateTime: offsetDateTime | null;
4951
5361
  isExtended: boolean | null;
5362
+ schedule: requestSchedule | null;
4952
5363
  targetId: string | null;
4953
5364
  @contains accessPackage: accessPackage | null;
4954
5365
  @contains accessPackageAssignmentPolicy: accessPackageAssignmentPolicy | null;
@@ -4970,17 +5381,19 @@ namespace reference.`microsoft.graph` {
4970
5381
  expirationDateTime: offsetDateTime | null;
4971
5382
  modifiedBy: string | null;
4972
5383
  modifiedDateTime: offsetDateTime | null;
5384
+ questions: accessPackageQuestion[] | null;
4973
5385
  requestApprovalSettings: approvalSettings | null;
4974
5386
  requestorSettings: requestorSettings | null;
4975
5387
  verifiableCredentialSettings: verifiableCredentialSettings | null;
4976
5388
  @references accessPackage: accessPackage | null;
4977
5389
  @contains accessPackageCatalog: accessPackageCatalog | null;
4978
- @contains customExtensionHandlers: customExtensionHandler[];
4979
- @contains customExtensionStageSettings: customExtensionStageSetting[];
5390
+ @references customExtensionHandlers: customExtensionHandler[];
5391
+ @references customExtensionStageSettings: customExtensionStageSetting[];
4980
5392
  }
4981
5393
 
4982
5394
  @privatePreview("MicrosofEntitlementManagementCustomextensions")
4983
5395
  @entity model accessPackageAssignmentRequest extends entity {
5396
+ answers: accessPackageAnswer[] | null;
4984
5397
  completedDate: offsetDateTime | null;
4985
5398
  @computed createdDateTime: offsetDateTime | null;
4986
5399
  customExtensionCalloutInstances: customExtensionCalloutInstance[] | null;
@@ -4991,6 +5404,7 @@ namespace reference.`microsoft.graph` {
4991
5404
  requestState: string | null;
4992
5405
  requestStatus: string | null;
4993
5406
  requestType: string | null;
5407
+ schedule: requestSchedule | null;
4994
5408
  verifiedCredentialsData: verifiedCredentialData[] | null;
4995
5409
  @references accessPackage: accessPackage | null;
4996
5410
  @contains accessPackageAssignment: accessPackageAssignment | null;
@@ -5053,7 +5467,7 @@ namespace reference.`microsoft.graph` {
5053
5467
  originSystem: string | null;
5054
5468
  resourceType: string | null;
5055
5469
  url: string | null;
5056
- @contains accessPackageResourceEnvironment: accessPackageResourceEnvironment | null;
5470
+ @references accessPackageResourceEnvironment: accessPackageResourceEnvironment | null;
5057
5471
  @contains accessPackageResourceRoles: accessPackageResourceRole[];
5058
5472
  @contains accessPackageResourceScopes: accessPackageResourceScope[];
5059
5473
  }
@@ -5069,7 +5483,7 @@ namespace reference.`microsoft.graph` {
5069
5483
  modifiedDateTime: offsetDateTime | null;
5070
5484
  originId: string;
5071
5485
  originSystem: string;
5072
- @contains accessPackageResources: accessPackageResource[];
5486
+ @references accessPackageResources: accessPackageResource[];
5073
5487
  }
5074
5488
 
5075
5489
  @entity model accessPackageResourceRequest extends entity {
@@ -5116,12 +5530,14 @@ namespace reference.`microsoft.graph` {
5116
5530
  @entity model accessPackageSubject extends entity {
5117
5531
  altSecId: string | null;
5118
5532
  cleanupScheduledDateTime: offsetDateTime | null;
5533
+ connectedOrganizationId: string | null;
5119
5534
  displayName: string | null;
5120
5535
  email: string | null;
5121
5536
  objectId: string | null;
5122
5537
  onPremisesSecurityIdentifier: string | null;
5123
5538
  principalName: string | null;
5124
5539
  type: string | null;
5540
+ @references connectedOrganization: connectedOrganization | null;
5125
5541
  }
5126
5542
 
5127
5543
  @entity model accessReview extends entity {
@@ -5453,9 +5869,11 @@ namespace reference.`microsoft.graph` {
5453
5869
  identifierUris: string[];
5454
5870
  info: informationalUrl | null;
5455
5871
  isDeviceOnlyAuthSupported: boolean | null;
5872
+ isDisabled: boolean | null;
5456
5873
  isFallbackPublicClient: boolean | null;
5457
5874
  keyCredentials: keyCredential[];
5458
5875
  logo: stream;
5876
+ managerApplications: guid;
5459
5877
  notes: string | null;
5460
5878
  onPremisesPublishing: onPremisesPublishing | null;
5461
5879
  optionalClaims: optionalClaims | null;
@@ -5522,7 +5940,7 @@ namespace reference.`microsoft.graph` {
5522
5940
 
5523
5941
  @entity model appManagementPolicy extends policyBase {
5524
5942
  isEnabled: boolean;
5525
- restrictions: appManagementConfiguration | null;
5943
+ restrictions: customAppManagementConfiguration | null;
5526
5944
  @references appliesTo: directoryObject[];
5527
5945
  }
5528
5946
 
@@ -5625,6 +6043,7 @@ namespace reference.`microsoft.graph` {
5625
6043
  requirements: strongAuthenticationRequirements | null;
5626
6044
  signInPreferences: signInPreferences | null;
5627
6045
  @contains emailMethods: emailAuthenticationMethod[];
6046
+ @contains externalAuthenticationMethods: externalAuthenticationMethod[];
5628
6047
  @contains fido2Methods: fido2AuthenticationMethod[];
5629
6048
  @contains methods: authenticationMethod[];
5630
6049
  @contains microsoftAuthenticatorMethods: microsoftAuthenticatorAuthenticationMethod[];
@@ -5864,6 +6283,11 @@ namespace reference.`microsoft.graph` {
5864
6283
  @contains verticalSection: verticalSection | null;
5865
6284
  }
5866
6285
 
6286
+ @entity model caPoliciesDeletableRoot extends entity {
6287
+ @contains namedLocations: namedLocation[];
6288
+ @contains policies: conditionalAccessPolicy[];
6289
+ }
6290
+
5867
6291
  @entity model certificateAuthorityAsEntity extends entity {
5868
6292
  certificate: binary;
5869
6293
  isRootAuthority: boolean;
@@ -6057,12 +6481,13 @@ namespace reference.`microsoft.graph` {
6057
6481
  totalLicenses: int32 | null;
6058
6482
  }
6059
6483
 
6060
- @entity model conditionalAccessPolicy extends entity {
6484
+ @entity model conditionalAccessPolicy extends policyDeletableItem {
6061
6485
  conditions: conditionalAccessConditionSet;
6062
6486
  @computed createdDateTime: offsetDateTime | null;
6063
6487
  description: string | null;
6064
6488
  displayName: string;
6065
6489
  grantControls: conditionalAccessGrantControls | null;
6490
+ @computed @key id: string;
6066
6491
  modifiedDateTime: offsetDateTime | null;
6067
6492
  sessionControls: conditionalAccessSessionControls | null;
6068
6493
  state: conditionalAccessPolicyState;
@@ -6075,6 +6500,7 @@ namespace reference.`microsoft.graph` {
6075
6500
 
6076
6501
  @graphDeprecated("AuthenticationStrengthsRemove")
6077
6502
  @contains authenticationStrengths: authenticationStrengthRoot | null;
6503
+ @contains deletedItems: caPoliciesDeletableRoot | null;
6078
6504
  @contains namedLocations: namedLocation[];
6079
6505
  @contains policies: conditionalAccessPolicy[];
6080
6506
  @contains templates: conditionalAccessTemplate[];
@@ -6087,6 +6513,19 @@ namespace reference.`microsoft.graph` {
6087
6513
  scenarios: templateScenarios;
6088
6514
  }
6089
6515
 
6516
+ @entity model connectedOrganization extends entity {
6517
+ createdBy: string | null;
6518
+ @computed createdDateTime: offsetDateTime | null;
6519
+ description: string | null;
6520
+ displayName: string | null;
6521
+ identitySources: identitySource[] | null;
6522
+ modifiedBy: string | null;
6523
+ modifiedDateTime: offsetDateTime | null;
6524
+ state: connectedOrganizationState | null;
6525
+ @contains externalSponsors: directoryObject[];
6526
+ @contains internalSponsors: directoryObject[];
6527
+ }
6528
+
6090
6529
  @entity model connector extends entity {
6091
6530
  externalIp: string;
6092
6531
  machineName: string;
@@ -6155,6 +6594,15 @@ namespace reference.`microsoft.graph` {
6155
6594
  @contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
6156
6595
  }
6157
6596
 
6597
+ @entity model contentModel extends entity {
6598
+ createdBy: identitySet | null;
6599
+ @computed createdDateTime: offsetDateTime | null;
6600
+ lastModifiedBy: identitySet | null;
6601
+ @computed lastModifiedDateTime: offsetDateTime | null;
6602
+ modelType: contentModelType | null;
6603
+ name: string | null;
6604
+ }
6605
+
6158
6606
  @entity model contentType extends entity {
6159
6607
  associatedHubsUrls: string[] | null;
6160
6608
  description: string | null;
@@ -6343,15 +6791,6 @@ namespace reference.`microsoft.graph` {
6343
6791
  @contains allowedValues: allowedValue[];
6344
6792
  }
6345
6793
 
6346
- @abstract
6347
- @entity model customSecurityAttributeExemption extends entity {
6348
- operator: customSecurityAttributeComparisonOperator | null;
6349
- }
6350
-
6351
- @entity model customSecurityAttributeStringValueExemption extends customSecurityAttributeExemption {
6352
- value: string | null;
6353
- }
6354
-
6355
6794
  @entity model dataClassificationService extends entity {
6356
6795
  @contains classifyFileJobs: jobResponseBase[];
6357
6796
  @contains classifyTextJobs: jobResponseBase[];
@@ -6534,6 +6973,13 @@ namespace reference.`microsoft.graph` {
6534
6973
  result: dlpPoliciesJobResult | null;
6535
6974
  }
6536
6975
 
6976
+ @entity model documentProcessingJob extends entity {
6977
+ @computed createdDateTime: offsetDateTime | null;
6978
+ jobType: documentProcessingJobType | null;
6979
+ listItemUniqueId: string;
6980
+ status: documentProcessingJobStatus | null;
6981
+ }
6982
+
6537
6983
  @entity model documentSetVersion extends listItemVersion {
6538
6984
  comment: string | null;
6539
6985
  createdBy: identitySet | null;
@@ -6602,6 +7048,7 @@ namespace reference.`microsoft.graph` {
6602
7048
  sharePointIds: sharepointIds | null;
6603
7049
  system: systemFacet | null;
6604
7050
  @contains activities: itemActivityOLD[];
7051
+ @contains bundles: driveItem[];
6605
7052
  @contains following: driveItem[];
6606
7053
  @contains items: driveItem[];
6607
7054
  @contains list: list | null;
@@ -6612,7 +7059,11 @@ namespace reference.`microsoft.graph` {
6612
7059
  @open
6613
7060
  @entity model driveItem extends baseItem {
6614
7061
  audio: audio | null;
7062
+ bundle: bundle | null;
7063
+
7064
+ @graphDeprecated("Removal")
6615
7065
  content: stream | null;
7066
+ contentStream: stream | null;
6616
7067
  cTag: string | null;
6617
7068
  deleted: deleted | null;
6618
7069
  file: file | null;
@@ -6635,15 +7086,19 @@ namespace reference.`microsoft.graph` {
6635
7086
  source: driveItemSource | null;
6636
7087
  specialFolder: specialFolder | null;
6637
7088
  video: video | null;
7089
+ viewpoint: driveItemViewpoint | null;
6638
7090
  webDavUrl: string | null;
6639
- @contains activities: itemActivity[];
7091
+ @contains activities: itemActivityOLD[];
7092
+ @references analytics: itemAnalytics | null;
6640
7093
  @contains children: driveItem[];
7094
+ @contains extensions: extension[];
6641
7095
  @contains listItem: listItem | null;
6642
7096
  @contains permissions: permission[];
6643
7097
  @contains retentionLabel: itemRetentionLabel | null;
6644
7098
  @contains subscriptions: subscription[];
6645
7099
  @contains thumbnails: thumbnailSet[];
6646
7100
  @contains versions: driveItemVersion[];
7101
+ @contains workbook: workbook | null;
6647
7102
  }
6648
7103
 
6649
7104
  @entity model driveItemVersion extends baseItemVersion {
@@ -6689,7 +7144,9 @@ namespace reference.`microsoft.graph` {
6689
7144
  @contains accessPackageResourceRoleScopes: accessPackageResourceRoleScope[];
6690
7145
  @contains accessPackageResources: accessPackageResource[];
6691
7146
  @contains accessPackages: accessPackage[];
7147
+ @contains connectedOrganizations: connectedOrganization[];
6692
7148
  @contains settings: entitlementManagementSettings | null;
7149
+ @contains subjects: accessPackageSubject[];
6693
7150
  }
6694
7151
 
6695
7152
  @entity model entitlementManagementSettings extends entity {
@@ -6782,11 +7239,15 @@ namespace reference.`microsoft.graph` {
6782
7239
  responseType: responseType | null;
6783
7240
  }
6784
7241
 
6785
- @entity model exactMatchDataStore extends entity {
7242
+ @entity model exactMatchDataStore extends exactMatchDataStoreBase {
7243
+ @contains sessions: exactMatchSession[];
7244
+ }
7245
+
7246
+ @entity model exactMatchDataStoreBase extends entity {
7247
+ columns: exactDataMatchStoreColumn[] | null;
6786
7248
  dataLastUpdatedDateTime: offsetDateTime | null;
6787
7249
  description: string | null;
6788
7250
  displayName: string | null;
6789
- @contains sessions: exactMatchSession[];
6790
7251
  }
6791
7252
 
6792
7253
  @abstract
@@ -6803,23 +7264,26 @@ namespace reference.`microsoft.graph` {
6803
7264
  @contains matchingRows: lookupResultRow[];
6804
7265
  }
6805
7266
 
6806
- @entity model exactMatchSession extends exactMatchJobBase {
7267
+ @entity model exactMatchSession extends exactMatchSessionBase {
6807
7268
  checksum: string | null;
6808
- datastoreId: string | null;
6809
7269
  dataUploadURI: string | null;
6810
7270
  fields: string[] | null;
6811
7271
  fileName: string | null;
7272
+ rowsPerBlock: int32 | null;
7273
+ salt: string | null;
7274
+ uploadAgentId: string | null;
7275
+ @contains uploadAgent: exactMatchUploadAgent | null;
7276
+ }
7277
+
7278
+ @entity model exactMatchSessionBase extends exactMatchJobBase {
7279
+ dataStoreId: string | null;
6812
7280
  processingCompletionDateTime: offsetDateTime | null;
6813
7281
  remainingBlockCount: int32 | null;
6814
7282
  remainingJobCount: int32 | null;
6815
- rowsPerBlock: int32 | null;
6816
- salt: string | null;
6817
7283
  state: string | null;
6818
7284
  totalBlockCount: int32 | null;
6819
7285
  totalJobCount: int32 | null;
6820
- uploadAgentId: string | null;
6821
7286
  uploadCompletionDateTime: offsetDateTime | null;
6822
- @contains uploadAgent: exactMatchUploadAgent | null;
6823
7287
  }
6824
7288
 
6825
7289
  @entity model exactMatchUploadAgent extends entity {
@@ -6841,6 +7305,11 @@ namespace reference.`microsoft.graph` {
6841
7305
  targetObjects: string[];
6842
7306
  }
6843
7307
 
7308
+ @entity model externalAuthenticationMethod extends authenticationMethod {
7309
+ configurationId: string;
7310
+ displayName: string;
7311
+ }
7312
+
6844
7313
  @entity model externalAuthenticationMethodConfiguration extends authenticationMethodConfiguration {
6845
7314
  appId: string;
6846
7315
  displayName: string;
@@ -6915,15 +7384,76 @@ namespace reference.`microsoft.graph` {
6915
7384
  sensitiveTypeIds: string[] | null;
6916
7385
  }
6917
7386
 
6918
- @entity model filterOperatorSchema extends entity {
6919
- arity: scopeOperatorType;
6920
- multivaluedComparisonType: scopeOperatorMultiValuedComparisonType;
6921
- supportedAttributeTypes: attributeType[];
6922
- }
6923
-
6924
- @abstract
6925
- @entity model governanceInsight extends entity {
6926
- insightCreatedDateTime: offsetDateTime | null;
7387
+ @entity model fileStorage extends entity {
7388
+ @contains containers: fileStorageContainer[];
7389
+ @contains containerTypeRegistrations: fileStorageContainerTypeRegistration[];
7390
+ @contains containerTypes: fileStorageContainerType[];
7391
+ @contains deletedContainers: fileStorageContainer[];
7392
+ }
7393
+
7394
+ @entity model fileStorageContainer extends entity {
7395
+ archivalDetails: siteArchivalDetails | null;
7396
+ assignedSensitivityLabel: assignedLabel | null;
7397
+ containerTypeId: guid;
7398
+ @computed createdDateTime: offsetDateTime;
7399
+ customProperties: fileStorageContainerCustomPropertyDictionary | null;
7400
+ description: string | null;
7401
+ displayName: string;
7402
+ externalGroupId: guid | null;
7403
+ informationBarrier: informationBarrier | null;
7404
+ lockState: siteLockState | null;
7405
+ owners: userIdentity[] | null;
7406
+ ownershipType: fileStorageContainerOwnershipType | null;
7407
+ settings: fileStorageContainerSettings;
7408
+ status: fileStorageContainerStatus | null;
7409
+ storageUsedInBytes: int64 | null;
7410
+ viewpoint: fileStorageContainerViewpoint | null;
7411
+ @contains columns: columnDefinition[];
7412
+ @contains drive: drive | null;
7413
+ @contains migrationJobs: sharePointMigrationJob[];
7414
+ @contains permissions: permission[];
7415
+ @contains recycleBin: recycleBin | null;
7416
+ @contains sharePointGroups: sharePointGroup[];
7417
+ }
7418
+
7419
+ @entity model fileStorageContainerType extends entity {
7420
+ billingClassification: fileStorageContainerBillingClassification;
7421
+ billingStatus: fileStorageContainerBillingStatus;
7422
+ @computed createdDateTime: offsetDateTime;
7423
+ etag: string;
7424
+ expirationDateTime: offsetDateTime;
7425
+ name: string;
7426
+ owningAppId: guid;
7427
+ settings: fileStorageContainerTypeSettings;
7428
+ }
7429
+
7430
+ @entity model fileStorageContainerTypeAppPermissionGrant extends MsGraph.SharedModels.entity {
7431
+ @computed @key appId: string;
7432
+ applicationPermissions: fileStorageContainerTypeAppPermission[] | null;
7433
+ delegatedPermissions: fileStorageContainerTypeAppPermission[] | null;
7434
+ }
7435
+
7436
+ @entity model fileStorageContainerTypeRegistration extends entity {
7437
+ billingClassification: fileStorageContainerBillingClassification;
7438
+ billingStatus: fileStorageContainerBillingStatus;
7439
+ etag: string;
7440
+ expirationDateTime: offsetDateTime;
7441
+ name: string;
7442
+ owningAppId: guid;
7443
+ registeredDateTime: offsetDateTime;
7444
+ settings: fileStorageContainerTypeRegistrationSettings;
7445
+ @contains applicationPermissionGrants: fileStorageContainerTypeAppPermissionGrant[];
7446
+ }
7447
+
7448
+ @entity model filterOperatorSchema extends entity {
7449
+ arity: scopeOperatorType;
7450
+ multivaluedComparisonType: scopeOperatorMultiValuedComparisonType;
7451
+ supportedAttributeTypes: attributeType[];
7452
+ }
7453
+
7454
+ @abstract
7455
+ @entity model governanceInsight extends entity {
7456
+ insightCreatedDateTime: offsetDateTime | null;
6927
7457
  }
6928
7458
 
6929
7459
  @open
@@ -7044,12 +7574,14 @@ namespace reference.`microsoft.graph` {
7044
7574
  membershipRuleProcessingState: string | null;
7045
7575
  membershipRuleProcessingStatus: membershipRuleProcessingStatus | null;
7046
7576
  onPremisesDomainName: string | null;
7577
+ onPremisesExtensionAttributes: onPremisesExtensionAttributes | null;
7047
7578
  onPremisesLastSyncDateTime: offsetDateTime | null;
7048
7579
  onPremisesNetBiosName: string | null;
7049
7580
  onPremisesProvisioningErrors: onPremisesProvisioningError[] | null;
7050
7581
  onPremisesSamAccountName: string | null;
7051
7582
  onPremisesSecurityIdentifier: string | null;
7052
7583
  onPremisesSyncEnabled: boolean | null;
7584
+ organizationId: string | null;
7053
7585
  preferredDataLocation: string | null;
7054
7586
  preferredLanguage: string | null;
7055
7587
  proxyAddresses: string[];
@@ -7065,6 +7597,7 @@ namespace reference.`microsoft.graph` {
7065
7597
  unseenCount: int32 | null;
7066
7598
  unseenMessagesCount: int32 | null;
7067
7599
  visibility: string | null;
7600
+ welcomeMessageEnabled: boolean | null;
7068
7601
  @contains acceptedSenders: directoryObject[];
7069
7602
  @contains appRoleAssignments: appRoleAssignment[];
7070
7603
  @contains calendar: calendar | null;
@@ -7178,7 +7711,7 @@ namespace reference.`microsoft.graph` {
7178
7711
  }
7179
7712
 
7180
7713
  @entity model inheritablePermission extends MsGraph.SharedModels.entity {
7181
- inheritableScopes: inheritableScopes;
7714
+ inheritableScopes: inheritableScopes | null;
7182
7715
  @computed @key resourceAppId: string;
7183
7716
  }
7184
7717
 
@@ -7253,12 +7786,33 @@ namespace reference.`microsoft.graph` {
7253
7786
  @contains listItem: listItem | null;
7254
7787
  }
7255
7788
 
7789
+ @open
7790
+ @entity model itemActivityStat extends entity {
7791
+ access: itemActionStat | null;
7792
+ create: itemActionStat | null;
7793
+ delete: itemActionStat | null;
7794
+ edit: itemActionStat | null;
7795
+ endDateTime: offsetDateTime | null;
7796
+ incompleteData: incompleteData | null;
7797
+ isTrending: boolean | null;
7798
+ move: itemActionStat | null;
7799
+ startDateTime: offsetDateTime | null;
7800
+ @references activities: itemActivity[];
7801
+ }
7802
+
7256
7803
  @entity model itemAddress extends itemFacet {
7257
7804
  detail: physicalAddress | null;
7258
7805
  displayName: string | null;
7259
7806
  geoCoordinates: geoCoordinates | null;
7260
7807
  }
7261
7808
 
7809
+ @open
7810
+ @entity model itemAnalytics extends entity {
7811
+ @references allTime: itemActivityStat | null;
7812
+ @contains itemActivityStats: itemActivityStat[];
7813
+ @references lastSevenDays: itemActivityStat | null;
7814
+ }
7815
+
7262
7816
  @entity model itemAttachment extends attachment {
7263
7817
  @contains item: outlookItem | null;
7264
7818
  }
@@ -7323,7 +7877,6 @@ namespace reference.`microsoft.graph` {
7323
7877
  type: string | null;
7324
7878
  }
7325
7879
 
7326
-
7327
7880
  @entity model labelContentRight extends entity {
7328
7881
  cid: string | null;
7329
7882
  format: string | null;
@@ -7355,6 +7908,7 @@ namespace reference.`microsoft.graph` {
7355
7908
 
7356
7909
  @entity model list extends baseItem {
7357
7910
  displayName: string | null;
7911
+ itemCount: int32 | null;
7358
7912
  list: listInfo | null;
7359
7913
  sharepointIds: sharepointIds | null;
7360
7914
  system: systemFacet | null;
@@ -7364,6 +7918,7 @@ namespace reference.`microsoft.graph` {
7364
7918
  @contains drive: drive | null;
7365
7919
  @contains items: listItem[];
7366
7920
  @contains operations: richLongRunningOperation[];
7921
+ @contains permissions: permission[];
7367
7922
  @contains subscriptions: subscription[];
7368
7923
  }
7369
7924
 
@@ -7372,9 +7927,11 @@ namespace reference.`microsoft.graph` {
7372
7927
  deleted: deleted | null;
7373
7928
  sharepointIds: sharepointIds | null;
7374
7929
  @contains activities: itemActivityOLD[];
7930
+ @references analytics: itemAnalytics | null;
7375
7931
  @contains documentSetVersions: documentSetVersion[];
7376
7932
  @contains driveItem: driveItem | null;
7377
7933
  @contains fields: fieldValueSet | null;
7934
+ @contains permissions: permission[];
7378
7935
  @contains versions: listItemVersion[];
7379
7936
  }
7380
7937
 
@@ -7511,12 +8068,17 @@ namespace reference.`microsoft.graph` {
7511
8068
  value: string[] | null;
7512
8069
  }
7513
8070
 
7514
- @entity model namedLocation extends entity {
8071
+ @entity model namedLocation extends policyDeletableItem {
7515
8072
  @computed createdDateTime: offsetDateTime | null;
7516
8073
  displayName: string;
8074
+ @computed @key id: string;
7517
8075
  modifiedDateTime: offsetDateTime | null;
7518
8076
  }
7519
8077
 
8078
+ @entity model namePronunciationSettings extends entity {
8079
+ isEnabledInOrganization: boolean;
8080
+ }
8081
+
7520
8082
  @entity model newsLinkPage extends baseSitePage {
7521
8083
  bannerImageWebUrl: string | null;
7522
8084
  newsSharepointIds: sharepointIds | null;
@@ -7851,7 +8413,6 @@ namespace reference.`microsoft.graph` {
7851
8413
  password: string | null;
7852
8414
  }
7853
8415
 
7854
-
7855
8416
  @entity model passwordlessMicrosoftAuthenticatorAuthenticationMethod extends authenticationMethod {
7856
8417
 
7857
8418
  @graphDeprecated("CreationDateTime")
@@ -7862,7 +8423,11 @@ namespace reference.`microsoft.graph` {
7862
8423
 
7863
8424
  @entity model peopleAdminSettings extends entity {
7864
8425
  @contains itemInsights: insightsSettings | null;
8426
+ @contains namePronunciation: namePronunciationSettings | null;
8427
+ @contains photoUpdateSettings: photoUpdateSettings | null;
7865
8428
  @contains profileCardProperties: profileCardProperty[];
8429
+ @contains profilePropertySettings: profilePropertySetting[];
8430
+ @contains profileSources: profileSource[];
7866
8431
  @contains pronouns: pronounsSettings | null;
7867
8432
  }
7868
8433
 
@@ -8001,6 +8566,11 @@ namespace reference.`microsoft.graph` {
8001
8566
  phoneNumber: string | null;
8002
8567
  }
8003
8568
 
8569
+ @entity model photoUpdateSettings extends entity {
8570
+ allowedRoles: string[] | null;
8571
+ source: photoUpdateSource | null;
8572
+ }
8573
+
8004
8574
  @entity model pinnedChatMessageInfo extends entity {
8005
8575
  @references message: chatMessage | null;
8006
8576
  }
@@ -8165,6 +8735,11 @@ namespace reference.`microsoft.graph` {
8165
8735
  displayName: string;
8166
8736
  }
8167
8737
 
8738
+ @abstract
8739
+ @entity model policyDeletableItem extends MsGraph.SharedModels.entity {
8740
+ deletedDateTime: offsetDateTime | null;
8741
+ }
8742
+
8168
8743
  @entity model policyRoot extends entity {
8169
8744
  @contains accessReviewPolicy: accessReviewPolicy | null;
8170
8745
  @contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
@@ -8219,6 +8794,7 @@ namespace reference.`microsoft.graph` {
8219
8794
  version: string;
8220
8795
  }
8221
8796
 
8797
+ @graphDeprecated("PIM_Iteration2_Deprecation")
8222
8798
  @entity model privilegedAccess extends entity {
8223
8799
  displayName: string | null;
8224
8800
  @contains resources: governanceResource[];
@@ -8354,6 +8930,7 @@ namespace reference.`microsoft.graph` {
8354
8930
  @entity model profileCardProperty extends entity {
8355
8931
  annotations: profileCardAnnotation[] | null;
8356
8932
  directoryPropertyName: string | null;
8933
+ isVisible: boolean;
8357
8934
  }
8358
8935
 
8359
8936
  @entity model profilePhoto extends entity {
@@ -8361,6 +8938,20 @@ namespace reference.`microsoft.graph` {
8361
8938
  width: int32 | null;
8362
8939
  }
8363
8940
 
8941
+ @entity model profilePropertySetting extends entity {
8942
+ displayName: string | null;
8943
+ name: string | null;
8944
+ prioritizedSourceUrls: string[] | null;
8945
+ }
8946
+
8947
+ @entity model profileSource extends entity {
8948
+ displayName: string | null;
8949
+ kind: string | null;
8950
+ localizations: profileSourceLocalization[];
8951
+ sourceId: string | null;
8952
+ webUrl: string | null;
8953
+ }
8954
+
8364
8955
  @entity model program extends entity {
8365
8956
  description: string;
8366
8957
  displayName: string;
@@ -8448,6 +9039,19 @@ namespace reference.`microsoft.graph` {
8448
9039
  @contains roleDefinitions: unifiedRoleDefinition[];
8449
9040
  }
8450
9041
 
9042
+ @open
9043
+ @entity model recycleBin extends baseItem {
9044
+ settings: recycleBinSettings | null;
9045
+ @contains items: recycleBinItem[];
9046
+ }
9047
+
9048
+ @open
9049
+ @entity model recycleBinItem extends baseItem {
9050
+ deletedDateTime: offsetDateTime | null;
9051
+ deletedFromLocation: string | null;
9052
+ size: int64 | null;
9053
+ }
9054
+
8451
9055
  @entity model redundantAssignmentAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
8452
9056
  `duration`: duration | null;
8453
9057
  }
@@ -8599,6 +9203,10 @@ namespace reference.`microsoft.graph` {
8599
9203
  @entity model roleManagement extends MsGraph.SharedModels.entity {
8600
9204
  @contains directory: rbacApplication | null;
8601
9205
  @contains enterpriseApps: rbacApplication[];
9206
+ /**
9207
+ * The RbacApplication for Entitlement Management
9208
+ */
9209
+ @contains entitlementManagement: rbacApplication | null;
8602
9210
  @contains exchange: unifiedRbacApplication | null;
8603
9211
  }
8604
9212
 
@@ -8837,6 +9445,7 @@ namespace reference.`microsoft.graph` {
8837
9445
  errorUrl: string | null;
8838
9446
  homepage: string | null;
8839
9447
  info: informationalUrl | null;
9448
+ isDisabled: boolean | null;
8840
9449
  keyCredentials: keyCredential[];
8841
9450
  loginUrl: string | null;
8842
9451
  logoutUrl: string | null;
@@ -8935,6 +9544,115 @@ namespace reference.`microsoft.graph` {
8935
9544
  @contains settings: sharepointSettings | null;
8936
9545
  }
8937
9546
 
9547
+ @entity model sharePointGroup extends entity {
9548
+ description: string | null;
9549
+ principalId: string | null;
9550
+ title: string;
9551
+ @contains members: sharePointGroupMember[];
9552
+ }
9553
+
9554
+ @entity model sharePointGroupIdentityMapping extends sharePointIdentityMapping {
9555
+ groupType: sharePointIdentityMappingGroupType;
9556
+ sourceGroupIdentity: identity | null;
9557
+ targetGroupIdentity: identity | null;
9558
+ targetGroupMigrationData: sharePointIdentityMappingGroupMigrationData | null;
9559
+ }
9560
+
9561
+ @entity model sharePointGroupMember extends entity {
9562
+ identity: sharePointIdentitySet | null;
9563
+ }
9564
+
9565
+ @entity model sharePointIdentityMapping extends entity {
9566
+ deleted: deleted | null;
9567
+ sourceOrganizationId: guid;
9568
+ }
9569
+
9570
+ @entity model sharePointMigrationEvent extends entity {
9571
+ correlationId: string;
9572
+ eventDateTime: offsetDateTime;
9573
+ jobId: string;
9574
+ }
9575
+
9576
+ @entity model sharePointMigrationFinishManifestFileUploadEvent extends sharePointMigrationEvent {
9577
+ manifestFileName: string;
9578
+ }
9579
+
9580
+ @entity model sharePointMigrationJob extends entity {
9581
+ containerInfo: sharePointMigrationContainerInfo;
9582
+ @contains progressEvents: sharePointMigrationEvent[];
9583
+ }
9584
+
9585
+ @entity model sharePointMigrationJobCancelledEvent extends sharePointMigrationEvent {
9586
+ isCancelledByUser: boolean;
9587
+ totalRetryCount: int32;
9588
+ }
9589
+
9590
+ @entity model sharePointMigrationJobDeletedEvent extends sharePointMigrationEvent {
9591
+ }
9592
+
9593
+ @entity model sharePointMigrationJobErrorEvent extends sharePointMigrationEvent {
9594
+ error: publicError;
9595
+ errorLevel: sharePointMigrationJobErrorLevel;
9596
+ objectId: string;
9597
+ objectType: sharePointMigrationObjectType;
9598
+ objectUrl: string;
9599
+ totalRetryCount: int32;
9600
+ }
9601
+
9602
+ @entity model sharePointMigrationJobPostponedEvent extends sharePointMigrationEvent {
9603
+ jobsInQueue: int64;
9604
+ nextPickupDateTime: offsetDateTime;
9605
+ reason: string;
9606
+ totalRetryCount: int32;
9607
+ }
9608
+
9609
+ @entity model sharePointMigrationJobProgressEvent extends sharePointMigrationEvent {
9610
+ bytesProcessed: int64;
9611
+ bytesProcessedOnlyCurrentVersion: int64;
9612
+ cpuDurationMs: int64;
9613
+ filesProcessed: int64;
9614
+ filesProcessedOnlyCurrentVersion: int64;
9615
+ isCompleted: boolean;
9616
+ lastProcessedObjectId: string;
9617
+ objectsProcessed: int64;
9618
+ sqlDurationMs: int64;
9619
+ sqlQueryCount: int64;
9620
+ totalDurationMs: int64;
9621
+ totalErrors: int64;
9622
+ totalExpectedBytes: int64;
9623
+ totalExpectedObjects: int64;
9624
+ totalRetryCount: int32;
9625
+ totalWarnings: int64;
9626
+ waitTimeOnSqlThrottlingMs: int64;
9627
+ }
9628
+
9629
+ @entity model sharePointMigrationJobQueuedEvent extends sharePointMigrationEvent {
9630
+ }
9631
+
9632
+ @entity model sharePointMigrationJobStartEvent extends sharePointMigrationEvent {
9633
+ isRestarted: boolean;
9634
+ totalRetryCount: int32;
9635
+ }
9636
+
9637
+ @entity model sharePointMigrationsRoot extends entity {
9638
+ @contains crossOrganizationGroupMappings: sharePointGroupIdentityMapping[];
9639
+ @contains crossOrganizationMigrationTasks: sharePointMigrationTask[];
9640
+ @contains crossOrganizationUserMappings: sharePointUserIdentityMapping[];
9641
+ }
9642
+
9643
+ @entity model sharePointMigrationTask extends entity {
9644
+ error: publicError;
9645
+ finishedDateTime: offsetDateTime;
9646
+ @computed lastUpdatedDateTime: offsetDateTime;
9647
+ parameters: sharePointMigrationTaskParameters;
9648
+ startedDateTime: offsetDateTime;
9649
+ status: sharePointMigrationTaskStatus;
9650
+ }
9651
+
9652
+ @entity model sharePointRoot extends entity {
9653
+ @contains migrations: sharePointMigrationsRoot | null;
9654
+ }
9655
+
8938
9656
  @entity model sharepointSettings extends entity {
8939
9657
  allowedDomainGuidsForSyncApp: guid | null;
8940
9658
  availableManagedPathsForSiteCreation: string[];
@@ -8967,6 +9685,13 @@ namespace reference.`microsoft.graph` {
8967
9685
  tenantDefaultTimezone: string | null;
8968
9686
  }
8969
9687
 
9688
+ @entity model sharePointUserIdentityMapping extends sharePointIdentityMapping {
9689
+ sourceUserIdentity: userIdentity | null;
9690
+ targetUserIdentity: userIdentity | null;
9691
+ targetUserMigrationData: sharePointIdentityMappingUserMigrationData | null;
9692
+ userType: sharePointIdentityMappingUserType;
9693
+ }
9694
+
8970
9695
  @entity model signIn extends entity {
8971
9696
 
8972
9697
  @graphDeprecated("Reporting")
@@ -8987,6 +9712,7 @@ namespace reference.`microsoft.graph` {
8987
9712
  authenticationRequirement: string | null;
8988
9713
  authenticationRequirementPolicies: authenticationRequirementPolicy[] | null;
8989
9714
  clientAppUsed: string | null;
9715
+ clientSessionId: string | null;
8990
9716
  conditionalAccessAudiences: string[] | null;
8991
9717
  conditionalAccessStatus: conditionalAccessStatus | null;
8992
9718
  correlationId: string | null;
@@ -9059,14 +9785,23 @@ namespace reference.`microsoft.graph` {
9059
9785
  deleted: deleted | null;
9060
9786
  displayName: string | null;
9061
9787
  isPersonalSite: boolean | null;
9788
+ locale: string | null;
9789
+ lockState: siteLockState | null;
9790
+ ownerIdentityToResolve: identityInput | null;
9062
9791
  root: root | null;
9063
9792
  settings: siteSettings | null;
9793
+ shareByEmailEnabled: boolean | null;
9064
9794
  sharepointIds: sharepointIds | null;
9065
9795
  siteCollection: siteCollection | null;
9796
+ template: siteTemplateType | null;
9797
+ @references analytics: itemAnalytics | null;
9066
9798
  @contains columns: columnDefinition[];
9799
+ @contains contentModels: contentModel[];
9067
9800
  @contains contentTypes: contentType[];
9801
+ @contains documentProcessingJobs: documentProcessingJob[];
9068
9802
  @contains drive: drive | null;
9069
9803
  @contains drives: drive[];
9804
+ @contains extensions: extension[];
9070
9805
  @references externalColumns: columnDefinition[];
9071
9806
  @contains items: baseItem[];
9072
9807
  @contains lists: list[];
@@ -9074,6 +9809,7 @@ namespace reference.`microsoft.graph` {
9074
9809
  @contains pages: baseSitePage[];
9075
9810
  @contains pageTemplates: pageTemplate[];
9076
9811
  @contains permissions: permission[];
9812
+ @contains recycleBin: recycleBin | null;
9077
9813
  @contains sites: site[];
9078
9814
  @contains termStore: reference.`microsoft.graph.termStore`.store | null;
9079
9815
  }
@@ -9150,6 +9886,10 @@ namespace reference.`microsoft.graph` {
9150
9886
  webPartType: string | null;
9151
9887
  }
9152
9888
 
9889
+ @entity model storage extends MsGraph.SharedModels.entity {
9890
+ @contains fileStorage: fileStorage | null;
9891
+ }
9892
+
9153
9893
  @abstract
9154
9894
  @entity model stsPolicy extends policyBase {
9155
9895
  definition: string[];
@@ -9202,10 +9942,13 @@ namespace reference.`microsoft.graph` {
9202
9942
  signInCount: int64 | null;
9203
9943
  status: signInStatus | null;
9204
9944
  tenantId: string | null;
9945
+ tokenIssuerType: tokenIssuerType;
9205
9946
  userPrincipalName: string | null;
9206
9947
  }
9207
9948
 
9208
9949
  @entity model synchronization extends entity {
9950
+
9951
+ @graphDeprecated("SynchronizationSecret_Deprecation")
9209
9952
  secrets: synchronizationSecretKeyStringValuePair[] | null;
9210
9953
  @contains jobs: synchronizationJob[];
9211
9954
  @contains templates: synchronizationTemplate[];
@@ -9883,6 +10626,7 @@ namespace reference.`microsoft.graph` {
9883
10626
  identities: objectIdentity[] | null;
9884
10627
  identityParentId: string | null;
9885
10628
  imAddresses: string[] | null;
10629
+ infoCatalogs: string[];
9886
10630
  interests: string[] | null;
9887
10631
  isManagementRestricted: boolean | null;
9888
10632
  isResourceAccount: boolean | null;
@@ -10139,6 +10883,336 @@ namespace reference.`microsoft.graph` {
10139
10883
  @references device: device | null;
10140
10884
  }
10141
10885
 
10886
+ @entity model workbook extends entity {
10887
+ @contains application: workbookApplication | null;
10888
+ @contains comments: workbookComment[];
10889
+ @contains functions: workbookFunctions | null;
10890
+ @contains names: workbookNamedItem[];
10891
+ @contains operations: workbookOperation[];
10892
+ @contains tables: workbookTable[];
10893
+ @contains worksheets: workbookWorksheet[];
10894
+ }
10895
+
10896
+ @entity model workbookApplication extends entity {
10897
+ calculationMode: string;
10898
+ }
10899
+
10900
+ @entity model workbookChart extends entity {
10901
+ height: float64;
10902
+ left: float64;
10903
+ name: string | null;
10904
+ top: float64;
10905
+ width: float64;
10906
+ @contains axes: workbookChartAxes | null;
10907
+ @contains dataLabels: workbookChartDataLabels | null;
10908
+ @contains format: workbookChartAreaFormat | null;
10909
+ @contains legend: workbookChartLegend | null;
10910
+ @contains series: workbookChartSeries[];
10911
+ @contains title: workbookChartTitle | null;
10912
+ @contains worksheet: workbookWorksheet | null;
10913
+ }
10914
+
10915
+ @entity model workbookChartAreaFormat extends entity {
10916
+ @contains fill: workbookChartFill | null;
10917
+ @contains font: workbookChartFont | null;
10918
+ }
10919
+
10920
+ @entity model workbookChartAxes extends entity {
10921
+ @contains categoryAxis: workbookChartAxis | null;
10922
+ @contains seriesAxis: workbookChartAxis | null;
10923
+ @contains valueAxis: workbookChartAxis | null;
10924
+ }
10925
+
10926
+ @entity model workbookChartAxis extends entity {
10927
+ majorUnit: Json | null;
10928
+ maximum: Json | null;
10929
+ minimum: Json | null;
10930
+ minorUnit: Json | null;
10931
+ @contains format: workbookChartAxisFormat | null;
10932
+ @contains majorGridlines: workbookChartGridlines | null;
10933
+ @contains minorGridlines: workbookChartGridlines | null;
10934
+ @contains title: workbookChartAxisTitle | null;
10935
+ }
10936
+
10937
+ @entity model workbookChartAxisFormat extends entity {
10938
+ @contains font: workbookChartFont | null;
10939
+ @contains line: workbookChartLineFormat | null;
10940
+ }
10941
+
10942
+ @entity model workbookChartAxisTitle extends entity {
10943
+ text: string | null;
10944
+ visible: boolean;
10945
+ @contains format: workbookChartAxisTitleFormat | null;
10946
+ }
10947
+
10948
+ @entity model workbookChartAxisTitleFormat extends entity {
10949
+ @contains font: workbookChartFont | null;
10950
+ }
10951
+
10952
+ @entity model workbookChartDataLabelFormat extends entity {
10953
+ @contains fill: workbookChartFill | null;
10954
+ @contains font: workbookChartFont | null;
10955
+ }
10956
+
10957
+ @entity model workbookChartDataLabels extends entity {
10958
+ position: string | null;
10959
+ separator: string | null;
10960
+ showBubbleSize: boolean | null;
10961
+ showCategoryName: boolean | null;
10962
+ showLegendKey: boolean | null;
10963
+ showPercentage: boolean | null;
10964
+ showSeriesName: boolean | null;
10965
+ showValue: boolean | null;
10966
+ @contains format: workbookChartDataLabelFormat | null;
10967
+ }
10968
+
10969
+ @entity model workbookChartFill extends entity {
10970
+ }
10971
+
10972
+ @entity model workbookChartFont extends entity {
10973
+ bold: boolean | null;
10974
+ color: string | null;
10975
+ italic: boolean | null;
10976
+ name: string | null;
10977
+ size: float64 | null;
10978
+ underline: string | null;
10979
+ }
10980
+
10981
+ @entity model workbookChartGridlines extends entity {
10982
+ visible: boolean;
10983
+ @contains format: workbookChartGridlinesFormat | null;
10984
+ }
10985
+
10986
+ @entity model workbookChartGridlinesFormat extends entity {
10987
+ @contains line: workbookChartLineFormat | null;
10988
+ }
10989
+
10990
+ @entity model workbookChartLegend extends entity {
10991
+ overlay: boolean | null;
10992
+ position: string | null;
10993
+ visible: boolean;
10994
+ @contains format: workbookChartLegendFormat | null;
10995
+ }
10996
+
10997
+ @entity model workbookChartLegendFormat extends entity {
10998
+ @contains fill: workbookChartFill | null;
10999
+ @contains font: workbookChartFont | null;
11000
+ }
11001
+
11002
+ @entity model workbookChartLineFormat extends entity {
11003
+ color: string | null;
11004
+ }
11005
+
11006
+ @entity model workbookChartPoint extends entity {
11007
+ value: Json | null;
11008
+ @contains format: workbookChartPointFormat | null;
11009
+ }
11010
+
11011
+ @entity model workbookChartPointFormat extends entity {
11012
+ @contains fill: workbookChartFill | null;
11013
+ }
11014
+
11015
+ @entity model workbookChartSeries extends entity {
11016
+ name: string | null;
11017
+ @contains format: workbookChartSeriesFormat | null;
11018
+ @contains points: workbookChartPoint[];
11019
+ }
11020
+
11021
+ @entity model workbookChartSeriesFormat extends entity {
11022
+ @contains fill: workbookChartFill | null;
11023
+ @contains line: workbookChartLineFormat | null;
11024
+ }
11025
+
11026
+ @entity model workbookChartTitle extends entity {
11027
+ overlay: boolean | null;
11028
+ text: string | null;
11029
+ visible: boolean;
11030
+ @contains format: workbookChartTitleFormat | null;
11031
+ }
11032
+
11033
+ @entity model workbookChartTitleFormat extends entity {
11034
+ @contains fill: workbookChartFill | null;
11035
+ @contains font: workbookChartFont | null;
11036
+ }
11037
+
11038
+ @entity model workbookComment extends entity {
11039
+ cellAddress: string | null;
11040
+ content: string | null;
11041
+ contentType: string;
11042
+ mentions: workbookCommentMention[] | null;
11043
+ richContent: string | null;
11044
+ @contains replies: workbookCommentReply[];
11045
+ }
11046
+
11047
+ @entity model workbookCommentReply extends entity {
11048
+ content: string | null;
11049
+ contentType: string;
11050
+ mentions: workbookCommentMention[] | null;
11051
+ richContent: string | null;
11052
+ }
11053
+
11054
+ @entity model workbookFilter extends entity {
11055
+ criteria: workbookFilterCriteria | null;
11056
+ }
11057
+
11058
+ @entity model workbookFormatProtection extends entity {
11059
+ formulaHidden: boolean | null;
11060
+ locked: boolean | null;
11061
+ }
11062
+
11063
+ @entity model workbookFunctionResult extends entity {
11064
+ error: string | null;
11065
+ value: Json | null;
11066
+ }
11067
+
11068
+ @entity model workbookFunctions extends entity {
11069
+ }
11070
+
11071
+ @entity model workbookNamedItem extends entity {
11072
+ comment: string | null;
11073
+ name: string | null;
11074
+ scope: string;
11075
+ type: string | null;
11076
+ value: Json | null;
11077
+ visible: boolean;
11078
+ @contains worksheet: workbookWorksheet | null;
11079
+ }
11080
+
11081
+ @entity model workbookOperation extends entity {
11082
+ error: workbookOperationError | null;
11083
+ resourceLocation: string | null;
11084
+ status: workbookOperationStatus;
11085
+ }
11086
+
11087
+ @entity model workbookPivotTable extends entity {
11088
+ name: string | null;
11089
+ @contains worksheet: workbookWorksheet | null;
11090
+ }
11091
+
11092
+ @entity model workbookRange extends entity {
11093
+ address: string | null;
11094
+ addressLocal: string | null;
11095
+ cellCount: int32;
11096
+ columnCount: int32;
11097
+ columnHidden: boolean | null;
11098
+ columnIndex: int32;
11099
+ formulas: Json | null;
11100
+ formulasLocal: Json | null;
11101
+ formulasR1C1: Json | null;
11102
+ hidden: boolean | null;
11103
+ numberFormat: Json | null;
11104
+ rowCount: int32;
11105
+ rowHidden: boolean | null;
11106
+ rowIndex: int32;
11107
+ text: Json | null;
11108
+ values: Json | null;
11109
+ valueTypes: Json | null;
11110
+ @contains format: workbookRangeFormat | null;
11111
+ @contains sort: workbookRangeSort | null;
11112
+ @contains worksheet: workbookWorksheet | null;
11113
+ }
11114
+
11115
+ @entity model workbookRangeBorder extends entity {
11116
+ color: string | null;
11117
+ sideIndex: string | null;
11118
+ style: string | null;
11119
+ weight: string | null;
11120
+ }
11121
+
11122
+ @entity model workbookRangeFill extends entity {
11123
+ color: string | null;
11124
+ }
11125
+
11126
+ @entity model workbookRangeFont extends entity {
11127
+ bold: boolean | null;
11128
+ color: string | null;
11129
+ italic: boolean | null;
11130
+ name: string | null;
11131
+ size: float64 | null;
11132
+ underline: string | null;
11133
+ }
11134
+
11135
+ @entity model workbookRangeFormat extends entity {
11136
+ columnWidth: float64 | null;
11137
+ horizontalAlignment: string | null;
11138
+ rowHeight: float64 | null;
11139
+ verticalAlignment: string | null;
11140
+ wrapText: boolean | null;
11141
+ @contains borders: workbookRangeBorder[];
11142
+ @contains fill: workbookRangeFill | null;
11143
+ @contains font: workbookRangeFont | null;
11144
+ @contains protection: workbookFormatProtection | null;
11145
+ }
11146
+
11147
+ @entity model workbookRangeSort extends entity {
11148
+ }
11149
+
11150
+ @entity model workbookRangeView extends entity {
11151
+ cellAddresses: Json | null;
11152
+ columnCount: int32;
11153
+ formulas: Json | null;
11154
+ formulasLocal: Json | null;
11155
+ formulasR1C1: Json | null;
11156
+ index: int32;
11157
+ numberFormat: Json | null;
11158
+ rowCount: int32;
11159
+ text: Json | null;
11160
+ values: Json | null;
11161
+ valueTypes: Json | null;
11162
+ @contains rows: workbookRangeView[];
11163
+ }
11164
+
11165
+ @entity model workbookTable extends entity {
11166
+ highlightFirstColumn: boolean;
11167
+ highlightLastColumn: boolean;
11168
+ legacyId: string | null;
11169
+ name: string | null;
11170
+ showBandedColumns: boolean;
11171
+ showBandedRows: boolean;
11172
+ showFilterButton: boolean;
11173
+ showHeaders: boolean;
11174
+ showTotals: boolean;
11175
+ style: string | null;
11176
+ @contains columns: workbookTableColumn[];
11177
+ @contains rows: workbookTableRow[];
11178
+ @contains sort: workbookTableSort | null;
11179
+ @contains worksheet: workbookWorksheet | null;
11180
+ }
11181
+
11182
+ @entity model workbookTableColumn extends entity {
11183
+ index: int32;
11184
+ name: string | null;
11185
+ values: Json | null;
11186
+ @contains filter: workbookFilter | null;
11187
+ }
11188
+
11189
+ @entity model workbookTableRow extends entity {
11190
+ index: int32;
11191
+ values: Json | null;
11192
+ }
11193
+
11194
+ @entity model workbookTableSort extends entity {
11195
+ fields: workbookSortField[] | null;
11196
+ matchCase: boolean;
11197
+ method: string;
11198
+ }
11199
+
11200
+ @entity model workbookWorksheet extends entity {
11201
+ name: string | null;
11202
+ position: int32;
11203
+ visibility: string;
11204
+ @contains charts: workbookChart[];
11205
+ @contains names: workbookNamedItem[];
11206
+ @contains pivotTables: workbookPivotTable[];
11207
+ @contains protection: workbookWorksheetProtection | null;
11208
+ @contains tables: workbookTable[];
11209
+ }
11210
+
11211
+ @entity model workbookWorksheetProtection extends entity {
11212
+ options: workbookWorksheetProtectionOptions | null;
11213
+ protected: boolean;
11214
+ }
11215
+
10142
11216
  @entity model workPosition extends itemFacet {
10143
11217
  categories: string[] | null;
10144
11218
  colleagues: relatedPerson[] | null;
@@ -10172,6 +11246,19 @@ namespace reference.`microsoft.graph` {
10172
11246
  allowedPolicyOIDs: string[];
10173
11247
  }
10174
11248
 
11249
+ enum accessPackageAssignmentFilterByCurrentUserOptions {
11250
+ target: 1,
11251
+ createdBy: 2,
11252
+ unknownFutureValue: 99,
11253
+ }
11254
+
11255
+ enum accessPackageAssignmentRequestFilterByCurrentUserOptions {
11256
+ target: 1,
11257
+ createdBy: 2,
11258
+ approver: 3,
11259
+ unknownFutureValue: 99,
11260
+ }
11261
+
10175
11262
  enum accessPackageCustomExtensionHandlerStatus {
10176
11263
  requestSent: 1,
10177
11264
  requestReceived: 2,
@@ -10188,6 +11275,18 @@ namespace reference.`microsoft.graph` {
10188
11275
  unknownFutureValue: 7,
10189
11276
  }
10190
11277
 
11278
+ enum accessPackageFilterByCurrentUserOptions {
11279
+ allowedRequestor: 1,
11280
+ unknownFutureValue: 99,
11281
+ }
11282
+
11283
+ enum accessPackageSubjectLifecycle {
11284
+ notDefined: 0,
11285
+ notGoverned: 1,
11286
+ governed: 2,
11287
+ unknownFutureValue: 3,
11288
+ }
11289
+
10191
11290
  enum accessReviewHistoryDecisionFilter {
10192
11291
  approve: 0,
10193
11292
  deny: 1,
@@ -11047,6 +12146,12 @@ namespace reference.`microsoft.graph` {
11047
12146
  unknownFutureValue: 4,
11048
12147
  }
11049
12148
 
12149
+ enum connectedOrganizationState {
12150
+ configured: 0,
12151
+ proposed: 1,
12152
+ unknownFutureValue: 2,
12153
+ }
12154
+
11050
12155
  enum connectionDirection {
11051
12156
  `unknown`: 0,
11052
12157
  inbound: 1,
@@ -11088,6 +12193,16 @@ namespace reference.`microsoft.graph` {
11088
12193
  unknownFutureValue: 1,
11089
12194
  }
11090
12195
 
12196
+ enum contentModelType {
12197
+ teachingMethod: 0,
12198
+ layoutMethod: 1,
12199
+ freeformSelectionMethod: 2,
12200
+ prebuiltContractModel: 3,
12201
+ prebuiltInvoiceModel: 4,
12202
+ prebuiltReceiptModel: 5,
12203
+ unknownFutureValue: 6,
12204
+ }
12205
+
11091
12206
  enum continuousAccessEvaluationMode {
11092
12207
  strictEnforcement: 0,
11093
12208
  disabled: 1,
@@ -11180,6 +12295,19 @@ namespace reference.`microsoft.graph` {
11180
12295
  deviceRestriction: 2,
11181
12296
  }
11182
12297
 
12298
+ enum documentProcessingJobStatus {
12299
+ inProgress: 0,
12300
+ completed: 1,
12301
+ failed: 2,
12302
+ unknownFutureValue: 3,
12303
+ }
12304
+
12305
+ enum documentProcessingJobType {
12306
+ file: 0,
12307
+ folder: 1,
12308
+ unknownFutureValue: 2,
12309
+ }
12310
+
11183
12311
  enum driveItemSourceApplication {
11184
12312
  teams: 0,
11185
12313
  yammer: 1,
@@ -11327,6 +12455,13 @@ namespace reference.`microsoft.graph` {
11327
12455
  unknownFutureValue: 2,
11328
12456
  }
11329
12457
 
12458
+ enum fileArchiveStatus {
12459
+ notArchived: 0,
12460
+ fullyArchived: 1,
12461
+ reactivating: 2,
12462
+ unknownFutureValue: 3,
12463
+ }
12464
+
11330
12465
  enum fileHashType {
11331
12466
  `unknown`: 0,
11332
12467
  sha1: 1,
@@ -11338,6 +12473,61 @@ namespace reference.`microsoft.graph` {
11338
12473
  unknownFutureValue: 127,
11339
12474
  }
11340
12475
 
12476
+ enum fileStorageContainerBillingClassification {
12477
+ standard: 0,
12478
+ trial: 1,
12479
+ directToCustomer: 2,
12480
+ unknownFutureValue: 3,
12481
+ }
12482
+
12483
+ enum fileStorageContainerBillingStatus {
12484
+ invalid: 0,
12485
+ valid: 1,
12486
+ unknownFutureValue: 2,
12487
+ }
12488
+
12489
+ enum fileStorageContainerOwnershipType {
12490
+ tenantOwned: 0,
12491
+ userOwned: 1,
12492
+ unknownFutureValue: 2,
12493
+ }
12494
+
12495
+ enum fileStorageContainerStatus {
12496
+ inactive: 0,
12497
+ active: 1,
12498
+ unknownFutureValue: 2,
12499
+ }
12500
+
12501
+ enum fileStorageContainerTypeAppPermission {
12502
+ none: 0,
12503
+ readContent: 1,
12504
+ writeContent: 2,
12505
+ manageContent: 3,
12506
+ create: 4,
12507
+ delete: 5,
12508
+ read: 6,
12509
+ write: 7,
12510
+ enumeratePermissions: 8,
12511
+ addPermissions: 9,
12512
+ updatePermissions: 10,
12513
+ deletePermissions: 11,
12514
+ deleteOwnPermission: 12,
12515
+ managePermissions: 13,
12516
+ full: 14,
12517
+ unknownFutureValue: 15,
12518
+ }
12519
+
12520
+ @graphFlags
12521
+ enum fileStorageContainerTypeSettingsOverride {
12522
+ urlTemplate: 0,
12523
+ isDiscoverabilityEnabled: 1,
12524
+ isSearchEnabled: 2,
12525
+ isItemVersioningEnabled: 3,
12526
+ itemMajorVersionLimit: 4,
12527
+ maxStoragePerContainerInBytes: 5,
12528
+ unknownFutureValue: 6,
12529
+ }
12530
+
11341
12531
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11342
12532
  enum filterMode {
11343
12533
  include: 0,
@@ -11456,6 +12646,13 @@ namespace reference.`microsoft.graph` {
11456
12646
  other: 1,
11457
12647
  }
11458
12648
 
12649
+ enum informationBarrierMode {
12650
+ open: 0,
12651
+ ownerModerated: 1,
12652
+ explicit: 2,
12653
+ unknownFutureValue: 3,
12654
+ }
12655
+
11459
12656
  enum initiatorType {
11460
12657
  user: 0,
11461
12658
  application: 1,
@@ -11874,6 +13071,12 @@ namespace reference.`microsoft.graph` {
11874
13071
  radio: 9,
11875
13072
  }
11876
13073
 
13074
+ enum photoUpdateSource {
13075
+ cloud: 0,
13076
+ onPremises: 1,
13077
+ unknownFutureValue: 2,
13078
+ }
13079
+
11877
13080
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11878
13081
  enum physicalAddressType {
11879
13082
  `unknown`: 0,
@@ -12274,6 +13477,7 @@ namespace reference.`microsoft.graph` {
12274
13477
  userChangedPasswordOnPremises: 15,
12275
13478
  adminDismissedRiskForSignIn: 16,
12276
13479
  adminConfirmedAccountSafe: 17,
13480
+ microsoftRevokedSessions: 18,
12277
13481
  }
12278
13482
 
12279
13483
  enum riskDetectionTimingType {
@@ -12540,6 +13744,51 @@ namespace reference.`microsoft.graph` {
12540
13744
  unknownFutureValue: 4,
12541
13745
  }
12542
13746
 
13747
+ enum sharePointIdentityMappingGroupType {
13748
+ none: 0,
13749
+ regularGroup: 1,
13750
+ m365Group: 2,
13751
+ unknownFutureValue: 3,
13752
+ }
13753
+
13754
+ enum sharePointIdentityMappingUserType {
13755
+ none: 0,
13756
+ regularUser: 1,
13757
+ adminUser: 2,
13758
+ guestUser: 3,
13759
+ unknownFutureValue: 4,
13760
+ }
13761
+
13762
+ enum sharePointMigrationJobErrorLevel {
13763
+ important: 0,
13764
+ warning: 1,
13765
+ error: 2,
13766
+ fatalError: 3,
13767
+ unknownFutureValue: 4,
13768
+ }
13769
+
13770
+ enum sharePointMigrationObjectType {
13771
+ site: 0,
13772
+ web: 1,
13773
+ folder: 2,
13774
+ list: 3,
13775
+ listItem: 4,
13776
+ file: 5,
13777
+ alert: 6,
13778
+ sharedWithObject: 7,
13779
+ invalid: 8,
13780
+ unknownFutureValue: 9,
13781
+ }
13782
+
13783
+ enum sharePointMigrationTaskStatus {
13784
+ notStarted: 0,
13785
+ inProgress: 1,
13786
+ completed: 2,
13787
+ cancelled: 3,
13788
+ failed: 4,
13789
+ unknownFutureValue: 5,
13790
+ }
13791
+
12543
13792
  enum sharingCapabilities {
12544
13793
  disabled: 0,
12545
13794
  externalUserSharingOnly: 1,
@@ -12555,6 +13804,38 @@ namespace reference.`microsoft.graph` {
12555
13804
  unknownFutureValue: 3,
12556
13805
  }
12557
13806
 
13807
+ enum sharingRole {
13808
+ none: 0,
13809
+ view: 1,
13810
+ edit: 2,
13811
+ manageList: 3,
13812
+ review: 4,
13813
+ restrictedView: 5,
13814
+ submitOnly: 6,
13815
+ unknownFutureValue: 7,
13816
+ }
13817
+
13818
+ enum sharingScope {
13819
+ anyone: 0,
13820
+ organization: 1,
13821
+ specificPeople: 2,
13822
+ @graphDeprecated("Removal")
13823
+ anonymous: 3,
13824
+ @graphDeprecated("Removal")
13825
+ users: 4,
13826
+ unknownFutureValue: 5,
13827
+ }
13828
+
13829
+ @graphFlags
13830
+ enum sharingVariant {
13831
+ none: 0,
13832
+ requiresAuthentication: 1,
13833
+ passwordProtected: 2,
13834
+ addressBar: 4,
13835
+ embed: 8,
13836
+ unknownFutureValue: 16,
13837
+ }
13838
+
12558
13839
  @graphFlags
12559
13840
  enum signInAccessType {
12560
13841
  none: 0,
@@ -12623,6 +13904,20 @@ namespace reference.`microsoft.graph` {
12623
13904
  unknownFutureValue: 3,
12624
13905
  }
12625
13906
 
13907
+ enum siteLockState {
13908
+ unlocked: 0,
13909
+ lockedReadOnly: 1,
13910
+ lockedNoAccess: 2,
13911
+ lockedNoAdditions: 3,
13912
+ unknownFutureValue: 4,
13913
+ }
13914
+
13915
+ enum siteTemplateType {
13916
+ sitepagepublishing: 0,
13917
+ sts: 2,
13918
+ unknownFutureValue: 3,
13919
+ }
13920
+
12626
13921
  enum skillProficiencyLevel {
12627
13922
  elementary: 0,
12628
13923
  limitedWorking: 1,
@@ -12996,6 +14291,14 @@ namespace reference.`microsoft.graph` {
12996
14291
  unknownFutureValue: 3,
12997
14292
  }
12998
14293
 
14294
+ enum trafficRoutingMethod {
14295
+ none: 0,
14296
+ random: 1,
14297
+ sessionPersistence: 2,
14298
+ performance: 3,
14299
+ unknownFutureValue: 4,
14300
+ }
14301
+
12999
14302
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
13000
14303
  enum translationBehavior {
13001
14304
  Ask: 0,
@@ -13201,6 +14504,14 @@ namespace reference.`microsoft.graph` {
13201
14504
  unknownFutureValue: 524288,
13202
14505
  }
13203
14506
 
14507
+ #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
14508
+ enum workbookOperationStatus {
14509
+ notStarted: 0,
14510
+ running: 1,
14511
+ succeeded: 2,
14512
+ failed: 3,
14513
+ }
14514
+
13204
14515
  enum x509CertificateAffinityLevel {
13205
14516
  low: 0,
13206
14517
  high: 1,
@@ -13275,6 +14586,7 @@ namespace reference.`microsoft.graph.cloudLicensing` {
13275
14586
  }
13276
14587
 
13277
14588
  }
14589
+ @privatePreviewDefinition("organizationalUnit", "2025-08-12", "2025-11-30", "<theOwner>")
13278
14590
  @publicNamespace("microsoft.graph.identitygovernance")
13279
14591
  namespace reference.`microsoft.graph.identityGovernance` {
13280
14592
  @complex model activateGroupScope extends activationScope {
@@ -13336,6 +14648,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
13336
14648
  valueType: valueType;
13337
14649
  }
13338
14650
 
14651
+ @complex model previewFailedTask {
14652
+ definitionId: string;
14653
+ failureReason: string;
14654
+ name: string;
14655
+ taskId: string;
14656
+ }
14657
+
13339
14658
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
13340
14659
  rule: string;
13341
14660
  }
@@ -13558,6 +14877,9 @@ namespace reference.`microsoft.graph.identityGovernance` {
13558
14877
  nextScheduleRunDateTime: offsetDateTime | null;
13559
14878
  version: int32 | null;
13560
14879
  @references executionScope: userProcessingResult[];
14880
+
14881
+ @privatePreview("organizationalUnit")
14882
+ @references previewScope: reference.`microsoft.graph`.directoryObject[];
13561
14883
  @contains runs: run[];
13562
14884
  @contains taskReports: taskReport[];
13563
14885
  @contains userProcessingResults: userProcessingResult[];
@@ -13654,6 +14976,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
13654
14976
  onDemand: 1,
13655
14977
  unknownFutureValue: 2,
13656
14978
  activatedWithScope: 3,
14979
+ @privatePreview("organizationalUnit")
14980
+ preview: 4,
13657
14981
  }
13658
14982
 
13659
14983
  enum workflowTriggerTimeBasedAttribute {
@@ -13664,6 +14988,11 @@ namespace reference.`microsoft.graph.identityGovernance` {
13664
14988
  }
13665
14989
 
13666
14990
  }
14991
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2026-03-18", "2028-03-18", "Alert category property is deprecated and replaced with alert categories")
14992
+ @deprecatedDefinition("azureBlobContainer", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobContainer will be deprecated on April 30, 2023.")
14993
+ @deprecatedDefinition("azureBlobToken", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The azureBlobToken will be deprecated on April 30, 2023.")
14994
+ @deprecatedDefinition("outputFolderId", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The outputFolderId will be deprecated on April 30, 2023.")
14995
+ @deprecatedDefinition("fileInfo", "<ChangeLogCategory>", "2023-01-19", "2023-04-30", "The fileInfo will be deprecated on April 30, 2023.")
13667
14996
  @publicNamespace("microsoft.graph.security")
13668
14997
  namespace reference.`microsoft.graph.security` {
13669
14998
  @complex model activeDirectoryDomainEvidence extends alertEvidence {
@@ -14129,6 +15458,10 @@ namespace reference.`microsoft.graph.security` {
14129
15458
  identifier: markUserAsCompromisedEntityIdentifier;
14130
15459
  }
14131
15460
 
15461
+ @complex model mergeResponse {
15462
+ targetIncidentId: string;
15463
+ }
15464
+
14132
15465
  @complex model moveToDeletedItemsResponseAction extends responseAction {
14133
15466
  identifier: emailEntityIdentifier;
14134
15467
  }
@@ -14357,6 +15690,7 @@ namespace reference.`microsoft.graph.security` {
14357
15690
  displayName: string | null;
14358
15691
  domainName: string | null;
14359
15692
  resourceAccessEvents: resourceAccessEvent[] | null;
15693
+ tenantId: string | null;
14360
15694
  userPrincipalName: string | null;
14361
15695
  userSid: string | null;
14362
15696
  }
@@ -14379,6 +15713,9 @@ namespace reference.`microsoft.graph.security` {
14379
15713
  alertPolicyId: string | null;
14380
15714
  alertWebUrl: string | null;
14381
15715
  assignedTo: string | null;
15716
+ categories: string[] | null;
15717
+
15718
+ @graphDeprecated("Tasks_And_Plans")
14382
15719
  category: string | null;
14383
15720
  classification: alertClassification | null;
14384
15721
  comments: alertComment[] | null;
@@ -14483,6 +15820,7 @@ namespace reference.`microsoft.graph.security` {
14483
15820
  externalId: string | null;
14484
15821
  @contains caseMembers: ediscoveryCaseMember[];
14485
15822
  @contains custodians: ediscoveryCustodian[];
15823
+ @contains legalHolds: ediscoveryHoldPolicy[];
14486
15824
  @contains noncustodialDataSources: ediscoveryNoncustodialDataSource[];
14487
15825
  @contains operations: caseOperation[];
14488
15826
  @contains reviewSets: ediscoveryReviewSet[];
@@ -14527,18 +15865,40 @@ namespace reference.`microsoft.graph.security` {
14527
15865
  }
14528
15866
 
14529
15867
  @entity model ediscoveryExportOperation extends caseOperation {
15868
+
15869
+ @graphDeprecated("azureBlobContainer")
15870
+ azureBlobContainer: string | null;
15871
+
15872
+ @graphDeprecated("azureBlobToken")
15873
+ azureBlobToken: string | null;
14530
15874
  description: string | null;
14531
15875
  exportFileMetadata: exportFileMetadata[] | null;
14532
15876
  exportOptions: exportOptions | null;
14533
15877
  exportStructure: exportFileStructure | null;
15878
+
15879
+ @graphDeprecated("outputFolderId")
15880
+ outputFolderId: string | null;
14534
15881
  outputName: string | null;
14535
15882
  @references reviewSet: ediscoveryReviewSet | null;
14536
15883
  @references reviewSetQuery: ediscoveryReviewSetQuery | null;
14537
15884
  }
14538
15885
 
15886
+ @entity model ediscoveryFile extends file {
15887
+ @references custodian: ediscoveryCustodian | null;
15888
+ @references tags: ediscoveryReviewTag[];
15889
+ }
15890
+
14539
15891
  @entity model ediscoveryHoldOperation extends caseOperation {
14540
15892
  }
14541
15893
 
15894
+ @entity model ediscoveryHoldPolicy extends policyBase {
15895
+ contentQuery: string | null;
15896
+ errors: string[] | null;
15897
+ isEnabled: boolean | null;
15898
+ @contains siteSources: siteSource[];
15899
+ @contains userSources: userSource[];
15900
+ }
15901
+
14542
15902
  @entity model ediscoveryHoldPolicySyncOperation extends caseOperation {
14543
15903
  reportFileMetadata: reportFileMetadata[] | null;
14544
15904
  }
@@ -14552,9 +15912,11 @@ namespace reference.`microsoft.graph.security` {
14552
15912
  }
14553
15913
 
14554
15914
  @entity model ediscoveryPurgeDataOperation extends caseOperation {
15915
+ reportFileMetadata: reportFileMetadata[] | null;
14555
15916
  }
14556
15917
 
14557
15918
  @entity model ediscoveryReviewSet extends dataSet {
15919
+ @contains files: ediscoveryFile[];
14558
15920
  @contains queries: ediscoveryReviewSetQuery[];
14559
15921
  }
14560
15922
 
@@ -14593,6 +15955,21 @@ namespace reference.`microsoft.graph.security` {
14593
15955
  @entity model ediscoveryTagOperation extends caseOperation {
14594
15956
  }
14595
15957
 
15958
+ @entity model file extends reference.`microsoft.graph`.entity {
15959
+ content: stream | null;
15960
+ dateTime: offsetDateTime | null;
15961
+ extension: string | null;
15962
+ extractedTextContent: stream | null;
15963
+ mediaType: string | null;
15964
+ name: string | null;
15965
+ otherProperties: stringValueDictionary | null;
15966
+ processingStatus: fileProcessingStatus | null;
15967
+ senderOrAuthors: string[] | null;
15968
+ size: int64 | null;
15969
+ sourceType: sourceType | null;
15970
+ subjectTitle: string | null;
15971
+ }
15972
+
14596
15973
  @entity model incident extends reference.`microsoft.graph`.entity {
14597
15974
  assignedTo: string | null;
14598
15975
  classification: alertClassification | null;
@@ -14617,6 +15994,17 @@ namespace reference.`microsoft.graph.security` {
14617
15994
  @references alerts: alert[];
14618
15995
  }
14619
15996
 
15997
+ @abstract
15998
+ @entity model policyBase extends reference.`microsoft.graph`.entity {
15999
+ createdBy: reference.`microsoft.graph`.identitySet | null;
16000
+ @computed createdDateTime: offsetDateTime | null;
16001
+ description: string | null;
16002
+ displayName: string | null;
16003
+ lastModifiedBy: reference.`microsoft.graph`.identitySet | null;
16004
+ @computed lastModifiedDateTime: offsetDateTime | null;
16005
+ status: policyStatus | null;
16006
+ }
16007
+
14620
16008
  @abstract
14621
16009
  @entity model protectionRule extends reference.`microsoft.graph`.entity {
14622
16010
  createdBy: string;
@@ -14819,6 +16207,28 @@ namespace reference.`microsoft.graph.security` {
14819
16207
  unknownFutureValue: 3,
14820
16208
  }
14821
16209
 
16210
+ @graphFlags
16211
+ enum correlationReason {
16212
+ repeatedAlertOccurrence: 1,
16213
+ sameGeography: 2,
16214
+ similarArtifacts: 4,
16215
+ sameTargetedAsset: 8,
16216
+ sameNetworkSegment: 16,
16217
+ eventSequence: 32,
16218
+ timeFrame: 64,
16219
+ sameThreatSource: 128,
16220
+ similarTTPsOrBehavior: 256,
16221
+ sameActor: 512,
16222
+ sameCampaign: 1024,
16223
+ sharedIndicators: 2048,
16224
+ sameAsset: 4096,
16225
+ networkProximity: 8192,
16226
+ eventCasualSequence: 16384,
16227
+ temporalProximity: 32768,
16228
+ lateralMovementPath: 65536,
16229
+ unknownFutureValue: 131072,
16230
+ }
16231
+
14822
16232
  enum dataSourceContainerStatus {
14823
16233
  active: 1,
14824
16234
  released: 2,
@@ -15037,12 +16447,14 @@ namespace reference.`microsoft.graph.security` {
15037
16447
  originalFiles: 1,
15038
16448
  text: 2,
15039
16449
  pdfReplacement: 4,
16450
+ @graphDeprecated("fileInfo")
16451
+ fileInfo: 8,
15040
16452
  tags: 16,
15041
- unknownFutureValue: 32,
15042
- splitSource: 64,
15043
- includeFolderAndPath: 128,
15044
- friendlyName: 256,
15045
- condensePaths: 512,
16453
+ unknownFutureValue: 64,
16454
+ splitSource: 128,
16455
+ includeFolderAndPath: 256,
16456
+ friendlyName: 512,
16457
+ condensePaths: 1024,
15046
16458
  }
15047
16459
 
15048
16460
  @graphFlags
@@ -15063,6 +16475,28 @@ namespace reference.`microsoft.graph.security` {
15063
16475
  unknownFutureValue: 5,
15064
16476
  }
15065
16477
 
16478
+ enum fileProcessingStatus {
16479
+ success: 0,
16480
+ internalError: 1,
16481
+ unknownError: 2,
16482
+ processingTimeout: 3,
16483
+ invalidFileId: 4,
16484
+ fileSizeIsZero: 5,
16485
+ fileSizeIsTooLarge: 6,
16486
+ fileDepthLimitExceeded: 7,
16487
+ fileBodyIsTooLong: 8,
16488
+ fileTypeIsUnknown: 9,
16489
+ fileTypeIsNotSupported: 10,
16490
+ malformedFile: 11,
16491
+ protectedFile: 12,
16492
+ poisonFile: 13,
16493
+ noReviewSetSummaryGenerated: 14,
16494
+ extractionException: 15,
16495
+ ocrProcessingTimeout: 16,
16496
+ ocrFileSizeExceedsLimit: 17,
16497
+ unknownFutureValue: 18,
16498
+ }
16499
+
15066
16500
  @graphFlags
15067
16501
  enum forceUserPasswordResetEntityIdentifier {
15068
16502
  accountSid: 1,
@@ -15188,6 +16622,13 @@ namespace reference.`microsoft.graph.security` {
15188
16622
  unknownFutureValue: 31,
15189
16623
  }
15190
16624
 
16625
+ enum policyStatus {
16626
+ pending: 0,
16627
+ error: 1,
16628
+ success: 2,
16629
+ unknownFutureValue: 3,
16630
+ }
16631
+
15191
16632
  enum protocolType {
15192
16633
  tcp: 0,
15193
16634
  udp: 1,