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 is a JSON representation of the resource.

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