Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.46 KB

File metadata and controls

58 lines (42 loc) · 1.46 KB
title mfaDetail resource type
description Indicates MFA details for a specific sign-in. It includes the authentication method used for signing in and auth details (for example, Phone, SMS, or voicemail)
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-monitoring-health
author egreenberg14
ms.date 05/09/2024

mfaDetail resource type

Namespace: microsoft.graph

Indicates MFA details for a specific sign-in. It includes the authentication method used for signing in and auth details (for example: Phone, SMS, or voicemail)

Properties

Property Type Description
authDetail String Indicates the MFA auth detail for the corresponding sign-in activity when the MFA Required is "Yes".
authMethod String Indicates the MFA Auth methods (SMS, Phone, Authenticator App are some of the values) for the corresponding sign-in activity when the MFA Required field is "Yes".

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "authDetail": "String",
  "authMethod": "String"
}