Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.96 KB

File metadata and controls

48 lines (42 loc) · 1.96 KB
title smsAuthenticationMethodTarget resource type
description A collection of groups enabled to use the text message authentication methods policy.
author luc-msft
ms.reviewer intelligentaccesspm
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 03/21/2024

smsAuthenticationMethodTarget resource type

Namespace: microsoft.graph

A collection of groups enabled to use the text message authentication methods policy in Microsoft Entra ID.

Inherits from authenticationMethodConfiguration.

Properties

Property Type Description
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.
isUsableForSignIn Boolean Determines if users can use this authentication method to sign in to Microsoft Entra ID. true if users can use this method for primary authentication, otherwise false.
targetType authenticationMethodTargetType The possible values are: user, 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.smsAuthenticationMethodTarget",
  "id": "String (identifier)",
  "targetType": "String",
  "isRegistrationRequired": "Boolean",
  "isUsableForSignIn": "Boolean"
}