Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.67 KB

microsoftauthenticatorauthenticationmethodtarget.md

File metadata and controls

45 lines (40 loc) · 1.67 KB
title description author ms.reviewer ms.localizationpriority ms.subservice doc_type
microsoftAuthenticatorAuthenticationMethodTarget resource type
A collection of groups enabled to use Microsoft Authenticator authentication methods policy.
mjsantani
intelligentaccesspm
medium
entra-sign-in
resourcePageType

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