Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.61 KB

File metadata and controls

51 lines (41 loc) · 1.61 KB
title userSignInUsageByAuthMethodActivity resource type
description Represents the summary of the number of successful sign-ins for each authentication method enabled on the tenant.
ms.date 07/23/2025
author egreenberg14
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.custom sfi-ga-nochange

userSignInUsageByAuthMethodActivity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the summary of the number of successful sign-ins for each authentication method enabled on the tenant.

Methods

Method Return type Description
List userSignInUsageByAuthMethodActivity collection Get the number of successful sign ins for each authentication method.

Properties

Property Type Description
authenticationMethod String The authentication method for the given summary.
successActivityCount Int64 The total number of successful sign in events for the given authentication method.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.userSignInUsageByAuthMethodActivity",
  "authenticationMethod": "String (identifier)",
  "successActivityCount": "Int64"
}