Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 2.64 KB

File metadata and controls

53 lines (44 loc) · 2.64 KB
title multiTenantApplicationMetricsRecent resource type
description Represents the most recent snapshot of multi-tenant application metrics.
author akhil-potturi
ms.date 03/10/2026
ms.localizationpriority medium
ms.subservice entra-tenant-governance
doc_type resourcePageType

multiTenantApplicationMetricsRecent resource type

Namespace: microsoft.graph.tenantGovernanceServices

[!INCLUDE beta-disclaimer]

Represents the most recent snapshot of multi-tenant application metrics, showing current application usage across related tenants.

Inherits from microsoft.graph.tenantGovernanceServices.multiTenantApplicationMetricsBase.

Properties

Property Type Description
id String Unique identifier for the metrics snapshot. Inherited from microsoft.graph.entity.
inboundMonthlyTotalApplications String The total number of inbound multi-tenant applications in the last month. Inherited from microsoft.graph.tenantGovernanceServices.multiTenantApplicationMetricsBase.
outboundMonthlyTotalApplications String The total number of outbound multi-tenant applications in the last month. Inherited from microsoft.graph.tenantGovernanceServices.multiTenantApplicationMetricsBase.
updateDateTime DateTimeOffset Timestamp that represents when multitenant application metrics are aggregated and have sufficiently changed for the related tenant.
watermarkDateTime DateTimeOffset The date and time when the metrics snapshot was taken. Inherited from microsoft.graph.tenantGovernanceServices.multiTenantApplicationMetricsBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tenantGovernanceServices.multiTenantApplicationMetricsRecent",
  "id": "String (identifier)",
  "watermarkDateTime": "String (timestamp)",
  "inboundMonthlyTotalApplications": "String",
  "outboundMonthlyTotalApplications": "String",
  "updateDateTime": "String (timestamp)"
}