Skip to content

Commit a795369

Browse files
authored
Merge pull request #953 from microsoftgraph/schemas/metadata-publishing-2025-11-19
Schema sync 2025-11-19 from 1.4.293.3
2 parents ed75a91 + 897b6f9 commit a795369

File tree

12 files changed

+2882
-152
lines changed

12 files changed

+2882
-152
lines changed

schemas/beta-Bleu.csdl

Lines changed: 678 additions & 3 deletions
Large diffs are not rendered by default.

schemas/beta-Delos.csdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,6 +1161,7 @@
11611161
<Property Name="onPremisesSamAccountName" Type="Edm.String" />
11621162
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
11631163
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
1164+
<Property Name="organizationId" Type="Edm.String" />
11641165
<Property Name="preferredDataLocation" Type="Edm.String" />
11651166
<Property Name="preferredLanguage" Type="Edm.String" />
11661167
<Property Name="proxyAddresses" Type="Collection(Edm.String)" Nullable="false" />
@@ -1598,6 +1599,7 @@
15981599
<Property Name="condition" Type="Edm.String" />
15991600
<Property Name="directoryScopeId" Type="Edm.String" />
16001601
<Property Name="principalId" Type="Edm.String" />
1602+
<Property Name="principalOrganizationId" Type="Edm.String" />
16011603
<Property Name="resourceScope" Type="Edm.String" />
16021604
<Property Name="roleDefinitionId" Type="Edm.String" />
16031605
<NavigationProperty Name="appScope" Type="graph.appScope" ContainsTarget="true" />

schemas/beta-Fairfax.csdl

Lines changed: 187 additions & 2 deletions
Large diffs are not rendered by default.

