Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

authenticationMethodsRegistrationCampaignIncludeTarget resource type

Namespace: microsoft.graph

Represents the users and groups that are targeted for authentication method registration campaigns.

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 can be Fido2 or microsoftAuthenticator.
targetType authenticationMethodTargetType The type of the authentication method target. The 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)",
 "targetedAuthenticationMethod": "String",
 "targetType": "String"
}

Feedback

Was this page helpful?

Additional resources