Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
A collection of groups that are enabled to use an authentication method as part of an authentication method policy in Microsoft Entra ID. Inherits from entity.
The following types are derived from this resource type:
Property | Type | Description |
---|---|---|
id | String | Object identifier of a Microsoft Entra user or group. |
isRegistrationRequired | Boolean | Determines if the user is enforced to register the authentication method. |
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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationMethodTarget",
"id": "String (identifier)",
"targetType": "String",
"isRegistrationRequired": "Boolean"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now