|
120 | 120 | <Member Name="active" Value="0" /> |
121 | 121 | <Member Name="inactive" Value="1" /> |
122 | 122 | </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> |
123 | 129 | <EnumType Name="agreementAcceptanceState"> |
124 | 130 | <Member Name="accepted" Value="2" /> |
125 | 131 | <Member Name="declined" Value="3" /> |
|
2868 | 2874 | <Member Name="role" Value="2" /> |
2869 | 2875 | <Member Name="unknownFutureValue" Value="3" /> |
2870 | 2876 | </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> |
2871 | 2882 | <EnumType Name="federatedIdpMfaBehavior"> |
2872 | 2883 | <Member Name="acceptIfMfaDoneByFederatedIdp" Value="0" /> |
2873 | 2884 | <Member Name="enforceMfaByFederatedIdp" Value="1" /> |
|
5572 | 5583 | <Member Name="logoutUrl" Value="3" /> |
5573 | 5584 | <Member Name="unknownFutureValue" Value="4" /> |
5574 | 5585 | </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> |
5575 | 5599 | <EnumType Name="userAction"> |
5576 | 5600 | <Member Name="registerSecurityInformation" Value="0" /> |
5577 | 5601 | <Member Name="registerOrJoinDevices" Value="1" /> |
|
14599 | 14623 | <NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" /> |
14600 | 14624 | </EntityType> |
14601 | 14625 | <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" /> |
14602 | 14629 | <NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" /> |
14603 | 14630 | </EntityType> |
14604 | 14631 | <EntityType Name="authenticationMethodTarget" BaseType="graph.entity"> |
|
22008 | 22035 | <Property Name="factDate" Type="Edm.Date" Nullable="false" /> |
22009 | 22036 | <Property Name="language" Type="Edm.String" /> |
22010 | 22037 | </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> |
22011 | 22047 | <EntityType Name="userExperienceAnalyticsAnomaly" BaseType="graph.entity"> |
22012 | 22048 | <Property Name="anomalyFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
22013 | 22049 | <Property Name="anomalyId" Type="Edm.String" /> |
|
22493 | 22529 | <Property Name="userName" Type="Edm.String" /> |
22494 | 22530 | <NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" /> |
22495 | 22531 | </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> |
22496 | 22544 | <EntityType Name="userPFXCertificate" BaseType="graph.entity"> |
22497 | 22545 | <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" /> |
22498 | 22546 | <Property Name="encryptedPfxBlob" Type="Edm.Binary" /> |
|
22507 | 22555 | <Property Name="thumbprint" Type="Edm.String" /> |
22508 | 22556 | <Property Name="userPrincipalName" Type="Edm.String" /> |
22509 | 22557 | </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> |
22510 | 22564 | <EntityType Name="userRegistrationDetails" BaseType="graph.entity"> |
22511 | 22565 | <Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" /> |
22512 | 22566 | <Property Name="isAdmin" Type="Edm.Boolean" /> |
|
22544 | 22598 | <EntityType Name="userSignInInsight" BaseType="graph.governanceInsight"> |
22545 | 22599 | <Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" /> |
22546 | 22600 | </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> |
22547 | 22608 | <EntityType Name="userSignUpMetric" BaseType="graph.entity"> |
22548 | 22609 | <Property Name="appId" Type="Edm.String" /> |
22549 | 22610 | <Property Name="count" Type="Edm.Int64" Nullable="false" /> |
|
29103 | 29164 | <Parameter Name="bindingParameter" Type="graph.deviceManagement" /> |
29104 | 29165 | <ReturnType Type="graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary" /> |
29105 | 29166 | </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> |
29106 | 29177 | <Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true"> |
29107 | 29178 | <Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" /> |
29108 | 29179 | <ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" /> |
|
61321 | 61392 | <Annotations Target="microsoft.graph.userEmailSource/userPrincipalName"> |
61322 | 61393 | <Annotation Term="Org.OData.Core.V1.Description" String="User principal name." /> |
61323 | 61394 | </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> |
61324 | 61404 | <Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly"> |
61325 | 61405 | <Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." /> |
61326 | 61406 | </Annotations> |
|
63067 | 63147 | <Annotations Target="microsoft.graph.userPfxPaddingScheme/pkcs1"> |
63068 | 63148 | <Annotation Term="Org.OData.Core.V1.Description" String="Pkcs1 is no longer supported" /> |
63069 | 63149 | </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> |
63070 | 63159 | <Annotations Target="microsoft.graph.userRegistrationDetails"> |
63071 | 63160 | <Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions"> |
63072 | 63161 | <Record> |
|
0 commit comments