Skip to content

Commit

Permalink
Update clean metadata file with 172211
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 Nov 26, 2024
1 parent 350c131 commit e363813
Show file tree
Hide file tree
Showing 4 changed files with 15,600 additions and 15,097 deletions.
95 changes: 95 additions & 0 deletions clean_v10_metadata/cleanMetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@
<Member Name="failed" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="appManagementRestrictionState">
<Member Name="enabled" Value="1" />
<Member Name="disabled" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="approvalFilterByCurrentUserOptions">
<Member Name="target" Value="0" />
<Member Name="createdBy" Value="1" />
Expand Down Expand Up @@ -1130,6 +1135,12 @@
<Member Name="notApplied" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="conditionalAccessTransferMethods" IsFlags="true">
<Member Name="none" Value="0" />
<Member Name="deviceCodeFlow" Value="1" />
<Member Name="authenticationTransfer" Value="2" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="connectedOrganizationState">
<Member Name="configured" Value="0" />
<Member Name="proposed" Value="1" />
Expand Down Expand Up @@ -6463,13 +6474,17 @@
<Property Name="includeAuthenticationContextClassReferences" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="includeUserActions" Type="Collection(Edm.String)" Nullable="false" />
</ComplexType>
<ComplexType Name="conditionalAccessAuthenticationFlows">
<Property Name="transferMethods" Type="graph.conditionalAccessTransferMethods" Nullable="false" />
</ComplexType>
<ComplexType Name="conditionalAccessClientApplications">
<Property Name="excludeServicePrincipals" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="includeServicePrincipals" Type="Collection(Edm.String)" Nullable="false" />
<Property Name="servicePrincipalFilter" Type="graph.conditionalAccessFilter" />
</ComplexType>
<ComplexType Name="conditionalAccessConditionSet">
<Property Name="applications" Type="graph.conditionalAccessApplications" />
<Property Name="authenticationFlows" Type="graph.conditionalAccessAuthenticationFlows" />
<Property Name="clientApplications" Type="graph.conditionalAccessClientApplications" />
<Property Name="clientAppTypes" Type="Collection(graph.conditionalAccessClientApp)" Nullable="false" />
<Property Name="devices" Type="graph.conditionalAccessDevices" />
Expand Down Expand Up @@ -7497,6 +7512,7 @@
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="keyValue">
<Property Name="key" Type="Edm.String" />
Expand Down Expand Up @@ -8187,6 +8203,7 @@
<Property Name="maxLifetime" Type="Edm.Duration" />
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" />
<Property Name="state" Type="graph.appManagementRestrictionState" Nullable="false" />
</ComplexType>
<ComplexType Name="passwordProfile">
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
Expand Down Expand Up @@ -38989,6 +39006,9 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.sensorSettings/networkAdapters">
<Annotation Term="Org.OData.Core.V1.AutoExpand" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.subdomain">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
Expand Down Expand Up @@ -44589,6 +44609,18 @@
<Member Name="notSupported" Value="1000" />
<Member Name="unknownFutureValue" Value="1023" />
</EnumType>
<EnumType Name="deploymentStatus">
<Member Name="upToDate" Value="1" />
<Member Name="outdated" Value="2" />
<Member Name="updating" Value="3" />
<Member Name="updateFailed" Value="4" />
<Member Name="notConfigured" Value="5" />
<Member Name="unreachable" Value="6" />
<Member Name="disconnected" Value="7" />
<Member Name="startFailure" Value="8" />
<Member Name="syncing" Value="9" />
<Member Name="unknownFutureValue" Value="10" />
</EnumType>
<EnumType Name="detectionSource">
<Member Name="unknown" Value="0" />
<Member Name="microsoftDefenderForEndpoint" Value="1" />
Expand Down Expand Up @@ -44671,6 +44703,12 @@
<Member Name="blocked" Value="3" />
<Member Name="notFound" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
<Member Name="active" Value="6" />
<Member Name="pendingApproval" Value="7" />
<Member Name="declined" Value="8" />
<Member Name="unremediated" Value="9" />
<Member Name="running" Value="10" />
<Member Name="partiallyRemediated" Value="11" />
</EnumType>
<EnumType Name="evidenceRole">
<Member Name="unknown" Value="0" />
Expand Down Expand Up @@ -44867,6 +44905,21 @@
<Member Name="dateOfEvent" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="sensorHealthStatus">
<Member Name="healthy" Value="1" />
<Member Name="notHealthyLow" Value="2" />
<Member Name="notHealthyMedium" Value="3" />
<Member Name="notHealthyHigh" Value="4" />
<Member Name="unknownFutureValue" Value="5" />
</EnumType>
<EnumType Name="sensorType">
<Member Name="adConnectIntegrated" Value="1" />
<Member Name="adcsIntegrated" Value="2" />
<Member Name="adfsIntegrated" Value="3" />
<Member Name="domainControllerIntegrated" Value="4" />
<Member Name="domainControllerStandalone" Value="5" />
<Member Name="unknownFutureValue" Value="6" />
</EnumType>
<EnumType Name="servicePrincipalType">
<Member Name="unknown" Value="0" />
<Member Name="application" Value="1" />
Expand Down Expand Up @@ -45022,6 +45075,9 @@
<Property Name="severity" Type="microsoft.graph.security.vulnerabilitySeverity" />
<Property Name="vectorString" Type="Edm.String" />
</ComplexType>
<ComplexType Name="deploymentAccessKeyType">
<Property Name="deploymentAccessKey" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="deviceEvidence" BaseType="microsoft.graph.security.alertEvidence">
<Property Name="azureAdDeviceId" Type="Edm.String" />
<Property Name="defenderAvStatus" Type="microsoft.graph.security.defenderAvStatus" />
Expand Down Expand Up @@ -45395,6 +45451,16 @@
<Property Name="displayName" Type="Edm.String" />
<Property Name="securityGroupId" Type="Edm.String" />
</ComplexType>
<ComplexType Name="sensorDeploymentPackage">
<Property Name="downloadUrl" Type="Edm.String" Nullable="false" />
<Property Name="version" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="sensorSettings">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="domainControllerDnsNames" Type="Collection(Edm.String)" />
<Property Name="isDelayedDeploymentEnabled" Type="Edm.Boolean" />
<NavigationProperty Name="networkAdapters" Type="Collection(microsoft.graph.security.networkAdapter)" ContainsTarget="true" />
</ComplexType>
<ComplexType Name="servicePrincipalEvidence" BaseType="microsoft.graph.security.alertEvidence">
<Property Name="appId" Type="Edm.String" />
<Property Name="appOwnerTenantId" Type="Edm.String" />
Expand Down Expand Up @@ -45769,6 +45835,7 @@
</EntityType>
<EntityType Name="identityContainer" BaseType="graph.entity">
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" ContainsTarget="true" />
<NavigationProperty Name="sensors" Type="Collection(microsoft.graph.security.sensor)" ContainsTarget="true" />
</EntityType>
<EntityType Name="incident" BaseType="graph.entity">
<Property Name="assignedTo" Type="Edm.String" />
Expand Down Expand Up @@ -45825,6 +45892,10 @@
<NavigationProperty Name="filePlanReferences" Type="Collection(microsoft.graph.security.filePlanReferenceTemplate)" ContainsTarget="true" />
<NavigationProperty Name="retentionLabels" Type="Collection(microsoft.graph.security.retentionLabel)" ContainsTarget="true" />
</EntityType>
<EntityType Name="networkAdapter" BaseType="graph.entity">
<Property Name="isEnabled" Type="Edm.Boolean" />
<Property Name="name" Type="Edm.String" />
</EntityType>
<EntityType Name="passiveDnsRecord" BaseType="microsoft.graph.security.artifact">
<Property Name="collectedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand Down Expand Up @@ -45883,6 +45954,18 @@
<Property Name="lastModifiedBy" Type="graph.identitySet" />
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
</EntityType>
<EntityType Name="sensor" BaseType="graph.entity">
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="deploymentStatus" Type="microsoft.graph.security.deploymentStatus" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="domainName" Type="Edm.String" Nullable="false" />
<Property Name="healthStatus" Type="microsoft.graph.security.sensorHealthStatus" Nullable="false" />
<Property Name="openHealthIssuesCount" Type="Edm.Int64" Nullable="false" />
<Property Name="sensorType" Type="microsoft.graph.security.sensorType" Nullable="false" />
<Property Name="settings" Type="microsoft.graph.security.sensorSettings" Nullable="false" />
<Property Name="version" Type="Edm.String" Nullable="false" />
<NavigationProperty Name="healthIssues" Type="Collection(microsoft.graph.security.healthIssue)" />
</EntityType>
<EntityType Name="siteSource" BaseType="microsoft.graph.security.dataSource">
<NavigationProperty Name="site" Type="graph.site" Nullable="false" />
</EntityType>
Expand Down Expand Up @@ -46067,6 +46150,10 @@
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
</Action>
<Action Name="regenerateDeploymentAccessKey" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" />
<ReturnType Type="microsoft.graph.security.deploymentAccessKeyType" />
</Action>
<Action Name="release" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.security.ediscoveryCustodian" />
</Action>
Expand Down Expand Up @@ -46111,6 +46198,14 @@
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" />
<ReturnType Type="Collection(microsoft.graph.security.ediscoveryReviewTag)" />
</Function>
<Function Name="getDeploymentAccessKey" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" />
<ReturnType Type="microsoft.graph.security.deploymentAccessKeyType" />
</Function>
<Function Name="getDeploymentPackageUri" IsBound="true">
<Parameter Name="bindingParameter" Type="Collection(microsoft.graph.security.sensor)" />
<ReturnType Type="microsoft.graph.security.sensorDeploymentPackage" />
</Function>
</Schema>
<Schema Namespace="microsoft.graph.termStore" xmlns="http://docs.oasis-open.org/odata/ns/edm">
<EnumType Name="relationType">
Expand Down
Loading

0 comments on commit e363813

Please sign in to comment.