| 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 |
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)
| 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". |
None.
The following JSON representation shows the resource type.
{
"authDetail": "String",
"authMethod": "String"
}