| title | microsoftAuthenticatorAuthenticationMethodTarget resource type |
|---|---|
| description | A collection of groups enabled to use Microsoft Authenticator authentication methods policy. |
| author | mjsantani |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
A collection of groups enabled to use Microsoft Authenticator authentication methods policy in Microsoft Entra ID.
| Property | Type | Description |
|---|---|---|
| authenticationMode | microsoftAuthenticatorAuthenticationMode | Determines which types of notifications can be used for sign-in. The 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 | The possible values are: user, group. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
"targetType": "String",
"id": "String (identifier)",
"isRegistrationRequired": "Boolean",
"authenticationMode": "String"
}