| title | authenticationMethodsRegistrationCampaignIncludeTarget resource type |
|---|---|
| description | Allow users and groups of users to be prompted to set up targeted authentication methods. |
| author | mjsantani |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents the users and groups that are targeted for authentication method registration campaigns. Only users and groups that are enabled by the policy to set up the authentication method are targeted.
| Property | Type | Description |
|---|---|---|
| id | String | The object identifier of a Microsoft Entra user or group. |
| targetedAuthenticationMethod | String | The authentication method that the user is prompted to register. The value must be microsoftAuthenticator. |
| targetType | authenticationMethodTargetType | The type of the authentication method target. Possible values are: user, group, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget",
"id": "String (identifier)",
"targetedAuthenticationMethod": "String",
"targetType": "String"
}