@microsoft/typespec-msgraph-reference 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,19 +8,23 @@ scalar binary; //TODO: Enables support for Edm.Binary
8
8
 
9
9
 
10
10
  @privatePreviewDefinition("MicrosofEntitlementManagementCustomextensions", "2023-03-01", "2023-12-31", "<theOwner>")
11
+ @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2021-01-18", "2023-01-18", "Owner property is deprecated and will be removed in January 2023. Please use the container property instead.")
12
+ // Metadata item DeprecatedDefinition_Tasks_And_Plans was already defined with a different value.
11
13
  @privatePreviewDefinition("photoEditPolicy", "2024-02-16", "2025-02-16", "<theOwner>")
14
+ @deprecatedDefinition("SynchronizationSecret_Deprecation", "<ChangeLogCategory>", "2026-02-06", "2027-07-06", "Use connectivityParameters for oauth flows and scim endpoint connectivity. Use SynchronizationJobSettings for job-specific settings This property will be removed.")
15
+ // Metadata item DeprecatedDefinition_SynchronizationSecret_Deprecation was already defined with a different value.
12
16
  @deprecatedDefinition("AccessReviewReportBreakingChanges", "<ChangeLogCategory>", "2021-07-30", "2022-01-30", "This property is being deprecated. Use the fulfilledDateTime value in the individual report instance instead")
13
17
  // Metadata item DeprecatedDefinition_AccessReviewReportBreakingChanges was already defined with a different value.
14
18
  @deprecatedDefinition("AuthenticationStrengthsRemove", "<ChangeLogCategory>", "2023-02-01", "2023-03-31", "The 'authenticationStrengths' segment is deprecated. Please use 'authenticationStrength' instead.")
15
19
  @deprecatedDefinition("credentialUserRegistrationDetails", "<ChangeLogCategory>", "2023-06-21", "2024-06-30", "The Reporting userCredentialUsageDetails API is deprecated and will stop returning data on June 30, 2025. Please use the new userEventsSummary API.")
16
20
  // Metadata item DeprecatedDefinition_credentialUserRegistrationDetails was already defined with a different value.
17
21
  @deprecatedDefinition("DirectoryFeatureRolloutPolicies", "<ChangeLogCategory>", "2021-03-26", "2021-06-30", "Feature Rollout Policies have been grouped with other policies under /policies. The existing /directory/featureRolloutPolicies is deprecated and will stop returning data on 06/30/2021. Please use /policies/featureRolloutPolicies.")
22
+ @deprecatedDefinition("Removal", "<ChangeLogCategory>", "2023-12-05", "2025-12-05", "The users enum value is deprecated. Use specificPeople instead.")
23
+ // Metadata item DeprecatedDefinition_Removal was already defined with a different value.
18
24
  @deprecatedDefinition("Beta:ItemInsightsOranizationSettings", "<ChangeLogCategory>", "2023-10-17", "2024-01-01", "The Organization ItemInsights endpoint will stop returning data on January 1st, 2024. Please use the new Admin People ItemInsights endpoint.")
19
25
  @deprecatedDefinition("Outlook_Tasks", "<ChangeLogCategory>", "2021-02-20", "2023-02-20", "The Outlook tasks API is deprecated and will stop returning data on February 20, 2023. Please use the new To Do API. For more details, please visit https://developer.microsoft.com/en-us/office/blogs/announcing-the-general-availability-of-microsoft-to-do-apis-on-graph/")
20
26
  @deprecatedDefinition("CreationDateTime", "<ChangeLogCategory>", "2023-03-27", "2023-06-22", "The creationDateTime property is deprecated and will stop returning data on December 31, 2020. Please use the createdDateTime property.")
21
- @deprecatedDefinition("Removal", "<ChangeLogCategory>", "2021-09-03", "2023-10-01", "The grantedToIdentities property is deprecated. Please refer to grantedToIdentitiesV2")
22
- // Metadata item DeprecatedDefinition_Removal was already defined with a different value.
23
- @deprecatedDefinition("Tasks_And_Plans", "<ChangeLogCategory>", "2021-01-18", "2023-01-18", "Owner property is deprecated and will be removed in January 2023. Please use the container property instead.")
27
+ @deprecatedDefinition("PIM_Iteration2_Deprecation", "<ChangeLogCategory>", "2025-10-27", "2026-10-28", "The PIM Iteration 2 beta API is deprecated and will be removed on October 28, 2026. Please migrate to PIM Iteration 3 API.")
24
28
  @deprecatedDefinition("accountEnabledDeprecated", "<ChangeLogCategory>", "2023-02-23", "2023-07-12", "The accountEnabled field will soon be deprecated on 2023-07-12. Please use isEnabled instead.")
25
29
  @deprecatedDefinition("Reporting", "<ChangeLogCategory>", "2021-01-12", "2021-07-12", "The riskEventTypes field will soon be deprecated on 2021-07-12. Please use riskEventTypes_v2 instead.")
26
30
  // Metadata item DeprecatedDefinition_Reporting was already defined with a different value.
