Skip to content

Commit

Permalink
Update clean metadata file with 152598
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Jun 11, 2024
1 parent 2c7519e commit 68be742
Show file tree
Hide file tree
Showing 4 changed files with 13,893 additions and 13,846 deletions.
14 changes: 14 additions & 0 deletions clean_v10_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,12 @@
<Member Name="serviceProvider" Value="32" />
<Member Name="unknownFutureValue" Value="64" />
</EnumType>
<EnumType Name="conditionalAccessInsiderRiskLevels" IsFlags="true">
<Member Name="minor" Value="1" />
<Member Name="moderate" Value="2" />
<Member Name="elevated" Value="4" />
<Member Name="unknownFutureValue" Value="8" />
</EnumType>
<EnumType Name="conditionalAccessPolicyState">
<Member Name="enabled" Value="0" />
<Member Name="disabled" Value="1" />
Expand Down Expand Up @@ -6291,6 +6297,7 @@
<Property Name="clientApplications" Type="graph.conditionalAccessClientApplications" />
<Property Name="clientAppTypes" Type="Collection(graph.conditionalAccessClientApp)" Nullable="false" />
<Property Name="devices" Type="graph.conditionalAccessDevices" />
<Property Name="insiderRiskLevels" Type="graph.conditionalAccessInsiderRiskLevels" />
<Property Name="locations" Type="graph.conditionalAccessLocations" />
<Property Name="platforms" Type="graph.conditionalAccessPlatforms" />
<Property Name="servicePrincipalRiskLevels" Type="Collection(graph.riskLevel)" Nullable="false" />
Expand Down Expand Up @@ -18985,6 +18992,10 @@
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
</EntityType>
<EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration">
<Property Name="allowedIssuerSkis" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="allowedPolicyOIDs" Type="Collection(Edm.String)" Nullable="false" />
</EntityType>
<Action Name="abort" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.printJob" />
<Parameter Name="reason" Type="Edm.String" Unicode="false" />
Expand Down Expand Up @@ -25505,6 +25516,9 @@
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/invitations">
<Annotation Term="Org.OData.Capabilities.V1.IndexableByKey" Bool="false" />
</Annotations>
</Schema>
<Schema Namespace="microsoft.graph.callRecords" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EnumType Name="audioCodec">
Expand Down
Loading

0 comments on commit 68be742

Please sign in to comment.