Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@
<Member Name="active" Value="0" />
<Member Name="inactive" Value="1" />
</EnumType>
<EnumType Name="aggregationPeriod">
<Member Name="d1" Value="0" />
<Member Name="d7" Value="1" />
<Member Name="d30" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="agreementAcceptanceState">
<Member Name="accepted" Value="2" />
<Member Name="declined" Value="3" />
Expand Down Expand Up @@ -3590,6 +3596,11 @@
<Member Name="role" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="featureType">
<Member Name="registration" Value="0" />
<Member Name="reset" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="federatedIdpMfaBehavior">
<Member Name="acceptIfMfaDoneByFederatedIdp" Value="0" />
<Member Name="enforceMfaByFederatedIdp" Value="1" />
Expand Down Expand Up @@ -7667,6 +7678,19 @@
<Member Name="logoutUrl" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="usageAuthMethod">
<Member Name="email" Value="0" />
<Member Name="mobileSMS" Value="1" />
<Member Name="mobileCall" Value="2" />
<Member Name="officePhone" Value="3" />
<Member Name="securityQuestion" Value="4" />
<Member Name="appNotification" Value="5" />
<Member Name="appCode" Value="6" />
<Member Name="alternateMobileCall" Value="7" />
<Member Name="fido" Value="8" />
<Member Name="appPassword" Value="9" />
<Member Name="unknownFutureValue" Value="10" />
</EnumType>
<EnumType Name="userAccountSecurityType">
<Member Name="unknown" Value="0" />
<Member Name="standard" Value="1" />
Expand Down Expand Up @@ -18013,6 +18037,9 @@
<NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" />
</EntityType>
<EntityType Name="authenticationMethodsRoot" BaseType="graph.entity">
<NavigationProperty Name="userEventsSummary" Type="Collection(graph.userEventsSummary)" ContainsTarget="true" />
<NavigationProperty Name="userMfaSignInSummary" Type="Collection(graph.userMfaSignInSummary)" ContainsTarget="true" />
<NavigationProperty Name="userPasswordResetsAndChangesSummary" Type="Collection(graph.userPasswordResetsAndChangesSummary)" ContainsTarget="true" />
<NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" />
</EntityType>
<EntityType Name="authenticationMethodTarget" BaseType="graph.entity">
Expand Down Expand Up @@ -26540,6 +26567,15 @@
<Property Name="factDate" Type="Edm.Date" Nullable="false" />
<Property Name="language" Type="Edm.String" />
</EntityType>
<EntityType Name="userEventsSummary" BaseType="graph.entity">
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="failureReason" Type="Edm.String" Nullable="false" />
<Property Name="feature" Type="graph.featureType" Nullable="false" />
<Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" />
<Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="userExperienceAnalyticsAnomaly" BaseType="graph.entity">
<Property Name="anomalyFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="anomalyId" Type="Edm.String" />
Expand Down Expand Up @@ -27025,6 +27061,18 @@
<Property Name="userName" Type="Edm.String" />
<NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" />
</EntityType>
<EntityType Name="userMfaSignInSummary" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="multiFactorSignIns" Type="Edm.Int64" />
<Property Name="singleFactorSignIns" Type="Edm.Int64" />
<Property Name="totalSignIns" Type="Edm.Int64" />
</EntityType>
<EntityType Name="userPasswordResetsAndChangesSummary" BaseType="graph.entity">
<Property Name="aggregatedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="changePasswordSelfServiceCount" Type="Edm.Int64" />
<Property Name="passwordResetsByAdminCount" Type="Edm.Int64" />
<Property Name="passwordResetsSelfServiceCount" Type="Edm.Int64" />
</EntityType>
<EntityType Name="userPFXCertificate" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="encryptedPfxBlob" Type="Edm.Binary" />
Expand All @@ -27039,6 +27087,12 @@
<Property Name="thumbprint" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
</EntityType>
<EntityType Name="userRegistrationActivitySummary" BaseType="graph.entity">
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
<Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" />
<Property Name="feature" Type="graph.featureType" Nullable="false" />
<Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="userRegistrationDetails" BaseType="graph.entity">
<Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" />
<Property Name="isAdmin" Type="Edm.Boolean" />
Expand Down Expand Up @@ -27076,6 +27130,13 @@
<EntityType Name="userSignInInsight" BaseType="graph.governanceInsight">
<Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="userSignInUsageByAuthMethodActivity">
<Key>
<PropertyRef Name="authenticationMethod" />
</Key>
<Property Name="authenticationMethod" Type="Edm.String" Nullable="false" />
<Property Name="successActivityCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="userSignUpMetric" BaseType="graph.entity">
<Property Name="appId" Type="Edm.String" />
<Property Name="browser" Type="Edm.String" />
Expand Down Expand Up @@ -37161,6 +37222,16 @@
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
<ReturnType Type="graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary" />
</Function>
<Function Name="userRegistrationActivity" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
<ReturnType Type="Collection(graph.userRegistrationActivitySummary)" Nullable="false" />
</Function>
<Function Name="userSignInsByAuthMethodSummary" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
<ReturnType Type="Collection(graph.userSignInUsageByAuthMethodActivity)" Nullable="false" />
</Function>
<Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
<ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" />
Expand Down Expand Up @@ -72301,6 +72372,15 @@
<Annotations Target="microsoft.graph.userEmailSource/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="User principal name." />
</Annotations>
<Annotations Target="microsoft.graph.userEventsSummary">
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly">
<Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." />
</Annotations>
Expand Down Expand Up @@ -74047,6 +74127,15 @@
<Annotations Target="microsoft.graph.userPfxPaddingScheme/pkcs1">
<Annotation Term="Org.OData.Core.V1.Description" String="Pkcs1 is no longer supported" />
</Annotations>
<Annotations Target="microsoft.graph.userRegistrationActivitySummary">
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.userRegistrationDetails">
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
Expand Down
89 changes: 89 additions & 0 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
<Member Name="active" Value="0" />
<Member Name="inactive" Value="1" />
</EnumType>
<EnumType Name="aggregationPeriod">
<Member Name="d1" Value="0" />
<Member Name="d7" Value="1" />
<Member Name="d30" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="agreementAcceptanceState">
<Member Name="accepted" Value="2" />
<Member Name="declined" Value="3" />
Expand Down Expand Up @@ -2868,6 +2874,11 @@
<Member Name="role" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="featureType">
<Member Name="registration" Value="0" />
<Member Name="reset" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="federatedIdpMfaBehavior">
<Member Name="acceptIfMfaDoneByFederatedIdp" Value="0" />
<Member Name="enforceMfaByFederatedIdp" Value="1" />
Expand Down Expand Up @@ -5572,6 +5583,19 @@
<Member Name="logoutUrl" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="usageAuthMethod">
<Member Name="email" Value="0" />
<Member Name="mobileSMS" Value="1" />
<Member Name="mobileCall" Value="2" />
<Member Name="officePhone" Value="3" />
<Member Name="securityQuestion" Value="4" />
<Member Name="appNotification" Value="5" />
<Member Name="appCode" Value="6" />
<Member Name="alternateMobileCall" Value="7" />
<Member Name="fido" Value="8" />
<Member Name="appPassword" Value="9" />
<Member Name="unknownFutureValue" Value="10" />
</EnumType>
<EnumType Name="userAction">
<Member Name="registerSecurityInformation" Value="0" />
<Member Name="registerOrJoinDevices" Value="1" />
Expand Down Expand Up @@ -14599,6 +14623,9 @@
<NavigationProperty Name="authenticationMethodConfigurations" Type="Collection(graph.authenticationMethodConfiguration)" ContainsTarget="true" />
</EntityType>
<EntityType Name="authenticationMethodsRoot" BaseType="graph.entity">
<NavigationProperty Name="userEventsSummary" Type="Collection(graph.userEventsSummary)" ContainsTarget="true" />
<NavigationProperty Name="userMfaSignInSummary" Type="Collection(graph.userMfaSignInSummary)" ContainsTarget="true" />
<NavigationProperty Name="userPasswordResetsAndChangesSummary" Type="Collection(graph.userPasswordResetsAndChangesSummary)" ContainsTarget="true" />
<NavigationProperty Name="userRegistrationDetails" Type="Collection(graph.userRegistrationDetails)" ContainsTarget="true" />
</EntityType>
<EntityType Name="authenticationMethodTarget" BaseType="graph.entity">
Expand Down Expand Up @@ -22008,6 +22035,15 @@
<Property Name="factDate" Type="Edm.Date" Nullable="false" />
<Property Name="language" Type="Edm.String" />
</EntityType>
<EntityType Name="userEventsSummary" BaseType="graph.entity">
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
<Property Name="eventDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="failureReason" Type="Edm.String" Nullable="false" />
<Property Name="feature" Type="graph.featureType" Nullable="false" />
<Property Name="isSuccess" Type="Edm.Boolean" Nullable="false" />
<Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="userExperienceAnalyticsAnomaly" BaseType="graph.entity">
<Property Name="anomalyFirstOccurrenceDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="anomalyId" Type="Edm.String" />
Expand Down Expand Up @@ -22493,6 +22529,18 @@
<Property Name="userName" Type="Edm.String" />
<NavigationProperty Name="deviceStates" Type="Collection(graph.deviceInstallState)" ContainsTarget="true" />
</EntityType>
<EntityType Name="userMfaSignInSummary" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="multiFactorSignIns" Type="Edm.Int64" />
<Property Name="singleFactorSignIns" Type="Edm.Int64" />
<Property Name="totalSignIns" Type="Edm.Int64" />
</EntityType>
<EntityType Name="userPasswordResetsAndChangesSummary" BaseType="graph.entity">
<Property Name="aggregatedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="changePasswordSelfServiceCount" Type="Edm.Int64" />
<Property Name="passwordResetsByAdminCount" Type="Edm.Int64" />
<Property Name="passwordResetsSelfServiceCount" Type="Edm.Int64" />
</EntityType>
<EntityType Name="userPFXCertificate" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="encryptedPfxBlob" Type="Edm.Binary" />
Expand All @@ -22507,6 +22555,12 @@
<Property Name="thumbprint" Type="Edm.String" />
<Property Name="userPrincipalName" Type="Edm.String" />
</EntityType>
<EntityType Name="userRegistrationActivitySummary" BaseType="graph.entity">
<Property Name="authMethod" Type="graph.usageAuthMethod" Nullable="false" />
<Property Name="failureActivityCount" Type="Edm.Int64" Nullable="false" />
<Property Name="feature" Type="graph.featureType" Nullable="false" />
<Property Name="successfulActivityCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="userRegistrationDetails" BaseType="graph.entity">
<Property Name="defaultMfaMethod" Type="graph.defaultMfaMethodType" />
<Property Name="isAdmin" Type="Edm.Boolean" />
Expand Down Expand Up @@ -22544,6 +22598,13 @@
<EntityType Name="userSignInInsight" BaseType="graph.governanceInsight">
<Property Name="lastSignInDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="userSignInUsageByAuthMethodActivity">
<Key>
<PropertyRef Name="authenticationMethod" />
</Key>
<Property Name="authenticationMethod" Type="Edm.String" Nullable="false" />
<Property Name="successActivityCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="userSignUpMetric" BaseType="graph.entity">
<Property Name="appId" Type="Edm.String" />
<Property Name="count" Type="Edm.Int64" Nullable="false" />
Expand Down Expand Up @@ -29103,6 +29164,16 @@
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
<ReturnType Type="graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary" />
</Function>
<Function Name="userRegistrationActivity" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
<ReturnType Type="Collection(graph.userRegistrationActivitySummary)" Nullable="false" />
</Function>
<Function Name="userSignInsByAuthMethodSummary" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
<Parameter Name="period" Type="graph.aggregationPeriod" Nullable="false" />
<ReturnType Type="Collection(graph.userSignInUsageByAuthMethodActivity)" Nullable="false" />
</Function>
<Function Name="usersRegisteredByFeature" IsBound="true" IsComposable="true">
<Parameter Name="bindingParameter" Type="graph.authenticationMethodsRoot" />
<ReturnType Type="graph.userRegistrationFeatureSummary" Nullable="false" />
Expand Down Expand Up @@ -61321,6 +61392,15 @@
<Annotations Target="microsoft.graph.userEmailSource/userPrincipalName">
<Annotation Term="Org.OData.Core.V1.Description" String="User principal name." />
</Annotations>
<Annotations Target="microsoft.graph.userEventsSummary">
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.userExperienceAnalyticsAnomaly">
<Annotation Term="Org.OData.Core.V1.Description" String="The user experience analytics anomaly entity contains anomaly details." />
</Annotations>
Expand Down Expand Up @@ -63067,6 +63147,15 @@
<Annotations Target="microsoft.graph.userPfxPaddingScheme/pkcs1">
<Annotation Term="Org.OData.Core.V1.Description" String="Pkcs1 is no longer supported" />
</Annotations>
<Annotations Target="microsoft.graph.userRegistrationActivitySummary">
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
<PropertyValue Property="Filterable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.userRegistrationDetails">
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
<Record>
Expand Down
Loading
Loading