Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.7 KB

File metadata and controls

46 lines (41 loc) · 1.7 KB
title microsoftAuthenticatorAuthenticationMethodTarget resource type
description A collection of groups enabled to use Microsoft Authenticator authentication methods policy.
author mjsantani
ms.reviewer intelligentaccesspm
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

microsoftAuthenticatorAuthenticationMethodTarget resource type

Namespace: microsoft.graph

A collection of groups enabled to use Microsoft Authenticator authentication methods policy in Microsoft Entra ID.

Properties

Property Type Description
authenticationMode microsoftAuthenticatorAuthenticationMode Determines which types of notifications can be used for sign-in. The possible values are: any, deviceBasedPush (passwordless only), push.
id String Object ID of a Microsoft Entra user or group.
isRegistrationRequired Boolean Determines whether the user is enforced to register the authentication method. Not supported.
targetType authenticationMethodTargetType The possible values are: user, group.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
  "targetType": "String",
  "id": "String (identifier)",
  "isRegistrationRequired": "Boolean",
  "authenticationMode": "String"
}