authenticationMethodsRegistrationCampaignIncludeTarget resource type

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.

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget",
  "id": "String (identifier)",
  "targetType": "String",
  "targetedAuthenticationMethod": "String"
}