Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.01 KB

File metadata and controls

59 lines (45 loc) · 2.01 KB
title b2BRegistrationMetricsBase resource type
description Abstract base type for B2B registration metrics.
author akhil-potturi
ms.date 03/16/2026
ms.localizationpriority medium
ms.subservice entra-tenant-governance
doc_type resourcePageType

b2BRegistrationMetricsBase resource type

Namespace: microsoft.graph.tenantGovernanceServices

[!INCLUDE beta-disclaimer]

This resource is an abstract base type and does not appear directly in API responses. Use the concrete types b2BRegistrationMetricsInitial or b2BRegistrationMetricsRecent.

Abstract base type that defines common properties for B2B registration metrics snapshots.

Inherits from microsoft.graph.entity.

Properties

Property Type Description
id String Unique identifier for the metrics snapshot. Inherited from microsoft.graph.entity.
inboundTotalUsers String The total number of inbound B2B guest users registered.
outboundTotalUsers String The total number of outbound B2B users from this tenant registered in other tenants.
watermarkDateTime DateTimeOffset The date and time when the metrics snapshot was taken.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

Note

This abstract type is not returned in API responses. See concrete implementations.

{
  "@odata.type": "#microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase",
  "id": "String (identifier)",
  "watermarkDateTime": "String (timestamp)",
  "inboundTotalUsers": "String",
  "outboundTotalUsers": "String"
}