Skip to content
Open
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
3 changes: 0 additions & 3 deletions schemas/beta-Bleu.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -42906,9 +42906,6 @@
<Annotations Target="microsoft.graph.deviceLogCollectionTemplateType/unknownFutureValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement">
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton that acts as container for a collection of Resource Access entities." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/accountMoveCompletionDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date &amp; time when tenant data moved between scaleunits." />
</Annotations>
Expand Down
19 changes: 15 additions & 4 deletions schemas/beta-Delos.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -7046,6 +7046,10 @@
<Property Name="authenticationStrengthResult" Type="graph.authenticationStrengthResult" />
<Property Name="displayName" Type="Edm.String" />
</ComplexType>
<ComplexType Name="authenticationStrengthUsage">
<NavigationProperty Name="mfa" Type="Collection(graph.conditionalAccessPolicy)" />
<NavigationProperty Name="none" Type="Collection(graph.conditionalAccessPolicy)" />
</ComplexType>
<ComplexType Name="authorizationInfo">
<Property Name="certificateUserIds" Type="Collection(Edm.String)" />
</ComplexType>
Expand Down Expand Up @@ -7277,6 +7281,9 @@
<Property Name="deviceStates" Type="graph.conditionalAccessDeviceStates" />
<Property Name="locations" Type="graph.conditionalAccessLocations" />
<Property Name="platforms" Type="graph.conditionalAccessPlatforms" />
<Property Name="servicePrincipalRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="signInRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="userRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
<Property Name="users" Type="graph.conditionalAccessUsers" />
</ComplexType>
<ComplexType Name="conditionalAccessDevices">
Expand Down Expand Up @@ -7305,6 +7312,7 @@
<Property Name="customAuthenticationFactors" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="operator" Type="Edm.String" />
<Property Name="termsOfUse" Type="Collection(Edm.String)" Nullable="false" />
<NavigationProperty Name="authenticationStrength" Type="graph.authenticationStrengthPolicy" ContainsTarget="true" />
</ComplexType>
<ComplexType Name="conditionalAccessGuestsOrExternalUsers">
<Property Name="externalTenants" Type="graph.conditionalAccessExternalTenants" />
Expand Down Expand Up @@ -26682,6 +26690,10 @@
<Parameter Name="bindingParameter" Type="Collection(graph.recommendation)" />
<ReturnType Type="Collection(graph.tenantSecureScore)" />
</Function>
<Function Name="usage" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.authenticationStrengthPolicy" />
<ReturnType Type="graph.authenticationStrengthUsage" />
</Function>
<Function Name="userExperienceAnalyticsSummarizedDeviceScopes" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.deviceManagement" />
<ReturnType Type="graph.userExperienceAnalyticsDeviceScopeSummary" />
Expand Down Expand Up @@ -26862,7 +26874,9 @@
</Singleton>
<Singleton Name="policies" Type="microsoft.graph.policyRoot" />
<Singleton Name="reports" Type="microsoft.graph.reportRoot" />
<Singleton Name="roleManagement" Type="microsoft.graph.roleManagement" />
<Singleton Name="roleManagement" Type="microsoft.graph.roleManagement">
<NavigationPropertyBinding Path="directory/resourceNamespaces/resourceActions/authenticationContext" Target="identity/microsoft.graph.conditionalAccessRoot/conditionalAccess/authenticationContextClassReferences" />
</Singleton>
<Singleton Name="storage" Type="microsoft.graph.storage" />
<Singleton Name="tenantRelationships" Type="microsoft.graph.tenantRelationship" />
<Singleton Name="termStore" Type="microsoft.graph.termStore.store" />
Expand Down Expand Up @@ -38351,9 +38365,6 @@
<Annotations Target="microsoft.graph.deviceLogCollectionTemplateType/unknownFutureValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement">
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton that acts as container for a collection of Resource Access entities." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/accountMoveCompletionDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date &amp; time when tenant data moved between scaleunits." />
</Annotations>
Expand Down
7 changes: 0 additions & 7 deletions schemas/beta-Fairfax.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -54549,9 +54549,6 @@
<Annotations Target="microsoft.graph.deviceLogCollectionTemplateType/unknownFutureValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement">
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton that acts as container for a collection of Resource Access entities." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement.alertRule/threshold">
<Annotation Term="Org.OData.Core.V1.Revisions">
<Collection>
Expand Down Expand Up @@ -75751,10 +75748,6 @@
<Annotations Target="microsoft.graph.softwareUpdateStatusSummary/unknownUserCount">
<Annotation Term="Org.OData.Core.V1.Description" String="Number of unknown users." />
</Annotations>
<Annotations Target="microsoft.graph.solutionsRoot">
<Annotation Term="Org.OData.Capabilities.V1.BatchContinueOnErrorSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.BatchSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.specifiedCaptiveNetworkPlugins">
<Annotation Term="Org.OData.Core.V1.Description" String="Specifies all the Captive network plugins allowed during the IKEv2 AlwaysOn VPN connection" />
</Annotations>
Expand Down
3 changes: 0 additions & 3 deletions schemas/beta-Mooncake.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -43609,9 +43609,6 @@
<Annotations Target="microsoft.graph.deviceLogCollectionTemplateType/unknownFutureValue">
<Annotation Term="Org.OData.Core.V1.Description" String="Evolvable enumeration sentinel value. Do not use." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement">
<Annotation Term="Org.OData.Core.V1.Description" String="Singleton that acts as container for a collection of Resource Access entities." />
</Annotations>
<Annotations Target="microsoft.graph.deviceManagement/accountMoveCompletionDateTime">
<Annotation Term="Org.OData.Core.V1.Description" String="The date &amp; time when tenant data moved between scaleunits." />
</Annotations>
Expand Down
Loading
Loading