Skip to content

Commit

Permalink
Update clean metadata file with 161941
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 Sep 3, 2024
1 parent 64c33ff commit ac78311
Show file tree
Hide file tree
Showing 4 changed files with 15,604 additions and 14,624 deletions.
89 changes: 89 additions & 0 deletions clean_beta_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44234,6 +44234,9 @@
</Action>
<Action Name="verify" EntitySetPath="bindingParameter" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.domain" Nullable="false" />
<Parameter Name="forceTakeover" Type="Edm.Boolean">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
<ReturnType Type="graph.domain" />
</Action>
<Action Name="verifySignature" IsBound="true">
Expand Down Expand Up @@ -99496,6 +99499,16 @@
</Function>
</Schema>
<Schema Namespace="microsoft.graph.partner.security" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EnumType Name="complianceStatus">
<Member Name="compliant" Value="0" />
<Member Name="noncomplaint" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="policyStatus">
<Member Name="enabled" Value="0" />
<Member Name="disabled" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="securityAlertConfidence">
<Member Name="low" Value="0" />
<Member Name="medium" Value="1" />
Expand All @@ -99521,6 +99534,19 @@
<Member Name="investigating" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="securityRequirementState">
<Member Name="active" Value="0" />
<Member Name="preview" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="securityRequirementType">
<Member Name="mfaEnforcedForAdmins" Value="0" />
<Member Name="mfaEnforcedForAdminsOfCustomers" Value="1" />
<Member Name="securityAlertsPromptlyResolved" Value="2" />
<Member Name="securityContactProvided" Value="3" />
<Member Name="spendingBudgetSetForCustomerAzureSubscriptions" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
</EnumType>
<ComplexType Name="activityLog">
<Property Name="statusFrom" Type="microsoft.graph.partner.security.securityAlertStatus" Nullable="false" />
<Property Name="statusTo" Type="microsoft.graph.partner.security.securityAlertStatus" Nullable="false" />
Expand All @@ -99532,8 +99558,43 @@
<Property Name="resourceId" Type="Edm.String" Nullable="false" />
<Property Name="resourceType" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="customerMfaInsight">
<Property Name="compliantAdminsCount" Type="Edm.Int64" Nullable="false" />
<Property Name="compliantNonAdminsCount" Type="Edm.Int64" Nullable="false" />
<Property Name="legacyPerUserMfaStatus" Type="microsoft.graph.partner.security.policyStatus" Nullable="false" />
<Property Name="mfaConditionalAccessPolicyStatus" Type="microsoft.graph.partner.security.policyStatus" Nullable="false" />
<Property Name="securityDefaultsStatus" Type="microsoft.graph.partner.security.policyStatus" Nullable="false" />
<Property Name="totalUsersCount" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<EntityType Name="adminsMfaEnforcedSecurityRequirement" BaseType="microsoft.graph.partner.security.securityRequirement">
<Property Name="adminsRequiredNotUsingMfaCount" Type="Edm.Int64" Nullable="false" />
<Property Name="legacyPerUserMfaStatus" Type="microsoft.graph.partner.security.policyStatus" Nullable="false" />
<Property Name="mfaConditionalAccessPolicyStatus" Type="microsoft.graph.partner.security.policyStatus" Nullable="false" />
<Property Name="mfaEnabledAdminsCount" Type="Edm.Int64" Nullable="false" />
<Property Name="mfaEnabledUsersCount" Type="Edm.Int64" Nullable="false" />
<Property Name="securityDefaultsStatus" Type="microsoft.graph.partner.security.policyStatus" Nullable="false" />
<Property Name="totalAdminsCount" Type="Edm.Int64" Nullable="false" />
<Property Name="totalUsersCount" Type="Edm.Int64" Nullable="false" />
<Property Name="usersRequiredNotUsingMfaCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="customerInsight">
<Key>
<PropertyRef Name="tenantId" />
</Key>
<Property Name="mfa" Type="microsoft.graph.partner.security.customerMfaInsight" />
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="customersMfaEnforcedSecurityRequirement" BaseType="microsoft.graph.partner.security.securityRequirement">
<Property Name="compliantTenantCount" Type="Edm.Int64" Nullable="false" />
<Property Name="totalTenantCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="customersSpendingBudgetSecurityRequirement" BaseType="microsoft.graph.partner.security.securityRequirement">
<Property Name="customersWithSpendBudgetCount" Type="Edm.Int64" Nullable="false" />
<Property Name="totalCustomersCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
<EntityType Name="partnerSecurity" BaseType="graph.entity">
<NavigationProperty Name="securityAlerts" Type="Collection(microsoft.graph.partner.security.partnerSecurityAlert)" ContainsTarget="true" />
<NavigationProperty Name="securityScore" Type="microsoft.graph.partner.security.partnerSecurityScore" ContainsTarget="true" />
</EntityType>
<EntityType Name="partnerSecurityAlert" BaseType="graph.entity">
<Property Name="activityLogs" Type="Collection(microsoft.graph.partner.security.activityLog)" />
Expand All @@ -99557,6 +99618,34 @@
<Property Name="subscriptionId" Type="Edm.String" Nullable="false" />
<Property Name="valueAddedResellerTenantId" Type="Edm.String" />
</EntityType>
<EntityType Name="partnerSecurityScore" BaseType="graph.entity">
<Property Name="currentScore" Type="Edm.Single" Nullable="false" />
<Property Name="lastRefreshDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="maxScore" Type="Edm.Single" Nullable="false" />
<Property Name="updatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<NavigationProperty Name="customerInsights" Type="Collection(microsoft.graph.partner.security.customerInsight)" ContainsTarget="true" />
<NavigationProperty Name="history" Type="Collection(microsoft.graph.partner.security.securityScoreHistory)" ContainsTarget="true" />
<NavigationProperty Name="requirements" Type="Collection(microsoft.graph.partner.security.securityRequirement)" ContainsTarget="true" />
</EntityType>
<EntityType Name="responseTimeSecurityRequirement" BaseType="microsoft.graph.partner.security.securityRequirement">
<Property Name="averageResponseTimeInHours" Type="Edm.Single" Nullable="false" />
</EntityType>
<EntityType Name="securityRequirement" BaseType="graph.entity">
<Property Name="actionUrl" Type="Edm.String" Nullable="false" />
<Property Name="complianceStatus" Type="microsoft.graph.partner.security.complianceStatus" Nullable="false" />
<Property Name="helpUrl" Type="Edm.String" Nullable="false" />
<Property Name="maxScore" Type="Edm.Int64" Nullable="false" />
<Property Name="requirementType" Type="microsoft.graph.partner.security.securityRequirementType" Nullable="false" />
<Property Name="score" Type="Edm.Int64" Nullable="false" />
<Property Name="state" Type="microsoft.graph.partner.security.securityRequirementState" Nullable="false" />
<Property Name="updatedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
</EntityType>
<EntityType Name="securityScoreHistory" BaseType="graph.entity">
<Property Name="compliantRequirementsCount" Type="Edm.Int64" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="score" Type="Edm.Single" Nullable="false" />
<Property Name="totalRequirementsCount" Type="Edm.Int64" Nullable="false" />
</EntityType>
</Schema>
<Schema Namespace="microsoft.graph.partners.billing" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EnumType Name="attributeSet">
Expand Down
Loading

0 comments on commit ac78311

Please sign in to comment.