Skip to content

Commit 590f8e2

Browse files
committed
Schema sync 2025-08-01 from 1.4.92.0
1 parent 0d303a5 commit 590f8e2

6 files changed

Lines changed: 517 additions & 28 deletions

File tree

schemas/beta-Fairfax.csdl

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@
138138
<Member Name="active" Value="0" />
139139
<Member Name="inactive" Value="1" />
140140
</EnumType>
141+
<EnumType Name="aggregationPeriod">
142+
<Member Name="d1" Value="0" />
143+
<Member Name="d7" Value="1" />
144+
<Member Name="d30" Value="2" />
145+
<Member Name="unknownFutureValue" Value="3" />
146+
</EnumType>
141147
<EnumType Name="agreementAcceptanceState">
142148
<Member Name="accepted" Value="2" />
143149
<Member Name="declined" Value="3" />
@@ -3590,6 +3596,11 @@
35903596
<Member Name="role" Value="2" />
35913597
<Member Name="unknownFutureValue" Value="3" />
35923598
</EnumType>
3599+
<EnumType Name="featureType">
3600+
<Member Name="registration" Value="0" />
3601+
<Member Name="reset" Value="1" />
3602+
<Member Name="unknownFutureValue" Value="2" />
3603+
</EnumType>
35933604
<EnumType Name="federatedIdpMfaBehavior">
35943605
<Member Name="acceptIfMfaDoneByFederatedIdp" Value="0" />
35953606
<Member Name="enforceMfaByFederatedIdp" Value="1" />
@@ -7667,6 +7678,19 @@
76677678
<Member Name="logoutUrl" Value="3" />
76687679
<Member Name="unknownFutureValue" Value="4" />
76697680
</EnumType>
7681+
<EnumType Name="usageAuthMethod">
7682+
<Member Name="email" Value="0" />
7683+
<Member Name="mobileSMS" Value="1" />
7684+
<Member Name="mobileCall" Value="2" />
7685+
<Member Name="officePhone" Value="3" />
7686+
<Member Name="securityQuestion" Value="4" />
7687+
<Member Name="appNotification" Value="5" />
7688+
<Member Name="appCode" Value="6" />
7689+
<Member Name="alternateMobileCall" Value="7" />
7690+
<Member Name="fido" Value="8" />
7691+
<Member Name="appPassword" Value="9" />
7692+
<Member Name="unknownFutureValue" Value="10" />
7693+
</EnumType>
76707694
<EnumType Name="userAccountSecurityType">
76717695
<Member Name="unknown" Value="0" />
76727696
<Member Name="standard" Value="1" />
@@ -18013,6 +18037,9 @@
1801318037
<NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" />
1801418038
</EntityType>
1801518039
<EntityType Name="authenticationMethodsRoot" BaseType="graph.entity">
18040+
<NavigationProperty Name="userEventsSummary" Type="Collection(graph.userEventsSummary)" ContainsTarget="true" />
18041+
<NavigationProperty Name="userMfaSignInSummary" Type="Collection(graph.userMfaSignInSummary)" ContainsTarget="true" />
18042+
<NavigationProperty Name="userPasswordResetsAndChangesSummary" Type="Collection(graph.userPasswordResetsAndChangesSummary)" ContainsTarget="true" />
1801618043
<NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" />
1801718044
</EntityType>
1801818045
<EntityType Name="authenticationMethodTarget" BaseType="graph.entity">
@@ -26540,6 +26567,15 @@
2654026567
<Property Name="factDate" Type="Edm.Date" Nullable="false" />
2654126568
<Property Name="language" Type="Edm.String" />
2654226569
</EntityType>
26570+
<EntityType Name="userEventsSummary" BaseType="graph.entity">
26571+
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
26572+
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
26573+
<Property Name="failureReason" Type="Edm.String" Nullable="false" />
26574+
<Property Name="feature" Type="graph.featureType" Nullable="false" />
26575+
<Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" />
26576+
<Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
26577+
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
26578+
</EntityType>
2654326579
<EntityType Name="userExperienceAnalyticsAnomaly" BaseType="graph.entity">
2654426580
<Property Name="anomalyFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
2654526581
<Property Name="anomalyId" Type="Edm.String" />
@@ -27025,6 +27061,18 @@
2702527061
<Property Name="userName" Type="Edm.String" />
2702627062
<NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" />
2702727063
</EntityType>
27064+
<EntityType Name="userMfaSignInSummary" BaseType="graph.entity">
27065+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
27066+
<Property Name="multiFactorSignIns" Type="Edm.Int64" />
27067+
<Property Name="singleFactorSignIns" Type="Edm.Int64" />
27068+
<Property Name="totalSignIns" Type="Edm.Int64" />
27069+
</EntityType>
27070+
<EntityType Name="userPasswordResetsAndChangesSummary" BaseType="graph.entity">
27071+
<Property Name="aggregatedDateTime" Type="Edm.DateTimeOffset" />
27072+
<Property Name="changePasswordSelfServiceCount" Type="Edm.Int64" />
27073+
<Property Name="passwordResetsByAdminCount" Type="Edm.Int64" />
27074+
<Property Name="passwordResetsSelfServiceCount" Type="Edm.Int64" />
27075+
</EntityType>
2702827076
<EntityType Name="userPFXCertificate" BaseType="graph.entity">
2702927077
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
2703027078
<Property Name="encryptedPfxBlob" Type="Edm.Binary" />
@@ -27039,6 +27087,12 @@
2703927087
<Property Name="thumbprint" Type="Edm.String" />
2704027088
<Property Name="userPrincipalName" Type="Edm.String" />
2704127089
</EntityType>
27090+
<EntityType Name="userRegistrationActivitySummary" BaseType="graph.entity">
27091+
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
27092+
<Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" />
27093+
<Property Name="feature" Type="graph.featureType" Nullable="false" />
27094+
<Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" />
27095+
</EntityType>
2704227096
<EntityType Name="userRegistrationDetails" BaseType="graph.entity">
2704327097
<Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" />
2704427098
<Property Name="isAdmin" Type="Edm.Boolean" />
@@ -27076,6 +27130,13 @@
2707627130
<EntityType Name="userSignInInsight" BaseType="graph.governanceInsight">
2707727131
<Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" />
2707827132
</EntityType>
27133+
<EntityType Name="userSignInUsageByAuthMethodActivity">
27134+
<Key>
27135+
<PropertyRef Name="authenticationMethod" />
27136+
</Key>
27137+
<Property Name="authenticationMethod" Type="Edm.String" Nullable="false" />
27138+
<Property Name="successActivityCount" Type="Edm.Int64" Nullable="false" />
27139+
</EntityType>
2707927140
<EntityType Name="userSignUpMetric" BaseType="graph.entity">
2708027141
<Property Name="appId" Type="Edm.String" />
2708127142
<Property Name="browser" Type="Edm.String" />
@@ -37161,6 +37222,16 @@
3716137222
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
3716237223
<ReturnType Type="graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary" />
3716337224
</Function>
37225+
<Function Name="userRegistrationActivity" IsBound="true" IsComposable="true">
37226+
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
37227+
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
37228+
<ReturnType Type="Collection(graph.userRegistrationActivitySummary)" Nullable="false" />
37229+
</Function>
37230+
<Function Name="userSignInsByAuthMethodSummary" IsBound="true" IsComposable="true">
37231+
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
37232+
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
37233+
<ReturnType Type="Collection(graph.userSignInUsageByAuthMethodActivity)" Nullable="false" />
37234+
</Function>
3716437235
<Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true">
3716537236
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
3716637237
<ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" />
@@ -72301,6 +72372,15 @@
7230172372
<Annotations Target="microsoft.graph.userEmailSource/userPrincipalName">
7230272373
<Annotation Term="Org.OData.Core.V1.Description" String="User principal name." />
7230372374
</Annotations>
72375+
<Annotations Target="microsoft.graph.userEventsSummary">
72376+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
72377+
<Record>
72378+
<PropertyValue Property="Filterable" Bool="true" />
72379+
</Record>
72380+
</Annotation>
72381+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
72382+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
72383+
</Annotations>
7230472384
<Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly">
7230572385
<Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." />
7230672386
</Annotations>
@@ -74047,6 +74127,15 @@
7404774127
<Annotations Target="microsoft.graph.userPfxPaddingScheme/pkcs1">
7404874128
<Annotation Term="Org.OData.Core.V1.Description" String="Pkcs1 is no longer supported" />
7404974129
</Annotations>
74130+
<Annotations Target="microsoft.graph.userRegistrationActivitySummary">
74131+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
74132+
<Record>
74133+
<PropertyValue Property="Filterable" Bool="true" />
74134+
</Record>
74135+
</Annotation>
74136+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
74137+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
74138+
</Annotations>
7405074139
<Annotations Target="microsoft.graph.userRegistrationDetails">
7405174140
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
7405274141
<Record>

