Edit

b2BSignInActivityMetrics resource type

Namespace: microsoft.graph.tenantGovernanceServices

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.
investigationHints microsoft.graph.tenantGovernanceServices.actionStep collection Ordered drill-in guidance for investigating sign-in user and application counts. This collection is returned only when explicitly requested by using a nested $expand query parameter, for example $expand=b2BSignInActivityMetrics($expand=investigationHints).
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)"
}