| title | voiceAuthenticationMethodTarget resource type |
|---|---|
| description | A collection of groups enabled to use voice call authentication method via policy. |
| author | luc-msft |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 05/09/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
A collection of groups enabled to use voice call authentication via the voice call authentication methods policy in Microsoft Entra ID. Inherits from authenticationMethodTarget.
| Property | Type | Description |
|---|---|---|
| id | String | Object ID of a Microsoft Entra group. |
| isRegistrationRequired | Boolean | Determines whether the user is enforced to register the authentication method. Not supported. |
| targetType | authenticationMethodTargetType | The possible values are: 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.voiceAuthenticationMethodTarget",
"id": "String (identifier)",
"targetType": "String",
"isRegistrationRequired": "Boolean"
}