Skip to content

Commit

Permalink
Updated beta_metadata.xml
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 Oct 17, 2023
1 parent 41062bc commit 3613a41
Showing 1 changed file with 123 additions and 1 deletion.
124 changes: 123 additions & 1 deletion beta_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55030,6 +55030,24 @@
<Property Name="userDisplayName" Type="Edm.String" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
</EntityType>
<EntityType Name="inactiveUsersByApplicationMetricBase" BaseType="graph.entity">
<Property Name="factDate" Type="Edm.Date" Nullable="false" />
<Property Name="inactive30DayCount" Type="Edm.Int64" />
<Property Name="inactive60DayCount" Type="Edm.Int64" />
<Property Name="inactive90DayCount" Type="Edm.Int64" />
</EntityType>
<EntityType Name="dailyInactiveUsersByApplicationMetric" BaseType="graph.inactiveUsersByApplicationMetricBase">
<Property Name="inactive1DayCount" Type="Edm.Int64" />
</EntityType>
<EntityType Name="inactiveUsersMetricBase" BaseType="graph.entity">
<Property Name="factDate" Type="Edm.Date" Nullable="false" />
<Property Name="inactive30DayCount" Type="Edm.Int64" />
<Property Name="inactive60DayCount" Type="Edm.Int64" />
<Property Name="inactive90DayCount" Type="Edm.Int64" />
</EntityType>
<EntityType Name="dailyInactiveUsersMetric" BaseType="graph.inactiveUsersMetricBase">
<Property Name="inactive1DayCount" Type="Edm.Int64" />
</EntityType>
<EntityType Name="directory" BaseType="graph.entity">
<NavigationProperty Name="impactedResources" Type="Collection(graph.impactedResource)" ContainsTarget="true" />
<NavigationProperty Name="recommendations" Type="Collection(graph.recommendation)" ContainsTarget="true" />
Expand Down Expand Up @@ -55198,6 +55216,12 @@
<NavigationProperty Name="lastModifiedBy" Type="graph.user" />
<NavigationProperty Name="member" Type="graph.directoryObject" />
</EntityType>
<EntityType Name="monthlyInactiveUsersByApplicationMetric" BaseType="graph.inactiveUsersByApplicationMetricBase">
<Property Name="inactiveCalendarMonthCount" Type="Edm.Int64" />
</EntityType>
<EntityType Name="monthlyInactiveUsersMetric" BaseType="graph.inactiveUsersMetricBase">
<Property Name="inactiveCalendarMonthCount" Type="Edm.Int64" />
</EntityType>
<EntityType Name="relyingPartyDetailedSummary" BaseType="graph.entity">
<Property Name="failedSignInCount" Type="Edm.Int64" Nullable="false" />
<Property Name="migrationStatus" Type="graph.migrationStatus" Nullable="false" />
Expand Down Expand Up @@ -84845,6 +84869,16 @@
<Member Name="all" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="usageStatus">
<Member Name="frequentlyUsed" Value="0" />
<Member Name="rarelyUsed" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="userType">
<Member Name="member" Value="0" />
<Member Name="guest" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="bandwidthCapacityInMbps">
<Member Name="mbps250" Value="0" />
<Member Name="mbps500" Value="1" />
Expand Down Expand Up @@ -84993,17 +85027,43 @@
<Member Name="private" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<ComplexType Name="crossTenantAccess">
<Property Name="deviceCount" Type="Edm.Int64" Nullable="false" />
<Property Name="lastAccessDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="resourceTenantId" Type="Edm.String" Nullable="false" />
<Property Name="resourceTenantName" Type="Edm.String" />
<Property Name="resourceTenantPrimaryDomain" Type="Edm.String" Nullable="false" />
<Property Name="usageStatus" Type="microsoft.graph.networkaccess.usageStatus" Nullable="false" />
<Property Name="userCount" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<ComplexType Name="crossTenantSummary">
<Property Name="authTransactionCount" Type="Edm.Int32" Nullable="false" />
<Property Name="deviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="newTenantCount" Type="Edm.Int32" Nullable="false" />
<Property Name="rarelyUsedTenantCount" Type="Edm.Int32" Nullable="false" />
<Property Name="tenantCount" Type="Edm.Int32" Nullable="false" />
<Property Name="userCount" Type="Edm.Int32" Nullable="false" />
</ComplexType>
<ComplexType Name="destination">
<Property Name="fqdn" Type="Edm.String" Nullable="false" />
<Property Name="ip" Type="Edm.String" Nullable="false" />
<Property Name="lastAccessDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="networkingProtocol" Type="microsoft.graph.networkaccess.networkingProtocol" Nullable="false" />
<Property Name="port" Type="Edm.Int32" Nullable="false" />
<Property Name="trafficType" Type="microsoft.graph.networkaccess.trafficType" Nullable="false" />
</ComplexType>
<ComplexType Name="destinationSummary">
<Property Name="count" Type="Edm.Int32" Nullable="false" />
<Property Name="destination" Type="Edm.String" Nullable="false" />
</ComplexType>
<ComplexType Name="device">
<Property Name="deviceId" Type="Edm.String" Nullable="false" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="isCompliant" Type="Edm.Boolean" Nullable="false" />
<Property Name="lastAccessDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="operatingSystem" Type="Edm.String" Nullable="false" />
<Property Name="trafficType" Type="microsoft.graph.networkaccess.trafficType" Nullable="false" />
</ComplexType>
<ComplexType Name="deviceUsageSummary">
<Property Name="activeDeviceCount" Type="Edm.Int32" Nullable="false" />
<Property Name="inactiveDeviceCount" Type="Edm.Int32" Nullable="false" />
Expand All @@ -85020,11 +85080,32 @@
<Property Name="referrer" Type="Edm.String" />
<Property Name="xForwardedFor" Type="Edm.String" />
</ComplexType>
<ComplexType Name="ruleDestination" Abstract="true" />
<ComplexType Name="trafficDistributionPoint">
<Property Name="internetAccessTrafficCount" Type="Edm.Int64" Nullable="false" />
<Property Name="microsoft365AccessTrafficCount" Type="Edm.Int64" Nullable="false" />
<Property Name="privateAccessTrafficCount" Type="Edm.Int64" Nullable="false" />
<Property Name="timeStampDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="totalTrafficCount" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<ComplexType Name="transactionSummary">
<Property Name="blockedCount" Type="Edm.Int32" Nullable="false" />
<Property Name="totalCount" Type="Edm.Int32" Nullable="false" />
<Property Name="trafficType" Type="microsoft.graph.networkaccess.trafficType" Nullable="false" />
</ComplexType>
<ComplexType Name="user">
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="lastAccessDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="trafficType" Type="microsoft.graph.networkaccess.trafficType" Nullable="false" />
<Property Name="userId" Type="Edm.String" Nullable="false" />
<Property Name="userPrincipalName" Type="Edm.String" Nullable="false" />
<Property Name="userType" Type="microsoft.graph.networkaccess.userType" Nullable="false" />
</ComplexType>
<ComplexType Name="webCategoriesSummary">
<Property Name="deviceCount" Type="Edm.Int64" Nullable="false" />
<Property Name="transactionCount" Type="Edm.Int64" Nullable="false" />
<Property Name="userCount" Type="Edm.Int64" Nullable="false" />
</ComplexType>
<EntityType Name="logs" BaseType="graph.entity">
<NavigationProperty Name="traffic" Type="Collection(microsoft.graph.networkaccess.networkAccessTraffic)" ContainsTarget="true" />
</EntityType>
Expand All @@ -85042,11 +85123,17 @@
<Property Name="deviceId" Type="Edm.String" />
<Property Name="deviceOperatingSystem" Type="Edm.String" />
<Property Name="deviceOperatingSystemVersion" Type="Edm.String" />
<Property Name="filteringProfileId" Type="Edm.String" />
<Property Name="filteringProfileName" Type="Edm.String" />
<Property Name="headers" Type="microsoft.graph.networkaccess.headers" />
<Property Name="initiatingProcessName" Type="Edm.String" />
<Property Name="networkProtocol" Type="microsoft.graph.networkaccess.networkingProtocol" />
<Property Name="policyId" Type="Edm.String" />
<Property Name="policyName" Type="Edm.String" />
<Property Name="policyRuleId" Type="Edm.String" />
<Property Name="policyRuleName" Type="Edm.String" />
<Property Name="receivedBytes" Type="Edm.Int64" />
<Property Name="resourceTenantId" Type="Edm.String" />
<Property Name="sentBytes" Type="Edm.Int64" />
<Property Name="sessionId" Type="Edm.String" />
<Property Name="sourceIp" Type="Edm.String" />
Expand Down Expand Up @@ -85116,7 +85203,6 @@
<ComplexType Name="enrichedAuditLogsSettings">
<Property Name="status" Type="microsoft.graph.networkaccess.status" Nullable="false" />
</ComplexType>
<ComplexType Name="ruleDestination" Abstract="true" />
<ComplexType Name="fqdn" BaseType="microsoft.graph.networkaccess.ruleDestination">
<Property Name="value" Type="Edm.String" Nullable="false" />
</ComplexType>
Expand Down Expand Up @@ -85240,6 +85326,24 @@
<Property Name="protocol" Type="microsoft.graph.networkaccess.networkingProtocol" Nullable="false" />
</EntityType>
<EntityType Name="privateAccessForwardingRule" BaseType="microsoft.graph.networkaccess.forwardingRule" />
<Function Name="crossTenantAccessReport" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.crossTenantAccess)" />
</Function>
<Function Name="destinationReport" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.destination)" />
</Function>
<Function Name="deviceReport" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.device)" />
</Function>
<Function Name="entitiesSummaries" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand Down Expand Up @@ -85267,12 +85371,30 @@
<Parameter Name="activityPivotDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="microsoft.graph.networkaccess.deviceUsageSummary" />
</Function>
<Function Name="trafficDistribution" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.trafficDistributionPoint)" />
</Function>
<Function Name="transactionSummaries" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.transactionSummary)" />
</Function>
<Function Name="userReport" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.user)" />
</Function>
<Function Name="webCategoryReport" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.reports" />
<Parameter Name="startDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Parameter Name="endDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<ReturnType Type="Collection(microsoft.graph.networkaccess.webCategoriesSummary)" />
</Function>
<Action Name="onboard" IsBound="true">
<Parameter Name="bindingParameter" Type="microsoft.graph.networkaccess.networkAccessRoot" />
</Action>
Expand Down

0 comments on commit 3613a41

Please sign in to comment.