Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 3.23 KB

File metadata and controls

57 lines (48 loc) · 3.23 KB
title b2BSignInActivityMetricsRecent resource type
description Represents the most recent snapshot of B2B sign-in activity metrics.
author akhil-potturi
ms.date 03/10/2026
ms.localizationpriority medium
ms.subservice entra-tenant-governance
doc_type resourcePageType

b2BSignInActivityMetricsRecent resource type

Namespace: microsoft.graph.tenantGovernanceServices

[!INCLUDE beta-disclaimer]

Represents the most recent snapshot of B2B sign-in activity metrics for a related tenant, showing current monthly active guests and application counts.

Inherits from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase.

Properties

Property Type Description
id String Unique identifier for the metrics snapshot. Inherited from microsoft.graph.entity.
inboundMonthlyTotalApplications String The total number of applications accessed by inbound users in the last month. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase.
inboundMonthlyTotalUsers String The total number of unique inbound users with sign-in activity in the last month. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase.
outboundMonthlyTotalApplications String The total number of applications accessed by outbound users in the last month. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase.
outboundMonthlyTotalUsers String The total number of unique outbound users with sign-in activity in the last month. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase.
updateDateTime DateTimeOffset Timestamp that represents the most recent time B2B registration data was 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.b2BSignInActivityMetricsBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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