schemas/beta-Mooncake.csdl

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4080,6 +4080,11 @@
40804080
<Member Name="trustedNamedLocation" Value="4" />
40814081
<Member Name="unknownFutureValue" Value="5" />
40824082
</EnumType>
4083+
<EnumType Name="nonAdminSetting">
4084+
<Member Name="false" Value="0" />
4085+
<Member Name="true" Value="1" />
4086+
<Member Name="unknownFutureValue" Value="2" />
4087+
</EnumType>
40834088
<EnumType Name="nonEapAuthenticationMethodForEapTtlsType">
40844089
<Member Name="unencryptedPassword" Value="0" />
40854090
<Member Name="challengeHandshakeAuthenticationProtocol" Value="1" />
@@ -11548,6 +11553,8 @@
1154811553
<Property Name="id" Type="Edm.String" />
1154911554
</ComplexType>
1155011555
<ComplexType Name="siteArchivalDetails">
11556+
<Property Name="archivedBy" Type="graph.identitySet" />
11557+
<Property Name="archivedDateTime" Type="Edm.DateTimeOffset" />
1155111558
<Property Name="archiveStatus" Type="graph.siteArchiveStatus" />
1155211559
</ComplexType>
1155311560
<ComplexType Name="siteCollection">
@@ -11576,6 +11583,7 @@
1157611583
<ComplexType Name="storagePlanInformation">
1157711584
<Property Name="upgradeAvailable" Type="Edm.Boolean" />
1157811585
</ComplexType>
11586+
<ComplexType Name="stringDictionary" BaseType="graph.Dictionary" OpenType="true" />
1157911587
<ComplexType Name="stringKeyAttributeMappingSourceValuePair">
1158011588
<Property Name="key" Type="Edm.String" />
1158111589
<Property Name="value" Type="graph.attributeMappingSource" />
@@ -13397,6 +13405,7 @@
1339713405
</EntityType>
1339813406
<EntityType Name="activityBasedTimeoutPolicy" BaseType="graph.stsPolicy" />
1339913407
<EntityType Name="admin">
13408+
<NavigationProperty Name="entra" Type="graph.entra" ContainsTarget="true" />
1340013409
<NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" />
1340113410
<NavigationProperty Name="reportSettings" Type="graph.adminReportSettings" ContainsTarget="true" />
1340213411
<NavigationProperty Name="serviceAnnouncement" Type="graph.serviceAnnouncement" ContainsTarget="true" />
@@ -17398,6 +17407,7 @@
1739817407
</Key>
1739917408
<Property Name="id" Type="Edm.String" Nullable="false" />
1740017409
</EntityType>
17410+
<EntityType Name="entra" BaseType="graph.entity" />
1740117411
<EntityType Name="event" BaseType="graph.outlookItem" OpenType="true">
1740217412
<Property Name="allowNewTimeProposals" Type="Edm.Boolean" />
1740317413
<Property Name="attendees" Type="Collection(graph.attendee)" />
@@ -17544,6 +17554,7 @@
1754417554
<NavigationProperty Name="deletedContainers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" />
1754517555
</EntityType>
1754617556
<EntityType Name="fileStorageContainer" BaseType="graph.entity">
17557+
<Property Name="archivalDetails" Type="graph.siteArchivalDetails" />
1754717558
<Property Name="assignedSensitivityLabel" Type="graph.assignedLabel" />
1754817559
<Property Name="containerTypeId" Type="Edm.Guid" Nullable="false" />
1754917560
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
@@ -17563,6 +17574,7 @@
1756317574
<NavigationProperty Name="migrationJobs" Type="Collection(graph.sharePointMigrationJob)" ContainsTarget="true" />
1756417575
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
1756517576
<NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" />
17577+
<NavigationProperty Name="sharePointGroups" Type="Collection(graph.sharePointGroup)" ContainsTarget="true" />
1756617578
</EntityType>
1756717579
<EntityType Name="fileStorageContainerType" BaseType="graph.entity">
1756817580
<Property Name="billingClassification" Type="graph.fileStorageContainerBillingClassification" Nullable="false" />
@@ -19968,7 +19980,9 @@
1996819980
<NavigationProperty Name="appLogCollectionRequests" Type="Collection(graph.appLogCollectionRequest)" ContainsTarget="true" />
1996919981
</EntityType>
1997019982
<EntityType Name="mobileContainedApp" BaseType="graph.entity" Abstract="true" />
19971-
<EntityType Name="mobileDeviceManagementPolicy" BaseType="graph.mobilityManagementPolicy" />
19983+
<EntityType Name="mobileDeviceManagementPolicy" BaseType="graph.mobilityManagementPolicy">
19984+
<Property Name="isMdmEnrollmentDuringRegistrationDisabled" Type="Edm.Boolean" Nullable="false" />
19985+
</EntityType>
1997219986
<EntityType Name="mobileLobApp" BaseType="graph.mobileApp" Abstract="true">
1997319987
<Property Name="committedContentVersion" Type="Edm.String" />
1997419988
<Property Name="fileName" Type="Edm.String" />
@@ -20187,6 +20201,7 @@
2018720201
<EntityType Name="onInteractiveAuthFlowStartListener" BaseType="graph.authenticationEventListener">
2018820202
<Property Name="handler" Type="graph.onInteractiveAuthFlowStartHandler" />
2018920203
</EntityType>
20204+
<EntityType Name="onPremAuthenticationPolicy" BaseType="graph.stsPolicy" />
2019020205
<EntityType Name="onPremisesAgent" BaseType="graph.entity">
2019120206
<Property Name="externalIp" Type="Edm.String" Nullable="false" />
2019220207
<Property Name="machineName" Type="Edm.String" Nullable="false" />
@@ -20310,6 +20325,7 @@
2031020325
</EntityType>
2031120326
<EntityType Name="organizationalBranding" BaseType="graph.organizationalBrandingProperties">
2031220327
<NavigationProperty Name="localizations" Type="Collection(graph.organizationalBrandingLocalization)" ContainsTarget="true" />
20328+
<NavigationProperty Name="themes" Type="Collection(graph.organizationalBrandingTheme)" ContainsTarget="true" />
2031320329
</EntityType>
2031420330
<EntityType Name="organizationalBrandingLocalization" BaseType="graph.organizationalBrandingProperties" />
2031520331
<EntityType Name="organizationalBrandingProperties" BaseType="graph.entity" Abstract="true">
@@ -20345,6 +20361,44 @@
2034520361
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
2034620362
<Property Name="usernameHintText" Type="Edm.String" />
2034720363
</EntityType>
20364+
<EntityType Name="organizationalBrandingTheme" BaseType="graph.entity">
20365+
<Property Name="isDefaultTheme" Type="Edm.Boolean" />
20366+
<Property Name="name" Type="Edm.String" Nullable="false" />
20367+
<NavigationProperty Name="localizations" Type="Collection(graph.organizationalBrandingThemeLocalization)" ContainsTarget="true" />
20368+
</EntityType>
20369+
<EntityType Name="organizationalBrandingThemeLocalization">
20370+
<Key>
20371+
<PropertyRef Name="locale" />
20372+
</Key>
20373+
<Property Name="accountResetCredentials" Type="graph.loginPageBrandingVisualElement" />
20374+
<Property Name="backgroundImage" Type="Edm.Stream" />
20375+
<Property Name="backgroundImageRelativeUrl" Type="Edm.String" />
20376+
<Property Name="bannerLogo" Type="Edm.Stream" />
20377+
<Property Name="bannerLogoRelativeUrl" Type="Edm.String" />
20378+
<Property Name="cannotAccessYourAccount" Type="graph.loginPageBrandingVisualElement" />
20379+
<Property Name="cdnHosts" Type="Collection(Edm.String)" />
20380+
<Property Name="contentCustomization" Type="graph.contentCustomization" />
20381+
<Property Name="customCSS" Type="Edm.Stream" />
20382+
<Property Name="customCSSRelativeUrl" Type="Edm.String" />
20383+
<Property Name="favicon" Type="Edm.Stream" />
20384+
<Property Name="faviconRelativeUrl" Type="Edm.String" />
20385+
<Property Name="forgotMyPassword" Type="graph.loginPageBrandingVisualElement" />
20386+
<Property Name="headerBackgroundColor" Type="Edm.String" />
20387+
<Property Name="headerLogo" Type="Edm.Stream" />
20388+
<Property Name="headerLogoRelativeUrl" Type="Edm.String" />
20389+
<Property Name="locale" Type="Edm.String" Nullable="false" />
20390+
<Property Name="loginPageLayoutConfiguration" Type="graph.loginPageLayoutConfiguration" />
20391+
<Property Name="pageBackgroundColor" Type="Edm.String" />
20392+
<Property Name="privacyAndCookies" Type="graph.loginPageBrandingVisualElement" />
20393+
<Property Name="resetItNow" Type="graph.loginPageBrandingVisualElement" />
20394+
<Property Name="signInPageText" Type="Edm.String" />
20395+
<Property Name="squareLogo" Type="Edm.Stream" />
20396+
<Property Name="squareLogoDark" Type="Edm.Stream" />
20397+
<Property Name="squareLogoDarkRelativeUrl" Type="Edm.String" />
20398+
<Property Name="squareLogoRelativeUrl" Type="Edm.String" />
20399+
<Property Name="termsOfUse" Type="graph.loginPageBrandingVisualElement" />
20400+
<Property Name="usernameHintText" Type="Edm.String" />
20401+
</EntityType>
2034820402
<EntityType Name="organizationSettings" BaseType="graph.entity">
2034920403
<NavigationProperty Name="itemInsights" Type="graph.insightsSettings" ContainsTarget="true" />
2035020404
</EntityType>
@@ -20622,6 +20676,7 @@
2062220676
<NavigationProperty Name="identitySecurityDefaultsEnforcementPolicy" Type="graph.identitySecurityDefaultsEnforcementPolicy" ContainsTarget="true" />
2062320677
<NavigationProperty Name="mobileAppManagementPolicies" Type="Collection(graph.mobileAppManagementPolicy)" ContainsTarget="true" />
2062420678
<NavigationProperty Name="mobileDeviceManagementPolicies" Type="Collection(graph.mobileDeviceManagementPolicy)" ContainsTarget="true" />
20679+
<NavigationProperty Name="onPremAuthenticationPolicies" Type="Collection(graph.onPremAuthenticationPolicy)" ContainsTarget="true" />
2062520680
<NavigationProperty Name="permissionGrantPolicies" Type="Collection(graph.permissionGrantPolicy)" ContainsTarget="true" />
2062620681
<NavigationProperty Name="permissionGrantPreApprovalPolicies" Type="Collection(graph.permissionGrantPreApprovalPolicy)" ContainsTarget="true" />
2062720682
<NavigationProperty Name="roleManagementPolicies" Type="Collection(graph.unifiedRoleManagementPolicy)" ContainsTarget="true" />
@@ -21376,6 +21431,14 @@
2137621431
<EntityType Name="sharepoint" BaseType="graph.entity">
2137721432
<NavigationProperty Name="settings" Type="graph.sharepointSettings" ContainsTarget="true" />
2137821433
</EntityType>
21434+
<EntityType Name="sharePointGroup" BaseType="graph.entity">
21435+
<Property Name="description" Type="Edm.String" />
21436+
<Property Name="title" Type="Edm.String" Nullable="false" />
21437+
<NavigationProperty Name="members" Type="Collection(graph.sharePointGroupMember)" ContainsTarget="true" />
21438+
</EntityType>
21439+
<EntityType Name="sharePointGroupMember" BaseType="graph.entity">
21440+
<Property Name="identity" Type="graph.sharePointIdentitySet" />
21441+
</EntityType>
2137921442
<EntityType Name="sharePointMigrationEvent" BaseType="graph.entity">
2138021443
<Property Name="correlationId" Type="Edm.String" Nullable="false" />
2138121444
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
@@ -23080,6 +23143,9 @@
2308023143
<NavigationProperty Name="associatedTeams" Type="Collection(graph.associatedTeamInfo)" ContainsTarget="true" />
2308123144
<NavigationProperty Name="installedApps" Type="Collection(graph.userScopeTeamsAppInstallation)" ContainsTarget="true" />
2308223145
</EntityType>
23146+
<EntityType Name="uxSetting" BaseType="graph.entity">
23147+
<Property Name="restrictNonAdminAccess" Type="graph.nonAdminSetting" Nullable="false" />
23148+
</EntityType>
2308323149
<EntityType Name="verticalSection" BaseType="graph.entity">
2308423150
<Property Name="emphasis" Type="graph.sectionEmphasisType" />
2308523151
<NavigationProperty Name="webparts" Type="Collection(graph.webPart)" ContainsTarget="true" />
@@ -30164,6 +30230,9 @@
3016430230
<ComplexType Name="triggerAttribute">
3016530231
<Property Name="name" Type="Edm.String" Nullable="false" />
3016630232
</ComplexType>
30233+
<ComplexType Name="userInactivityTrigger" BaseType="microsoft.graph.identityGovernance.workflowExecutionTrigger">
30234+
<Property Name="inactivityPeriodInDays" Type="Edm.Int32" Nullable="false" />
30235+
</ComplexType>
3016730236
<ComplexType Name="usersProcessingSummary">
3016830237
<Property Name="failedTasks" Type="Edm.Int32" Nullable="false" />
3016930238
<Property Name="failedUsers" Type="Edm.Int32" Nullable="false" />

0 commit comments

Comments
 (0)