voiceAuthenticationMethodTarget resource type
Namespace: microsoft.graph
A collection of groups enabled to use voice call authentication via the voice call authentication methods policy in Microsoft Entra ID.
Properties
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 | 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. |
Relationships
None.
JSON representation
Here's a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.voiceAuthenticationMethodTarget",
"id": "String (identifier)",
"targetType": "String",
"isRegistrationRequired": "Boolean"
}
Feedback
Submit and view feedback for