passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration 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.

Represents a Microsoft Authenticator Passwordless Phone Sign-in authentication methods policy. Authentication methods policies define configuration settings and users or groups that are enabled to use the authentication method.

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.

Methods

Method Return type Description
Get (deprecated) passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration Read the properties and relationships of a passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration object.
Update (deprecated) passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration Update the properties of a passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration object.
Delete (deprecated) None Reverts the passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration object to its default configuration.

Properties

Property Type Description
id String The authentication method policy identifier.
state authenticationMethodState Possible values are: enabled, disabled.

Relationships

Relationship Type Description
includeTargets passwordlessMicrosoftAuthenticatorAuthenticationMethodTarget collection A collection of groups that are enabled to use the authentication method.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration",
  "id": "String (identifier)",
  "state": "String",
  "includeTargets": [ { "@odata.type": "microsoft.graph.authenticationMethodTarget" } ]
}