mfaCompletionMetric resource type
Namespace: microsoft.graph
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 insights on the MFA usage for apps registered in your tenant configured for Microsoft Entra External ID for customers, over a specific period (daily or monthly).
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List daily | mfaCompletionMetric collection | Get a list of daily MFA completions on apps registered in your tenant configured for Microsoft Entra External ID for customers. |
List monthly | mfaCompletionMetric collection | Get a list of monthly MFA completions on apps registered in your tenant configured for Microsoft Entra External ID for customers. |
Properties
Property | Type | Description |
---|---|---|
appId | String | The ID of the Microsoft Entra application. Supports $filter (eq ). |
attemptsCount | Int64 | Number of users who attempted to sign up. Supports $filter (eq ). |
factDate | Date | The date of the user insight. |
id | String | Identifier for the user insight. Inherited from entity. |
mfaMethod | String | The MFA authentication method used by the customers. Supports $filter (eq ). |
os | String | The platform of the device that the customers used. Supports $filter (eq ). |
successCount | Int64 | Number of users who signed up successfully. Supports $filter (eq ). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.mfaCompletionMetric",
"appId": "String",
"attemptsCount": "Int64",
"factDate": "String (date)",
"id": "String (identifier)",
"mfaMethod": "String",
"os": "String",
"successCount": "Int64"
}