| title | passwordlessMicrosoftAuthenticatorAuthenticationMethod resource type |
|---|---|
| description | A representation of a Microsoft Authenticator Passwordless Phone Sign-in method registered to a user. |
| author | mjsantani |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| toc.title | Microsoft Authenticator Passwordless Phone sign-in (deprecated) |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
A representation of a Microsoft Authenticator Passwordless Phone Sign-in method registered to a user.
This is a derived type that inherits from the authenticationMethod resource type.
Caution
The Microsoft Authenticator Passwordless Phone Sign-in method API is deprecated and will stop returning results on December 31, 2020. Please use the new Microsoft Authenticator Authentication Method.
| Method | Return type | Description |
|---|---|---|
| List (deprecated) | passwordlessMicrosoftAuthenticatorAuthenticationMethod collection | Retrieve a list of a user's passwordlessMicrosoftAuthenticatorAuthenticationMethod objects and their properties. |
| Get (deprecated) | passwordlessMicrosoftAuthenticatorAuthenticationMethod | Read the properties and relationships of a user's passwordlessMicrosoftAuthenticatorAuthenticationMethod object. |
| Delete (deprecated) | None | Deletes a user's passwordlessMicrosoftAuthenticatorAuthenticationMethod object. |
| Property | Type | Description |
|---|---|---|
| id | String | The authentication method identifier. |
| displayName | String | The display name of the mobile device as given by the user. |
| creationDateTime | DateTimeOffset | The timestamp when this method was registered to the user. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod",
"id": "String (identifier)",
"displayName": "String",
"creationDateTime": "String (timestamp)"
}