passwordlessMicrosoftAuthenticatorAuthenticationMethodTarget resource type (deprecated)

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

A collection of groups enabled to use Microsoft Authenticator Passwordless Phone Sign-in authentication methods policy](../resources/passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration.md) in Azure AD.

Caution

The Microsoft Authenticator Passwordless Phone Sign-in authentication method policy API is deprecated and stopped returning results on December 31, 2020. Please use the new Microsoft Authenticator authentication method policy.

Properties

Property Type Description
id String Object ID of an Azure AD user or group.
isRegistrationRequired Boolean Determines whether the user is enforced to register the authentication method.
targetType authenticationMethodTargetType Possible values are: user, group.
useForSignIn Boolean Determines whether the authentication method can be used to sign in to Azure AD.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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