Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 2.19 KB

File metadata and controls

57 lines (48 loc) · 2.19 KB
title userRegistrationActivitySummary resource type
description Represents the summary of the number of successful/unsuccessful registration and reset events for each authentication method.
ms.date 01/12/2026
author egreenberg14
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.custom sfi-ga-nochange

userRegistrationActivitySummary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the summary of the number of successful/unsuccessful registration and reset events for each authentication method.

Methods

Method Return type Description
List userRegistrationActivitySummary collection Get the summary of the number of successful/unsuccessful registration and reset events for each authentication method.

Properties

Property Type Description
authMethod usageAuthMethod The authentication method for the given summary. Supports $filter (eq).
failureActivityCount Int64 The total number of failed activities for the corresponding authMethod and feature. Supports $filter (eq).
feature featureType The type of activity. The possible values are: registration, reset, unknownFutureValue. Supports $filter (eq).
id String The unique id for the given summary. Supports $filter (eq).
successfulActivityCount Int64 The total number of successful activities for the corresponding authMethod and feature. Supports $filter (gt, lt).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.userRegistrationActivitySummary",
  "id": "String (identifier)",
  "feature": "String",
  "successfulActivityCount": "Integer",
  "failureActivityCount": "Integer",
  "authMethod": "String"
}