@@ -734,6 +738,11 @@ namespace reference.`microsoft.graph` {
734
738
  @complex model booleanColumn {
735
739
  }
736
740
 
741
+ @complex model bundle {
742
+ album: album | null;
743
+ childCount: int32 | null;
744
+ }
745
+
737
746
  @complex model businessFlowSettings extends accessReviewSettings {
738
747
  durationInDays: int32;
739
748
  }
@@ -1190,6 +1199,10 @@ namespace reference.`microsoft.graph` {
1190
1199
  url: string | null;
1191
1200
  }
1192
1201
 
1202
+ @complex model connectivityParameterEntry {
1203
+ value: string | null;
1204
+ }
1205
+
1193
1206
  @complex model containerFilter {
1194
1207
  includedContainers: string[] | null;
1195
1208
  }
@@ -1215,6 +1228,16 @@ namespace reference.`microsoft.graph` {
1215
1228
  @complex model contentMetadata {
1216
1229
  }
1217
1230
 
1231
+ @complex model contentModelUsage {
1232
+ createdBy: identitySet | null;
1233
+ @computed createdDateTime: offsetDateTime | null;
1234
+ driveId: string | null;
1235
+ lastModifiedBy: identitySet | null;
1236
+ @computed lastModifiedDateTime: offsetDateTime | null;
1237
+ modelId: string | null;
1238
+ modelVersion: string | null;
1239
+ }
1240
+
1218
1241
  @complex model contentProperties {
1219
1242
  extensions: string[] | null;
1220
1243
  lastModifiedBy: string | null;
@@ -1430,6 +1453,12 @@ namespace reference.`microsoft.graph` {
1430
1453
  @complex model defaultInvitationRedemptionIdentityProviderConfiguration extends invitationRedemptionIdentityProviderConfiguration {
1431
1454
  }
1432
1455
 
1456
+ @complex model defaultSharingLink {
1457
+ defaultToExistingAccess: boolean | null;
1458
+ role: sharingRole | null;
1459
+ scope: sharingScope | null;
1460
+ }
1461
+
1433
1462
  @complex model defaultUserRolePermissions {
1434
1463
  allowedToCreateApps: boolean;
1435
1464
  allowedToCreateSecurityGroups: boolean;
@@ -1544,6 +1573,13 @@ namespace reference.`microsoft.graph` {
1544
1573
  used: int32 | null;
1545
1574
  }
1546
1575
 
1576
+ @complex model directSharingAbilities {
1577
+ addExistingExternalUsers: sharingOperationStatus | null;
1578
+ addInternalUsers: sharingOperationStatus | null;
1579
+ addNewExternalUsers: sharingOperationStatus | null;
1580
+ requestGrantAccess: sharingOperationStatus | null;
1581
+ }
1582
+
1547
1583
  @complex model disableAndDeleteUserApplyAction extends accessReviewApplyAction {
1548
1584
  }
1549
1585
 
@@ -1620,6 +1656,16 @@ namespace reference.`microsoft.graph` {
1620
1656
  status: string | null;
1621
1657
  }
1622
1658
 
1659
+ @complex model driveItemAccessOperationsViewpoint {
1660
+ canComment: boolean | null;
1661
+ canCreateFile: boolean | null;
1662
+ canCreateFolder: boolean | null;
1663
+ canDelete: boolean | null;
1664
+ canDownload: boolean | null;
1665
+ canRead: boolean | null;
1666
+ canUpdate: boolean | null;
1667
+ }
1668
+
1623
1669
  @complex model driveItemSource {
1624
1670
  application: driveItemSourceApplication | null;
1625
1671
  externalId: string | null;
@@ -1634,6 +1680,11 @@ namespace reference.`microsoft.graph` {
1634
1680
  name: string | null;
1635
1681
  }
1636
1682
 
1683
+ @complex model driveItemViewpoint {
1684
+ accessOperations: driveItemAccessOperationsViewpoint | null;
1685
+ sharing: sharingViewpoint | null;
1686
+ }
1687
+
1637
1688
  @complex model driveRecipient {
1638
1689
  `alias`: string | null;
1639
1690
  email: string | null;
@@ -1798,6 +1849,7 @@ namespace reference.`microsoft.graph` {
1798
1849
  }
1799
1850
 
1800
1851
  @complex model file {
1852
+ archiveStatus: fileArchiveStatus;
1801
1853
  hashes: hashes | null;
1802
1854
  mimeType: string | null;
1803
1855
  processingMetadata: boolean | null;
@@ -1815,6 +1867,55 @@ namespace reference.`microsoft.graph` {
1815
1867
  riskScore: string | null;
1816
1868
  }
1817
1869
 
1870
+ @open
1871
+ @complex model fileStorageContainerCustomPropertyDictionary extends Dictionary {
1872
+ }
1873
+
1874
+ @complex model fileStorageContainerCustomPropertyValue {
1875
+ isSearchable: boolean | null;
1876
+ value: string;
1877
+ }
1878
+
1879
+ @complex model fileStorageContainerSettings {
1880
+ isItemVersioningEnabled: boolean | null;
1881
+ isOcrEnabled: boolean | null;
1882
+ itemDefaultSensitivityLabelId: string | null;
1883
+ itemMajorVersionLimit: int32 | null;
1884
+ }
1885
+
1886
+ @complex model fileStorageContainerTypeAgentSettings {
1887
+ chatEmbedAllowedHosts: string[];
1888
+ }
1889
+
1890
+ @complex model fileStorageContainerTypeRegistrationSettings {
1891
+ agent: fileStorageContainerTypeAgentSettings | null;
1892
+ isDiscoverabilityEnabled: boolean | null;
1893
+ isItemVersioningEnabled: boolean | null;
1894
+ isSearchEnabled: boolean | null;
1895
+ isSharingRestricted: boolean | null;
1896
+ itemMajorVersionLimit: int64 | null;
1897
+ maxStoragePerContainerInBytes: int64 | null;
1898
+ sharingCapability: sharingCapabilities | null;
1899
+ urlTemplate: string | null;
1900
+ }
1901
+
1902
+ @complex model fileStorageContainerTypeSettings {
1903
+ agent: fileStorageContainerTypeAgentSettings | null;
1904
+ consumingTenantOverridables: fileStorageContainerTypeSettingsOverride | null;
1905
+ isDiscoverabilityEnabled: boolean | null;
1906
+ isItemVersioningEnabled: boolean | null;
1907
+ isSearchEnabled: boolean | null;
1908
+ isSharingRestricted: boolean | null;
1909
+ itemMajorVersionLimit: int64 | null;
1910
+ maxStoragePerContainerInBytes: int64 | null;
1911
+ sharingCapability: sharingCapabilities | null;
1912
+ urlTemplate: string | null;
1913
+ }
1914
+
1915
+ @complex model fileStorageContainerViewpoint {
1916
+ effectiveRole: string;
1917
+ }
1918
+
1818
1919
  @complex model fileSystemInfo {
1819
1920
  @computed createdDateTime: offsetDateTime | null;
1820
1921
  @computed lastAccessedDateTime: offsetDateTime | null;
@@ -1942,6 +2043,11 @@ namespace reference.`microsoft.graph` {
1942
2043
  includedGroups: string[] | null;
1943
2044
  }
1944
2045
 
2046
+ @open
2047
+ @complex model groupIdentity extends identity {
2048
+ mailNickname: string | null;
2049
+ }
2050
+
1945
2051
  @complex model groupMembers extends userSet {
1946
2052
  description: string | null;
1947
2053
  id: string | null;
@@ -2007,6 +2113,12 @@ namespace reference.`microsoft.graph` {
2007
2113
  id: string | null;
2008
2114
  }
2009
2115
 
2116
+ @complex model identityInput {
2117
+ `alias`: string | null;
2118
+ email: string | null;
2119
+ objectId: string | null;
2120
+ }
2121
+
2010
2122
  @open
2011
2123
  @complex model identitySet {
2012
2124
  application: identity | null;
@@ -2059,6 +2171,11 @@ namespace reference.`microsoft.graph` {
2059
2171
  singleSignOnDocumentationUrl: string | null;
2060
2172
  }
2061
2173
 
2174
+ @complex model informationBarrier {
2175
+ mode: informationBarrierMode;
2176
+ segmentIds: guid;
2177
+ }
2178
+
2062
2179
  @abstract
2063
2180
  @complex model inheritableScopes {
2064
2181
  kind: scopeCollectionKind;
@@ -2081,6 +2198,17 @@ namespace reference.`microsoft.graph` {
2081
2198
  webUrl: string | null;
2082
2199
  }
2083
2200
 
2201
+ @complex model integerRange {
2202
+ end: int64 | null;
2203
+
2204
+ @graphDeprecated("Tasks_And_Plans")
2205
+ maximum: int64 | null;
2206
+
2207
+ @graphDeprecated("Tasks_And_Plans")
2208
+ minimum: int64 | null;
2209
+ start: int64 | null;
2210
+ }
2211
+
2084
2212
  @complex model internalSponsors extends userSet {
2085
2213
  }
2086
2214
 
@@ -2166,6 +2294,12 @@ namespace reference.`microsoft.graph` {
2166
2294
  version: versionAction | null;
2167
2295
  }
2168
2296
 
2297
+ @open
2298
+ @complex model itemActionStat {
2299
+ actionCount: int32 | null;
2300
+ actorCount: int32 | null;
2301
+ }
2302
+
2169
2303
  @complex model itemActivityTimeSet {
2170
2304
  @computed lastRecordedDateTime: offsetDateTime | null;
2171
2305
  observedDateTime: offsetDateTime | null;
@@ -2188,7 +2322,6 @@ namespace reference.`microsoft.graph` {
2188
2322
  driveType: string | null;
2189
2323
  id: string | null;
2190
2324
  name: string | null;
2191
- parent: itemReference | null;
2192
2325
  path: string | null;
2193
2326
  shareId: string | null;
2194
2327
  sharepointIds: sharepointIds | null;
@@ -2264,6 +2397,27 @@ namespace reference.`microsoft.graph` {
2264
2397
  tokenDetails: tokenDetails | null;
2265
2398
  }
2266
2399
 
2400
+ @complex model linkRoleAbilities {
2401
+ addExistingExternalUsers: sharingOperationStatus | null;
2402
+ addNewExternalUsers: sharingOperationStatus | null;
2403
+ applyVariants: sharingLinkVariants | null;
2404
+ createLink: sharingOperationStatus | null;
2405
+ deleteLink: sharingOperationStatus | null;
2406
+ linkAllowsExternalUsers: sharingOperationStatus | null;
2407
+ linkExpiration: sharingLinkExpirationStatus | null;
2408
+ retrieveLink: sharingOperationStatus | null;
2409
+ updateLink: sharingOperationStatus | null;
2410
+ }
2411
+
2412
+ @complex model linkScopeAbilities {
2413
+ blockDownloadLinkAbilities: linkRoleAbilities | null;
2414
+ editLinkAbilities: linkRoleAbilities;
2415
+ manageListLinkAbilities: linkRoleAbilities | null;
2416
+ readLinkAbilities: linkRoleAbilities;
2417
+ reviewLinkAbilities: linkRoleAbilities | null;
2418
+ submitOnlyLinkAbilities: linkRoleAbilities | null;
2419
+ }
2420
+
2267
2421
  @complex model listInfo {
2268
2422
  contentTypesEnabled: boolean | null;
2269
2423
  hidden: boolean | null;
@@ -2773,6 +2927,7 @@ namespace reference.`microsoft.graph` {
2773
2927
  onPremisesApplicationSegments: onPremisesApplicationSegment[] | null;
2774
2928
  segmentsConfiguration: segmentConfiguration | null;
2775
2929
  singleSignOnSettings: onPremisesPublishingSingleSignOn | null;
2930
+ trafficRoutingMethod: trafficRoutingMethod;
2776
2931
  useAlternateUrlForTranslationAndRedirect: boolean | null;
2777
2932
  verifiedCustomDomainCertificatesMetadata: verifiedCustomDomainCertificatesMetadata | null;
2778
2933
  verifiedCustomDomainKeyCredential: keyCredential | null;
@@ -2940,6 +3095,11 @@ namespace reference.`microsoft.graph` {
2940
3095
  displayAs: string | null;
2941
3096
  }
2942
3097
 
3098
+ @complex model perTenantTrafficSegmentsOverride {
3099
+ percentage: int32;
3100
+ tenantId: guid;
3101
+ }
3102
+
2943
3103
  @complex model phone {
2944
3104
  number: string | null;
2945
3105
  type: phoneType | null;
@@ -3413,6 +3573,10 @@ namespace reference.`microsoft.graph` {
3413
3573
  type: recurrenceRangeType | null;
3414
3574
  }
3415
3575
 
3576
+ @complex model recycleBinSettings {
3577
+ retentionPeriodOverrideDays: int32 | null;
3578
+ }
3579
+
3416
3580
  @complex model referencedObject {
3417
3581
  referencedObjectName: string | null;
3418
3582
  referencedProperty: string | null;
@@ -3794,14 +3958,48 @@ namespace reference.`microsoft.graph` {
3794
3958
  sharedDateTime: offsetDateTime | null;
3795
3959
  }
3796
3960
 
3961
+ @complex model sharePointApiUsageDataPoint {
3962
+ activeApps: int32 | null;
3963
+ appId: string | null;
3964
+ serviceArea: string | null;
3965
+ tenantId: string | null;
3966
+ usageDateTime: offsetDateTime | null;
3967
+ usageMB: int64 | null;
3968
+ usageRequests: int64 | null;
3969
+ }
3970
+
3971
+ @complex model sharePointApiUsageReport {
3972
+ dataPoints: sharePointApiUsageDataPoint[];
3973
+ }
3974
+
3975
+ @open
3976
+ @complex model sharePointGroupIdentity extends identity {
3977
+ principalId: string | null;
3978
+ title: string | null;
3979
+ }
3980
+
3981
+ @complex model sharePointGroupMigrationTaskParameters extends sharePointMigrationTaskParameters {
3982
+ sourceGroupIdentity: groupIdentity | null;
3983
+ targetGroupIdentity: groupIdentity | null;
3984
+ }
3985
+
3797
3986
  @open
3798
3987
  @complex model sharePointIdentity extends identity {
3799
3988
  loginName: string | null;
3800
3989
  }
3801
3990
 
3991
+ @complex model sharePointIdentityMappingGroupMigrationData {
3992
+ mailNickname: string | null;
3993
+ }
3994
+
3995
+ @complex model sharePointIdentityMappingUserMigrationData {
3996
+ email: string | null;
3997
+ }
3998
+
3802
3999
  @open
3803
4000
  @complex model sharePointIdentitySet extends identitySet {
3804
4001
  group: identity | null;
4002
+ sharePointGroup: sharePointGroupIdentity | null;
3805
4003
  siteGroup: sharePointIdentity | null;
3806
4004
  siteUser: sharePointIdentity | null;
3807
4005
  }
@@ -3816,6 +4014,38 @@ namespace reference.`microsoft.graph` {
3816
4014
  webId: string | null;
3817
4015
  }
3818
4016
 
4017
+ @complex model sharePointMigrationContainerInfo {
4018
+ dataContainerUri: string;
4019
+ encryptionKey: string;
4020
+ metadataContainerUri: string;
4021
+ }
4022
+
4023
+ @complex model sharePointMigrationTaskParameters {
4024
+ preferredLatestStartDateTime: offsetDateTime | null;
4025
+ preferredStartDateTime: offsetDateTime | null;
4026
+ sourceSiteUrl: string | null;
4027
+ targetDataLocationCode: string | null;
4028
+ targetOrganizationHost: string | null;
4029
+ targetOrganizationId: guid | null;
4030
+ targetSiteUrl: string | null;
4031
+ validateOnly: boolean | null;
4032
+ }
4033
+
4034
+ @complex model sharePointSharingAbilities {
4035
+ anyoneLinkAbilities: linkScopeAbilities | null;
4036
+ directSharingAbilities: directSharingAbilities | null;
4037
+ organizationLinkAbilities: linkScopeAbilities | null;
4038
+ specificPeopleLinkAbilities: linkScopeAbilities | null;
4039
+ }
4040
+
4041
+ @complex model sharePointSiteMigrationTaskParameters extends sharePointMigrationTaskParameters {
4042
+ }
4043
+
4044
+ @complex model sharePointUserMigrationTaskParameters extends sharePointMigrationTaskParameters {
4045
+ sourceUserIdentity: userIdentity | null;
4046
+ targetUserIdentity: userIdentity | null;
4047
+ }
4048
+
3819
4049
  @complex model sharingInvitation {
3820
4050
  email: string | null;
3821
4051
  invitedBy: identitySet | null;
@@ -3833,6 +4063,29 @@ namespace reference.`microsoft.graph` {
3833
4063
  webUrl: string | null;
3834
4064
  }
3835
4065
 
4066
+ @complex model sharingLinkExpirationStatus {
4067
+ defaultExpirationInDays: int32 | null;
4068
+ disabledReason: string | null;
4069
+ enabled: boolean | null;
4070
+ }
4071
+
4072
+ @complex model sharingLinkVariants {
4073
+ addressBarLinkPermission: sharingRole | null;
4074
+ allowEmbed: sharingOperationStatus | null;
4075
+ passwordProtected: sharingOperationStatus | null;
4076
+ requiresAuthentication: sharingOperationStatus | null;
4077
+ }
4078
+
4079
+ @complex model sharingOperationStatus {
4080
+ disabledReason: string | null;
4081
+ enabled: boolean | null;
4082
+ }
4083
+
4084
+ @complex model sharingViewpoint {
4085
+ defaultSharingLink: defaultSharingLink;
4086
+ sharingAbilities: sharePointSharingAbilities;
4087
+ }
4088
+
3836
4089
  @complex model signInActivity {
3837
4090
  @computed lastNonInteractiveSignInDateTime: offsetDateTime | null;
3838
4091
  lastNonInteractiveSignInRequestId: string | null;
@@ -3908,6 +4161,8 @@ namespace reference.`microsoft.graph` {
3908
4161
  }
3909
4162
 
3910
4163
  @complex model siteArchivalDetails {
4164
+ archivedBy: identitySet | null;
4165
+ archivedDateTime: offsetDateTime | null;
3911
4166
  archiveStatus: siteArchiveStatus | null;
3912
4167
  }
3913
4168
 
@@ -4047,6 +4302,7 @@ namespace reference.`microsoft.graph` {
4047
4302
  state: synchronizationScheduleState;
4048
4303
  }
4049
4304
 
4305
+ @graphDeprecated("SynchronizationSecret_Deprecation")
4050
4306
  @complex model synchronizationSecretKeyStringValuePair {
4051
4307
  key: synchronizationSecret;
4052
4308
  value: string | null;
@@ -5938,6 +6194,11 @@ namespace reference.`microsoft.graph` {
5938
6194
  @contains verticalSection: verticalSection | null;
5939
6195
  }
5940
6196
 
6197
+ @entity model caPoliciesDeletableRoot extends entity {
6198
+ @contains namedLocations: namedLocation[];
6199
+ @contains policies: conditionalAccessPolicy[];
6200
+ }
6201
+
5941
6202
  @entity model certificateAuthorityAsEntity extends entity {
5942
6203
  certificate: binary;
5943
6204
  isRootAuthority: boolean;
@@ -6131,12 +6392,13 @@ namespace reference.`microsoft.graph` {
6131
6392
  totalLicenses: int32 | null;
6132
6393
  }
6133
6394
 
6134
- @entity model conditionalAccessPolicy extends entity {
6395
+ @entity model conditionalAccessPolicy extends policyDeletableItem {
6135
6396
  conditions: conditionalAccessConditionSet;
6136
6397
  @computed createdDateTime: offsetDateTime | null;
6137
6398
  description: string | null;
6138
6399
  displayName: string;
6139
6400
  grantControls: conditionalAccessGrantControls | null;
6401
+ @computed @key id: string;
6140
6402
  modifiedDateTime: offsetDateTime | null;
6141
6403
  sessionControls: conditionalAccessSessionControls | null;
6142
6404
  state: conditionalAccessPolicyState;
@@ -6149,6 +6411,7 @@ namespace reference.`microsoft.graph` {
6149
6411
 
6150
6412
  @graphDeprecated("AuthenticationStrengthsRemove")
6151
6413
  @contains authenticationStrengths: authenticationStrengthRoot | null;
6414
+ @contains deletedItems: caPoliciesDeletableRoot | null;
6152
6415
  @contains namedLocations: namedLocation[];
6153
6416
  @contains policies: conditionalAccessPolicy[];
6154
6417
  @contains templates: conditionalAccessTemplate[];
@@ -6229,6 +6492,15 @@ namespace reference.`microsoft.graph` {
6229
6492
  @contains singleValueExtendedProperties: singleValueLegacyExtendedProperty[];
6230
6493
  }
6231
6494
 
6495
+ @entity model contentModel extends entity {
6496
+ createdBy: identitySet | null;
6497
+ @computed createdDateTime: offsetDateTime | null;
6498
+ lastModifiedBy: identitySet | null;
6499
+ @computed lastModifiedDateTime: offsetDateTime | null;
6500
+ modelType: contentModelType | null;
6501
+ name: string | null;
6502
+ }
6503
+
6232
6504
  @entity model contentType extends entity {
6233
6505
  associatedHubsUrls: string[] | null;
6234
6506
  description: string | null;
@@ -6608,6 +6880,13 @@ namespace reference.`microsoft.graph` {
6608
6880
  result: dlpPoliciesJobResult | null;
6609
6881
  }
6610
6882
 
6883
+ @entity model documentProcessingJob extends entity {
6884
+ @computed createdDateTime: offsetDateTime | null;
6885
+ jobType: documentProcessingJobType | null;
6886
+ listItemUniqueId: string;
6887
+ status: documentProcessingJobStatus | null;
6888
+ }
6889
+
6611
6890
  @entity model documentSetVersion extends listItemVersion {
6612
6891
  comment: string | null;
6613
6892
  createdBy: identitySet | null;
@@ -6676,6 +6955,7 @@ namespace reference.`microsoft.graph` {
6676
6955
  sharePointIds: sharepointIds | null;
6677
6956
  system: systemFacet | null;
6678
6957
  @contains activities: itemActivityOLD[];
6958
+ @contains bundles: driveItem[];
6679
6959
  @contains following: driveItem[];
6680
6960
  @contains items: driveItem[];
6681
6961
  @contains list: list | null;
@@ -6686,7 +6966,11 @@ namespace reference.`microsoft.graph` {
6686
6966
  @open
6687
6967
  @entity model driveItem extends baseItem {
6688
6968
  audio: audio | null;
6969
+ bundle: bundle | null;
6970
+
6971
+ @graphDeprecated("Removal")
6689
6972
  content: stream | null;
6973
+ contentStream: stream | null;
6690
6974
  cTag: string | null;
6691
6975
  deleted: deleted | null;
6692
6976
  file: file | null;
@@ -6709,9 +6993,12 @@ namespace reference.`microsoft.graph` {
6709
6993
  source: driveItemSource | null;
6710
6994
  specialFolder: specialFolder | null;
6711
6995
  video: video | null;
6996
+ viewpoint: driveItemViewpoint | null;
6712
6997
  webDavUrl: string | null;
6713
- @contains activities: itemActivity[];
6998
+ @contains activities: itemActivityOLD[];
6999
+ @references analytics: itemAnalytics | null;
6714
7000
  @contains children: driveItem[];
7001
+ @contains extensions: extension[];
6715
7002
  @contains listItem: listItem | null;
6716
7003
  @contains permissions: permission[];
6717
7004
  @contains retentionLabel: itemRetentionLabel | null;
@@ -6990,6 +7277,67 @@ namespace reference.`microsoft.graph` {
6990
7277
  sensitiveTypeIds: string[] | null;
6991
7278
  }
6992
7279
 
7280
+ @entity model fileStorage extends entity {
7281
+ @contains containers: fileStorageContainer[];
7282
+ @contains containerTypeRegistrations: fileStorageContainerTypeRegistration[];
7283
+ @contains containerTypes: fileStorageContainerType[];
7284
+ @contains deletedContainers: fileStorageContainer[];
7285
+ }
7286
+
7287
+ @entity model fileStorageContainer extends entity {
7288
+ archivalDetails: siteArchivalDetails | null;
7289
+ assignedSensitivityLabel: assignedLabel | null;
7290
+ containerTypeId: guid;
7291
+ @computed createdDateTime: offsetDateTime;
7292
+ customProperties: fileStorageContainerCustomPropertyDictionary | null;
7293
+ description: string | null;
7294
+ displayName: string;
7295
+ externalGroupId: guid | null;
7296
+ informationBarrier: informationBarrier | null;
7297
+ lockState: siteLockState | null;
7298
+ owners: userIdentity[] | null;
7299
+ ownershipType: fileStorageContainerOwnershipType | null;
7300
+ settings: fileStorageContainerSettings;
7301
+ status: fileStorageContainerStatus | null;
7302
+ storageUsedInBytes: int64 | null;
7303
+ viewpoint: fileStorageContainerViewpoint | null;
7304
+ @contains columns: columnDefinition[];
7305
+ @contains drive: drive | null;
7306
+ @contains migrationJobs: sharePointMigrationJob[];
7307
+ @contains permissions: permission[];
7308
+ @contains recycleBin: recycleBin | null;
7309
+ @contains sharePointGroups: sharePointGroup[];
7310
+ }
7311
+
7312
+ @entity model fileStorageContainerType extends entity {
7313
+ billingClassification: fileStorageContainerBillingClassification;
7314
+ billingStatus: fileStorageContainerBillingStatus;
7315
+ @computed createdDateTime: offsetDateTime;
7316
+ etag: string;
7317
+ expirationDateTime: offsetDateTime;
7318
+ name: string;
7319
+ owningAppId: guid;
7320
+ settings: fileStorageContainerTypeSettings;
7321
+ }
7322
+
7323
+ @entity model fileStorageContainerTypeAppPermissionGrant extends MsGraph.SharedModels.entity {
7324
+ @computed @key appId: string;
7325
+ applicationPermissions: fileStorageContainerTypeAppPermission[] | null;
7326
+ delegatedPermissions: fileStorageContainerTypeAppPermission[] | null;
7327
+ }
7328
+
7329
+ @entity model fileStorageContainerTypeRegistration extends entity {
7330
+ billingClassification: fileStorageContainerBillingClassification;
7331
+ billingStatus: fileStorageContainerBillingStatus;
7332
+ etag: string;
7333
+ expirationDateTime: offsetDateTime;
7334
+ name: string;
7335
+ owningAppId: guid;
7336
+ registeredDateTime: offsetDateTime;
7337
+ settings: fileStorageContainerTypeRegistrationSettings;
7338
+ @contains applicationPermissionGrants: fileStorageContainerTypeAppPermissionGrant[];
7339
+ }
7340
+
6993
7341
  @entity model filterOperatorSchema extends entity {
6994
7342
  arity: scopeOperatorType;
6995
7343
  multivaluedComparisonType: scopeOperatorMultiValuedComparisonType;
@@ -7328,12 +7676,33 @@ namespace reference.`microsoft.graph` {
7328
7676
  @contains listItem: listItem | null;
7329
7677
  }
7330
7678
 
7679
+ @open
7680
+ @entity model itemActivityStat extends entity {
7681
+ access: itemActionStat | null;
7682
+ create: itemActionStat | null;
7683
+ delete: itemActionStat | null;
7684
+ edit: itemActionStat | null;
7685
+ endDateTime: offsetDateTime | null;
7686
+ incompleteData: incompleteData | null;
7687
+ isTrending: boolean | null;
7688
+ move: itemActionStat | null;
7689
+ startDateTime: offsetDateTime | null;
7690
+ @references activities: itemActivity[];
7691
+ }
7692
+
7331
7693
  @entity model itemAddress extends itemFacet {
7332
7694
  detail: physicalAddress | null;
7333
7695
  displayName: string | null;
7334
7696
  geoCoordinates: geoCoordinates | null;
7335
7697
  }
7336
7698
 
7699
+ @open
7700
+ @entity model itemAnalytics extends entity {
7701
+ @references allTime: itemActivityStat | null;
7702
+ @contains itemActivityStats: itemActivityStat[];
7703
+ @references lastSevenDays: itemActivityStat | null;
7704
+ }
7705
+
7337
7706
  @entity model itemAttachment extends attachment {
7338
7707
  @contains item: outlookItem | null;
7339
7708
  }
@@ -7430,6 +7799,7 @@ namespace reference.`microsoft.graph` {
7430
7799
 
7431
7800
  @entity model list extends baseItem {
7432
7801
  displayName: string | null;
7802
+ itemCount: int32 | null;
7433
7803
  list: listInfo | null;
7434
7804
  sharepointIds: sharepointIds | null;
7435
7805
  system: systemFacet | null;
@@ -7439,6 +7809,7 @@ namespace reference.`microsoft.graph` {
7439
7809
  @contains drive: drive | null;
7440
7810
  @contains items: listItem[];
7441
7811
  @contains operations: richLongRunningOperation[];
7812
+ @contains permissions: permission[];
7442
7813
  @contains subscriptions: subscription[];
7443
7814
  }
7444
7815
 
@@ -7447,9 +7818,11 @@ namespace reference.`microsoft.graph` {
7447
7818
  deleted: deleted | null;
7448
7819
  sharepointIds: sharepointIds | null;
7449
7820
  @contains activities: itemActivityOLD[];
7821
+ @references analytics: itemAnalytics | null;
7450
7822
  @contains documentSetVersions: documentSetVersion[];
7451
7823
  @contains driveItem: driveItem | null;
7452
7824
  @contains fields: fieldValueSet | null;
7825
+ @contains permissions: permission[];
7453
7826
  @contains versions: listItemVersion[];
7454
7827
  }
7455
7828
 
@@ -7586,12 +7959,17 @@ namespace reference.`microsoft.graph` {
7586
7959
  value: string[] | null;
7587
7960
  }
7588
7961
 
7589
- @entity model namedLocation extends entity {
7962
+ @entity model namedLocation extends policyDeletableItem {
7590
7963
  @computed createdDateTime: offsetDateTime | null;
7591
7964
  displayName: string;
7965
+ @computed @key id: string;
7592
7966
  modifiedDateTime: offsetDateTime | null;
7593
7967
  }
7594
7968
 
7969
+ @entity model namePronunciationSettings extends entity {
7970
+ isEnabledInOrganization: boolean;
7971
+ }
7972
+
7595
7973
  @entity model newsLinkPage extends baseSitePage {
7596
7974
  bannerImageWebUrl: string | null;
7597
7975
  newsSharepointIds: sharepointIds | null;
@@ -7937,6 +8315,8 @@ namespace reference.`microsoft.graph` {
7937
8315
 
7938
8316
  @entity model peopleAdminSettings extends entity {
7939
8317
  @contains itemInsights: insightsSettings | null;
8318
+ @contains namePronunciation: namePronunciationSettings | null;
8319
+ @contains photoUpdateSettings: photoUpdateSettings | null;
7940
8320
  @contains profileCardProperties: profileCardProperty[];
7941
8321
  @contains pronouns: pronounsSettings | null;
7942
8322
  }
@@ -8076,6 +8456,11 @@ namespace reference.`microsoft.graph` {
8076
8456
  phoneNumber: string | null;
8077
8457
  }
8078
8458
 
8459
+ @entity model photoUpdateSettings extends entity {
8460
+ allowedRoles: string[] | null;
8461
+ source: photoUpdateSource | null;
8462
+ }
8463
+
8079
8464
  @entity model pinnedChatMessageInfo extends entity {
8080
8465
  @references message: chatMessage | null;
8081
8466
  }
@@ -8240,6 +8625,11 @@ namespace reference.`microsoft.graph` {
8240
8625
  displayName: string;
8241
8626
  }
8242
8627
 
8628
+ @abstract
8629
+ @entity model policyDeletableItem extends MsGraph.SharedModels.entity {
8630
+ deletedDateTime: offsetDateTime | null;
8631
+ }
8632
+
8243
8633
  @entity model policyRoot extends entity {
8244
8634
  @contains accessReviewPolicy: accessReviewPolicy | null;
8245
8635
  @contains activityBasedTimeoutPolicies: activityBasedTimeoutPolicy[];
@@ -8294,6 +8684,7 @@ namespace reference.`microsoft.graph` {
8294
8684
  version: string;
8295
8685
  }
8296
8686
 
8687
+ @graphDeprecated("PIM_Iteration2_Deprecation")
8297
8688
  @entity model privilegedAccess extends entity {
8298
8689
  displayName: string | null;
8299
8690
  @contains resources: governanceResource[];
@@ -8429,6 +8820,7 @@ namespace reference.`microsoft.graph` {
8429
8820
  @entity model profileCardProperty extends entity {
8430
8821
  annotations: profileCardAnnotation[] | null;
8431
8822
  directoryPropertyName: string | null;
8823
+ isVisible: boolean;
8432
8824
  }
8433
8825
 
8434
8826
  @entity model profilePhoto extends entity {
@@ -8523,6 +8915,19 @@ namespace reference.`microsoft.graph` {
8523
8915
  @contains roleDefinitions: unifiedRoleDefinition[];
8524
8916
  }
8525
8917
 
8918
+ @open
8919
+ @entity model recycleBin extends baseItem {
8920
+ settings: recycleBinSettings | null;
8921
+ @contains items: recycleBinItem[];
8922
+ }
8923
+
8924
+ @open
8925
+ @entity model recycleBinItem extends baseItem {
8926
+ deletedDateTime: offsetDateTime | null;
8927
+ deletedFromLocation: string | null;
8928
+ size: int64 | null;
8929
+ }
8930
+
8526
8931
  @entity model redundantAssignmentAlertConfiguration extends unifiedRoleManagementAlertConfiguration {
8527
8932
  `duration`: duration | null;
8528
8933
  }
@@ -9010,6 +9415,115 @@ namespace reference.`microsoft.graph` {
9010
9415
  @contains settings: sharepointSettings | null;
9011
9416
  }
9012
9417
 
9418
+ @entity model sharePointGroup extends entity {
9419
+ description: string | null;
9420
+ principalId: string | null;
9421
+ title: string;
9422
+ @contains members: sharePointGroupMember[];
9423
+ }
9424
+
9425
+ @entity model sharePointGroupIdentityMapping extends sharePointIdentityMapping {
9426
+ groupType: sharePointIdentityMappingGroupType;
9427
+ sourceGroupIdentity: identity | null;
9428
+ targetGroupIdentity: identity | null;
9429
+ targetGroupMigrationData: sharePointIdentityMappingGroupMigrationData | null;
9430
+ }
9431
+
9432
+ @entity model sharePointGroupMember extends entity {
9433
+ identity: sharePointIdentitySet | null;
9434
+ }
9435
+
9436
+ @entity model sharePointIdentityMapping extends entity {
9437
+ deleted: deleted | null;
9438
+ sourceOrganizationId: guid;
9439
+ }
9440
+
9441
+ @entity model sharePointMigrationEvent extends entity {
9442
+ correlationId: string;
9443
+ eventDateTime: offsetDateTime;
9444
+ jobId: string;
9445
+ }
9446
+
9447
+ @entity model sharePointMigrationFinishManifestFileUploadEvent extends sharePointMigrationEvent {
9448
+ manifestFileName: string;
9449
+ }
9450
+
9451
+ @entity model sharePointMigrationJob extends entity {
9452
+ containerInfo: sharePointMigrationContainerInfo;
9453
+ @contains progressEvents: sharePointMigrationEvent[];
9454
+ }
9455
+
9456
+ @entity model sharePointMigrationJobCancelledEvent extends sharePointMigrationEvent {
9457
+ isCancelledByUser: boolean;
9458
+ totalRetryCount: int32;
9459
+ }
9460
+
9461
+ @entity model sharePointMigrationJobDeletedEvent extends sharePointMigrationEvent {
9462
+ }
9463
+
9464
+ @entity model sharePointMigrationJobErrorEvent extends sharePointMigrationEvent {
9465
+ error: publicError;
9466
+ errorLevel: sharePointMigrationJobErrorLevel;
9467
+ objectId: string;
9468
+ objectType: sharePointMigrationObjectType;
9469
+ objectUrl: string;
9470
+ totalRetryCount: int32;
9471
+ }
9472
+
9473
+ @entity model sharePointMigrationJobPostponedEvent extends sharePointMigrationEvent {
9474
+ jobsInQueue: int64;
9475
+ nextPickupDateTime: offsetDateTime;
9476
+ reason: string;
9477
+ totalRetryCount: int32;
9478
+ }
9479
+
9480
+ @entity model sharePointMigrationJobProgressEvent extends sharePointMigrationEvent {
9481
+ bytesProcessed: int64;
9482
+ bytesProcessedOnlyCurrentVersion: int64;
9483
+ cpuDurationMs: int64;
9484
+ filesProcessed: int64;
9485
+ filesProcessedOnlyCurrentVersion: int64;
9486
+ isCompleted: boolean;
9487
+ lastProcessedObjectId: string;
9488
+ objectsProcessed: int64;
9489
+ sqlDurationMs: int64;
9490
+ sqlQueryCount: int64;
9491
+ totalDurationMs: int64;
9492
+ totalErrors: int64;
9493
+ totalExpectedBytes: int64;
9494
+ totalExpectedObjects: int64;
9495
+ totalRetryCount: int32;
9496
+ totalWarnings: int64;
9497
+ waitTimeOnSqlThrottlingMs: int64;
9498
+ }
9499
+
9500
+ @entity model sharePointMigrationJobQueuedEvent extends sharePointMigrationEvent {
9501
+ }
9502
+
9503
+ @entity model sharePointMigrationJobStartEvent extends sharePointMigrationEvent {
9504
+ isRestarted: boolean;
9505
+ totalRetryCount: int32;
9506
+ }
9507
+
9508
+ @entity model sharePointMigrationsRoot extends entity {
9509
+ @contains crossOrganizationGroupMappings: sharePointGroupIdentityMapping[];
9510
+ @contains crossOrganizationMigrationTasks: sharePointMigrationTask[];
9511
+ @contains crossOrganizationUserMappings: sharePointUserIdentityMapping[];
9512
+ }
9513
+
9514
+ @entity model sharePointMigrationTask extends entity {
9515
+ error: publicError;
9516
+ finishedDateTime: offsetDateTime;
9517
+ @computed lastUpdatedDateTime: offsetDateTime;
9518
+ parameters: sharePointMigrationTaskParameters;
9519
+ startedDateTime: offsetDateTime;
9520
+ status: sharePointMigrationTaskStatus;
9521
+ }
9522
+
9523
+ @entity model sharePointRoot extends entity {
9524
+ @contains migrations: sharePointMigrationsRoot | null;
9525
+ }
9526
+
9013
9527
  @entity model sharepointSettings extends entity {
9014
9528
  allowedDomainGuidsForSyncApp: guid | null;
9015
9529
  availableManagedPathsForSiteCreation: string[];
@@ -9042,6 +9556,13 @@ namespace reference.`microsoft.graph` {
9042
9556
  tenantDefaultTimezone: string | null;
9043
9557
  }
9044
9558
 
9559
+ @entity model sharePointUserIdentityMapping extends sharePointIdentityMapping {
9560
+ sourceUserIdentity: userIdentity | null;
9561
+ targetUserIdentity: userIdentity | null;
9562
+ targetUserMigrationData: sharePointIdentityMappingUserMigrationData | null;
9563
+ userType: sharePointIdentityMappingUserType;
9564
+ }
9565
+
9045
9566
  @entity model signIn extends entity {
9046
9567
 
9047
9568
  @graphDeprecated("Reporting")
@@ -9133,14 +9654,24 @@ namespace reference.`microsoft.graph` {
9133
9654
  @entity model site extends baseItem {
9134
9655
  deleted: deleted | null;
9135
9656
  displayName: string | null;
9657
+ isPersonalSite: boolean | null;
9658
+ locale: string | null;
9659
+ lockState: siteLockState | null;
9660
+ ownerIdentityToResolve: identityInput | null;
9136
9661
  root: root | null;
9137
9662
  settings: siteSettings | null;
9663
+ shareByEmailEnabled: boolean | null;
9138
9664
  sharepointIds: sharepointIds | null;
9139
9665
  siteCollection: siteCollection | null;
9666
+ template: siteTemplateType | null;
9667
+ @references analytics: itemAnalytics | null;
9140
9668
  @contains columns: columnDefinition[];
9669
+ @contains contentModels: contentModel[];
9141
9670
  @contains contentTypes: contentType[];
9671
+ @contains documentProcessingJobs: documentProcessingJob[];
9142
9672
  @contains drive: drive | null;
9143
9673
  @contains drives: drive[];
9674
+ @contains extensions: extension[];
9144
9675
  @references externalColumns: columnDefinition[];
9145
9676
  @contains items: baseItem[];
9146
9677
  @contains lists: list[];
@@ -9148,6 +9679,7 @@ namespace reference.`microsoft.graph` {
9148
9679
  @contains pages: baseSitePage[];
9149
9680
  @contains pageTemplates: pageTemplate[];
9150
9681
  @contains permissions: permission[];
9682
+ @contains recycleBin: recycleBin | null;
9151
9683
  @contains sites: site[];
9152
9684
  @contains termStore: reference.`microsoft.graph.termStore`.store | null;
9153
9685
  }
@@ -9224,6 +9756,10 @@ namespace reference.`microsoft.graph` {
9224
9756
  webPartType: string | null;
9225
9757
  }
9226
9758
 
9759
+ @entity model storage extends MsGraph.SharedModels.entity {
9760
+ @contains fileStorage: fileStorage | null;
9761
+ }
9762
+
9227
9763
  @abstract
9228
9764
  @entity model stsPolicy extends policyBase {
9229
9765
  definition: string[];
@@ -9280,6 +9816,8 @@ namespace reference.`microsoft.graph` {
9280
9816
  }
9281
9817
 
9282
9818
  @entity model synchronization extends entity {
9819
+
9820
+ @graphDeprecated("SynchronizationSecret_Deprecation")
9283
9821
  secrets: synchronizationSecretKeyStringValuePair[] | null;
9284
9822
  @contains jobs: synchronizationJob[];
9285
9823
  @contains templates: synchronizationTemplate[];
@@ -11492,6 +12030,16 @@ namespace reference.`microsoft.graph` {
11492
12030
  unknownFutureValue: 1,
11493
12031
  }
11494
12032
 
12033
+ enum contentModelType {
12034
+ teachingMethod: 0,
12035
+ layoutMethod: 1,
12036
+ freeformSelectionMethod: 2,
12037
+ prebuiltContractModel: 3,
12038
+ prebuiltInvoiceModel: 4,
12039
+ prebuiltReceiptModel: 5,
12040
+ unknownFutureValue: 6,
12041
+ }
12042
+
11495
12043
  enum continuousAccessEvaluationMode {
11496
12044
  strictEnforcement: 0,
11497
12045
  disabled: 1,
@@ -11584,6 +12132,19 @@ namespace reference.`microsoft.graph` {
11584
12132
  deviceRestriction: 2,
11585
12133
  }
11586
12134
 
12135
+ enum documentProcessingJobStatus {
12136
+ inProgress: 0,
12137
+ completed: 1,
12138
+ failed: 2,
12139
+ unknownFutureValue: 3,
12140
+ }
12141
+
12142
+ enum documentProcessingJobType {
12143
+ file: 0,
12144
+ folder: 1,
12145
+ unknownFutureValue: 2,
12146
+ }
12147
+
11587
12148
  enum driveItemSourceApplication {
11588
12149
  teams: 0,
11589
12150
  yammer: 1,
@@ -11731,6 +12292,13 @@ namespace reference.`microsoft.graph` {
11731
12292
  unknownFutureValue: 2,
11732
12293
  }
11733
12294
 
12295
+ enum fileArchiveStatus {
12296
+ notArchived: 0,
12297
+ fullyArchived: 1,
12298
+ reactivating: 2,
12299
+ unknownFutureValue: 3,
12300
+ }
12301
+
11734
12302
  enum fileHashType {
11735
12303
  `unknown`: 0,
11736
12304
  sha1: 1,
@@ -11742,6 +12310,61 @@ namespace reference.`microsoft.graph` {
11742
12310
  unknownFutureValue: 127,
11743
12311
  }
11744
12312
 
12313
+ enum fileStorageContainerBillingClassification {
12314
+ standard: 0,
12315
+ trial: 1,
12316
+ directToCustomer: 2,
12317
+ unknownFutureValue: 3,
12318
+ }
12319
+
12320
+ enum fileStorageContainerBillingStatus {
12321
+ invalid: 0,
12322
+ valid: 1,
12323
+ unknownFutureValue: 2,
12324
+ }
12325
+
12326
+ enum fileStorageContainerOwnershipType {
12327
+ tenantOwned: 0,
12328
+ userOwned: 1,
12329
+ unknownFutureValue: 2,
12330
+ }
12331
+
12332
+ enum fileStorageContainerStatus {
12333
+ inactive: 0,
12334
+ active: 1,
12335
+ unknownFutureValue: 2,
12336
+ }
12337
+
12338
+ enum fileStorageContainerTypeAppPermission {
12339
+ none: 0,
12340
+ readContent: 1,
12341
+ writeContent: 2,
12342
+ manageContent: 3,
12343
+ create: 4,
12344
+ delete: 5,
12345
+ read: 6,
12346
+ write: 7,
12347
+ enumeratePermissions: 8,
12348
+ addPermissions: 9,
12349
+ updatePermissions: 10,
12350
+ deletePermissions: 11,
12351
+ deleteOwnPermission: 12,
12352
+ managePermissions: 13,
12353
+ full: 14,
12354
+ unknownFutureValue: 15,
12355
+ }
12356
+
12357
+ @graphFlags
12358
+ enum fileStorageContainerTypeSettingsOverride {
12359
+ urlTemplate: 0,
12360
+ isDiscoverabilityEnabled: 1,
12361
+ isSearchEnabled: 2,
12362
+ isItemVersioningEnabled: 3,
12363
+ itemMajorVersionLimit: 4,
12364
+ maxStoragePerContainerInBytes: 5,
12365
+ unknownFutureValue: 6,
12366
+ }
12367
+
11745
12368
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
11746
12369
  enum filterMode {
11747
12370
  include: 0,
@@ -11860,6 +12483,13 @@ namespace reference.`microsoft.graph` {
11860
12483
  other: 1,
11861
12484
  }
11862
12485
 
12486
+ enum informationBarrierMode {
12487
+ open: 0,
12488
+ ownerModerated: 1,
12489
+ explicit: 2,
12490
+ unknownFutureValue: 3,
12491
+ }
12492
+
11863
12493
  enum initiatorType {
11864
12494
  user: 0,
11865
12495
  application: 1,
@@ -12303,6 +12933,12 @@ namespace reference.`microsoft.graph` {
12303
12933
  radio: 9,
12304
12934
  }
12305
12935
 
12936
+ enum photoUpdateSource {
12937
+ cloud: 0,
12938
+ onPremises: 1,
12939
+ unknownFutureValue: 2,
12940
+ }
12941
+
12306
12942
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
12307
12943
  enum physicalAddressType {
12308
12944
  `unknown`: 0,
@@ -12969,6 +13605,51 @@ namespace reference.`microsoft.graph` {
12969
13605
  unknownFutureValue: 4,
12970
13606
  }
12971
13607
 
13608
+ enum sharePointIdentityMappingGroupType {
13609
+ none: 0,
13610
+ regularGroup: 1,
13611
+ m365Group: 2,
13612
+ unknownFutureValue: 3,
13613
+ }
13614
+
13615
+ enum sharePointIdentityMappingUserType {
13616
+ none: 0,
13617
+ regularUser: 1,
13618
+ adminUser: 2,
13619
+ guestUser: 3,
13620
+ unknownFutureValue: 4,
13621
+ }
13622
+
13623
+ enum sharePointMigrationJobErrorLevel {
13624
+ important: 0,
13625
+ warning: 1,
13626
+ error: 2,
13627
+ fatalError: 3,
13628
+ unknownFutureValue: 4,
13629
+ }
13630
+
13631
+ enum sharePointMigrationObjectType {
13632
+ site: 0,
13633
+ web: 1,
13634
+ folder: 2,
13635
+ list: 3,
13636
+ listItem: 4,
13637
+ file: 5,
13638
+ alert: 6,
13639
+ sharedWithObject: 7,
13640
+ invalid: 8,
13641
+ unknownFutureValue: 9,
13642
+ }
13643
+
13644
+ enum sharePointMigrationTaskStatus {
13645
+ notStarted: 0,
13646
+ inProgress: 1,
13647
+ completed: 2,
13648
+ cancelled: 3,
13649
+ failed: 4,
13650
+ unknownFutureValue: 5,
13651
+ }
13652
+
12972
13653
  enum sharingCapabilities {
12973
13654
  disabled: 0,
12974
13655
  externalUserSharingOnly: 1,
@@ -12984,6 +13665,38 @@ namespace reference.`microsoft.graph` {
12984
13665
  unknownFutureValue: 3,
12985
13666
  }
12986
13667
 
13668
+ enum sharingRole {
13669
+ none: 0,
13670
+ view: 1,
13671
+ edit: 2,
13672
+ manageList: 3,
13673
+ review: 4,
13674
+ restrictedView: 5,
13675
+ submitOnly: 6,
13676
+ unknownFutureValue: 7,
13677
+ }
13678
+
13679
+ enum sharingScope {
13680
+ anyone: 0,
13681
+ organization: 1,
13682
+ specificPeople: 2,
13683
+ @graphDeprecated("Removal")
13684
+ anonymous: 3,
13685
+ @graphDeprecated("Removal")
13686
+ users: 4,
13687
+ unknownFutureValue: 5,
13688
+ }
13689
+
13690
+ @graphFlags
13691
+ enum sharingVariant {
13692
+ none: 0,
13693
+ requiresAuthentication: 1,
13694
+ passwordProtected: 2,
13695
+ addressBar: 4,
13696
+ embed: 8,
13697
+ unknownFutureValue: 16,
13698
+ }
13699
+
12987
13700
  @graphFlags
12988
13701
  enum signInAccessType {
12989
13702
  none: 0,
@@ -13052,6 +13765,20 @@ namespace reference.`microsoft.graph` {
13052
13765
  unknownFutureValue: 3,
13053
13766
  }
13054
13767
 
13768
+ enum siteLockState {
13769
+ unlocked: 0,
13770
+ lockedReadOnly: 1,
13771
+ lockedNoAccess: 2,
13772
+ lockedNoAdditions: 3,
13773
+ unknownFutureValue: 4,
13774
+ }
13775
+
13776
+ enum siteTemplateType {
13777
+ sitepagepublishing: 0,
13778
+ sts: 2,
13779
+ unknownFutureValue: 3,
13780
+ }
13781
+
13055
13782
  enum skillProficiencyLevel {
13056
13783
  elementary: 0,
13057
13784
  limitedWorking: 1,
@@ -13425,6 +14152,14 @@ namespace reference.`microsoft.graph` {
13425
14152
  unknownFutureValue: 3,
13426
14153
  }
13427
14154
 
14155
+ enum trafficRoutingMethod {
14156
+ none: 0,
14157
+ random: 1,
14158
+ sessionPersistence: 2,
14159
+ performance: 3,
14160
+ unknownFutureValue: 4,
14161
+ }
14162
+
13428
14163
  #suppress "@microsoft/typespec-msgraph/use-evolvable-enum" "Matches shipped CSDL."
13429
14164
  enum translationBehavior {
13430
14165
  Ask: 0,
@@ -13712,6 +14447,7 @@ namespace reference.`microsoft.graph.cloudLicensing` {
13712
14447
  }
13713
14448
 
13714
14449
  }
14450
+ @privatePreviewDefinition("organizationalUnit", "2025-08-12", "2025-11-30", "<theOwner>")
13715
14451
  @publicNamespace("microsoft.graph.identitygovernance")
13716
14452
  namespace reference.`microsoft.graph.identityGovernance` {
13717
14453
  @complex model activateGroupScope extends activationScope {
@@ -13773,6 +14509,13 @@ namespace reference.`microsoft.graph.identityGovernance` {
13773
14509
  valueType: valueType;
13774
14510
  }
13775
14511
 
14512
+ @complex model previewFailedTask {
14513
+ definitionId: string;
14514
+ failureReason: string;
14515
+ name: string;
14516
+ taskId: string;
14517
+ }
14518
+
13776
14519
  @complex model ruleBasedSubjectSet extends reference.`microsoft.graph`.subjectSet {
13777
14520
  rule: string;
13778
14521
  }
@@ -13995,6 +14738,9 @@ namespace reference.`microsoft.graph.identityGovernance` {
13995
14738
  nextScheduleRunDateTime: offsetDateTime | null;
13996
14739
  version: int32 | null;
13997
14740
  @references executionScope: userProcessingResult[];
14741
+
14742
+ @privatePreview("organizationalUnit")
14743
+ @references previewScope: reference.`microsoft.graph`.directoryObject[];
13998
14744
  @contains runs: run[];
13999
14745
  @contains taskReports: taskReport[];
14000
14746
  @contains userProcessingResults: userProcessingResult[];
@@ -14091,6 +14837,8 @@ namespace reference.`microsoft.graph.identityGovernance` {
14091
14837
  onDemand: 1,
14092
14838
  unknownFutureValue: 2,
14093
14839
  activatedWithScope: 3,
14840
+ @privatePreview("organizationalUnit")
14841
+ preview: 4,
14094
14842
  }
14095
14843
 
14096
14844
  enum workflowTriggerTimeBasedAttribute {
@@ -14566,6 +15314,10 @@ namespace reference.`microsoft.graph.security` {
14566
15314
  identifier: markUserAsCompromisedEntityIdentifier;
14567
15315
  }
14568
15316
 
15317
+ @complex model mergeResponse {
15318
+ targetIncidentId: string;
15319
+ }
15320
+
14569
15321
  @complex model moveToDeletedItemsResponseAction extends responseAction {
14570
15322
  identifier: emailEntityIdentifier;
14571
15323
  }
@@ -15256,6 +16008,28 @@ namespace reference.`microsoft.graph.security` {
15256
16008
  unknownFutureValue: 3,
15257
16009
  }
15258
16010
 
16011
+ @graphFlags
16012
+ enum correlationReason {
16013
+ repeatedAlertOccurrence: 1,
16014
+ sameGeography: 2,
16015
+ similarArtifacts: 4,
16016
+ sameTargetedAsset: 8,
16017
+ sameNetworkSegment: 16,
16018
+ eventSequence: 32,
16019
+ timeFrame: 64,
16020
+ sameThreatSource: 128,
16021
+ similarTTPsOrBehavior: 256,
16022
+ sameActor: 512,
16023
+ sameCampaign: 1024,
16024
+ sharedIndicators: 2048,
16025
+ sameAsset: 4096,
16026
+ networkProximity: 8192,
16027
+ eventCasualSequence: 16384,
16028
+ temporalProximity: 32768,
16029
+ lateralMovementPath: 65536,
16030
+ unknownFutureValue: 131072,
16031
+ }
16032
+
15259
16033
  enum dataSourceContainerStatus {
15260
16034
  active: 1,
15261
16035
  released: 2,