Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.07 KB

File metadata and controls

48 lines (39 loc) · 2.07 KB
title b2BSignInActivityMetrics resource type
description Represents B2B sign-in activity metrics showing guest user authentication between two related tenants.
author akhil-potturi
ms.date 03/10/2026
ms.localizationpriority medium
ms.subservice entra-tenant-governance
doc_type resourcePageType

b2BSignInActivityMetrics resource type

Namespace: microsoft.graph.tenantGovernanceServices

[!INCLUDE beta-disclaimer]

Represents B2B sign-in activity metrics that track monthly active guest users and applications accessed between the calling tenant and a related tenant. Includes both initial and recent snapshots with inbound and outbound activity counts.

Inherits from b2BSignInActivityMetricsBase

Properties

Property Type Description
id String Unique identifier for the metrics snapshot. Inherited from microsoft.graph.entity.

Relationships

Relationship Type Description
initial microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsInitial B2B sign-in activity metrics corresponding to initial snapshots where metrics were aggregated for the first time.
recent microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsRecent B2B sign-in activity metrics corresponding to recent snapshots where metrics were found to have sufficiently changed.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetrics",
  "id": "String (identifier)"
}