schemas/beta-Mooncake.csdl

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
<Member Name="active" Value="0" />
121121
<Member Name="inactive" Value="1" />
122122
</EnumType>
123+
<EnumType Name="aggregationPeriod">
124+
<Member Name="d1" Value="0" />
125+
<Member Name="d7" Value="1" />
126+
<Member Name="d30" Value="2" />
127+
<Member Name="unknownFutureValue" Value="3" />
128+
</EnumType>
123129
<EnumType Name="agreementAcceptanceState">
124130
<Member Name="accepted" Value="2" />
125131
<Member Name="declined" Value="3" />
@@ -2868,6 +2874,11 @@
28682874
<Member Name="role" Value="2" />
28692875
<Member Name="unknownFutureValue" Value="3" />
28702876
</EnumType>
2877+
<EnumType Name="featureType">
2878+
<Member Name="registration" Value="0" />
2879+
<Member Name="reset" Value="1" />
2880+
<Member Name="unknownFutureValue" Value="2" />
2881+
</EnumType>
28712882
<EnumType Name="federatedIdpMfaBehavior">
28722883
<Member Name="acceptIfMfaDoneByFederatedIdp" Value="0" />
28732884
<Member Name="enforceMfaByFederatedIdp" Value="1" />
@@ -5572,6 +5583,19 @@
55725583
<Member Name="logoutUrl" Value="3" />
55735584
<Member Name="unknownFutureValue" Value="4" />
55745585
</EnumType>
5586+
<EnumType Name="usageAuthMethod">
5587+
<Member Name="email" Value="0" />
5588+
<Member Name="mobileSMS" Value="1" />
5589+
<Member Name="mobileCall" Value="2" />
5590+
<Member Name="officePhone" Value="3" />
5591+
<Member Name="securityQuestion" Value="4" />
5592+
<Member Name="appNotification" Value="5" />
5593+
<Member Name="appCode" Value="6" />
5594+
<Member Name="alternateMobileCall" Value="7" />
5595+
<Member Name="fido" Value="8" />
5596+
<Member Name="appPassword" Value="9" />
5597+
<Member Name="unknownFutureValue" Value="10" />
5598+
</EnumType>
55755599
<EnumType Name="userAction">
55765600
<Member Name="registerSecurityInformation" Value="0" />
55775601
<Member Name="registerOrJoinDevices" Value="1" />
@@ -14599,6 +14623,9 @@
1459914623
<NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" />
1460014624
</EntityType>
1460114625
<EntityType Name="authenticationMethodsRoot" BaseType="graph.entity">
14626+
<NavigationProperty Name="userEventsSummary" Type="Collection(graph.userEventsSummary)" ContainsTarget="true" />
14627+
<NavigationProperty Name="userMfaSignInSummary" Type="Collection(graph.userMfaSignInSummary)" ContainsTarget="true" />
14628+
<NavigationProperty Name="userPasswordResetsAndChangesSummary" Type="Collection(graph.userPasswordResetsAndChangesSummary)" ContainsTarget="true" />
1460214629
<NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" />
1460314630
</EntityType>
1460414631
<EntityType Name="authenticationMethodTarget" BaseType="graph.entity">
@@ -22008,6 +22035,15 @@
2200822035
<Property Name="factDate" Type="Edm.Date" Nullable="false" />
2200922036
<Property Name="language" Type="Edm.String" />
2201022037
</EntityType>
22038+
<EntityType Name="userEventsSummary" BaseType="graph.entity">
22039+
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
22040+
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
22041+
<Property Name="failureReason" Type="Edm.String" Nullable="false" />
22042+
<Property Name="feature" Type="graph.featureType" Nullable="false" />
22043+
<Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" />
22044+
<Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
22045+
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
22046+
</EntityType>
2201122047
<EntityType Name="userExperienceAnalyticsAnomaly" BaseType="graph.entity">
2201222048
<Property Name="anomalyFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
2201322049
<Property Name="anomalyId" Type="Edm.String" />
@@ -22493,6 +22529,18 @@
2249322529
<Property Name="userName" Type="Edm.String" />
2249422530
<NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" />
2249522531
</EntityType>
22532+
<EntityType Name="userMfaSignInSummary" BaseType="graph.entity">
22533+
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
22534+
<Property Name="multiFactorSignIns" Type="Edm.Int64" />
22535+
<Property Name="singleFactorSignIns" Type="Edm.Int64" />
22536+
<Property Name="totalSignIns" Type="Edm.Int64" />
22537+
</EntityType>
22538+
<EntityType Name="userPasswordResetsAndChangesSummary" BaseType="graph.entity">
22539+
<Property Name="aggregatedDateTime" Type="Edm.DateTimeOffset" />
22540+
<Property Name="changePasswordSelfServiceCount" Type="Edm.Int64" />
22541+
<Property Name="passwordResetsByAdminCount" Type="Edm.Int64" />
22542+
<Property Name="passwordResetsSelfServiceCount" Type="Edm.Int64" />
22543+
</EntityType>
2249622544
<EntityType Name="userPFXCertificate" BaseType="graph.entity">
2249722545
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
2249822546
<Property Name="encryptedPfxBlob" Type="Edm.Binary" />
@@ -22507,6 +22555,12 @@
2250722555
<Property Name="thumbprint" Type="Edm.String" />
2250822556
<Property Name="userPrincipalName" Type="Edm.String" />
2250922557
</EntityType>
22558+
<EntityType Name="userRegistrationActivitySummary" BaseType="graph.entity">
22559+
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
22560+
<Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" />
22561+
<Property Name="feature" Type="graph.featureType" Nullable="false" />
22562+
<Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" />
22563+
</EntityType>
2251022564
<EntityType Name="userRegistrationDetails" BaseType="graph.entity">
2251122565
<Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" />
2251222566
<Property Name="isAdmin" Type="Edm.Boolean" />
@@ -22544,6 +22598,13 @@
2254422598
<EntityType Name="userSignInInsight" BaseType="graph.governanceInsight">
2254522599
<Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" />
2254622600
</EntityType>
22601+
<EntityType Name="userSignInUsageByAuthMethodActivity">
22602+
<Key>
22603+
<PropertyRef Name="authenticationMethod" />
22604+
</Key>
22605+
<Property Name="authenticationMethod" Type="Edm.String" Nullable="false" />
22606+
<Property Name="successActivityCount" Type="Edm.Int64" Nullable="false" />
22607+
</EntityType>
2254722608
<EntityType Name="userSignUpMetric" BaseType="graph.entity">
2254822609
<Property Name="appId" Type="Edm.String" />
2254922610
<Property Name="count" Type="Edm.Int64" Nullable="false" />
@@ -29103,6 +29164,16 @@
2910329164
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
2910429165
<ReturnType Type="graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary" />
2910529166
</Function>
29167+
<Function Name="userRegistrationActivity" IsBound="true" IsComposable="true">
29168+
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
29169+
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
29170+
<ReturnType Type="Collection(graph.userRegistrationActivitySummary)" Nullable="false" />
29171+
</Function>
29172+
<Function Name="userSignInsByAuthMethodSummary" IsBound="true" IsComposable="true">
29173+
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
29174+
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
29175+
<ReturnType Type="Collection(graph.userSignInUsageByAuthMethodActivity)" Nullable="false" />
29176+
</Function>
2910629177
<Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true">
2910729178
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
2910829179
<ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" />
@@ -61321,6 +61392,15 @@
6132161392
<Annotations Target="microsoft.graph.userEmailSource/userPrincipalName">
6132261393
<Annotation Term="Org.OData.Core.V1.Description" String="User principal name." />
6132361394
</Annotations>
61395+
<Annotations Target="microsoft.graph.userEventsSummary">
61396+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
61397+
<Record>
61398+
<PropertyValue Property="Filterable" Bool="true" />
61399+
</Record>
61400+
</Annotation>
61401+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
61402+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
61403+
</Annotations>
6132461404
<Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly">
6132561405
<Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." />
6132661406
</Annotations>
@@ -63067,6 +63147,15 @@
6306763147
<Annotations Target="microsoft.graph.userPfxPaddingScheme/pkcs1">
6306863148
<Annotation Term="Org.OData.Core.V1.Description" String="Pkcs1 is no longer supported" />
6306963149
</Annotations>
63150+
<Annotations Target="microsoft.graph.userRegistrationActivitySummary">
63151+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
63152+
<Record>
63153+
<PropertyValue Property="Filterable" Bool="true" />
63154+
</Record>
63155+
</Annotation>
63156+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
63157+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
63158+
</Annotations>
6307063159
<Annotations Target="microsoft.graph.userRegistrationDetails">
6307163160
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
6307263161
<Record>

0 commit comments

Comments
 (0)