Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 2.27 KB

File metadata and controls

49 lines (42 loc) · 2.27 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 05/09/2024

microsoftAuthenticatorAuthenticationMethodTarget resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

Properties

Property Type Description
authenticationMode microsoftAuthenticatorAuthenticationMode Determines which types of notifications can be used for sign-in. The possible values are: deviceBasedPush (passwordless only), push, and any.
id String Object identifier of a Microsoft Entra user or group. Inherited from authenticationMethodTarget.
isRegistrationRequired Boolean Determines whether the user is enforced to register the authentication method. Inherited from authenticationMethodTarget. Not supported.
targetType authenticationMethodTargetType The possible values are: group, and unknownFutureValue. From December 2022, targeting individual users using user is no longer recommended. Existing targets remain but we recommend moving the individual users to a targeted group. Inherited from authenticationMethodTarget.

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"
}