Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 3.42 KB

authenticationdetail.md

File metadata and controls

62 lines (49 loc) · 3.42 KB
title description ms.localizationpriority author ms.subservice doc_type
authenticationDetail resource type
Provides the authentication details for a user sign-in, such as multifactor authentication (MFA) information and PTA/PHS details.
medium
egreenberg14
entra-monitoring-health
resourcePageType

authenticationDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides the authentication details for a user sign-in, such as multifactor authentication (MFA) information and PTA/PHS details.

Properties

Property Type Description
authenticationMethod String The type of authentication method used to perform this step of authentication. Possible values: Password, SMS, Voice, Authenticator App, Software OATH token, Satisfied by token, Previously satisfied.
authenticationMethodDetail String Details about the authentication method used to perform this authentication step. For example, phone number (for SMS and voice), device name (for Authenticator app), and password source (for example, cloud, AD FS, PTA, PHS).
authenticationStepDateTime DateTimeOffset Represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
authenticationStepRequirement String The step of authentication that this satisfied. For example, primary authentication, or multifactor authentication.
authenticationStepResultDetail String Details about why the step succeeded or failed. For examples, user is blocked, fraud code entered, no phone input - timed out, phone unreachable, or claim in token.
succeeded Boolean Indicates the status of the authentication step. Possible values: succeeded, failed.

JSON representation

The following JSON representation shows the resource type.

{
  "authenticationMethod": "String",
  "authenticationMethodDetail": "String",
  "authenticationStepDateTime": "String (timestamp)",
  "authenticationStepRequirement": "String",
  "authenticationStepResultDetail": "String",
  "succeeded": true
}