{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget", "title": "authenticationMethodsRegistrationCampaignIncludeTarget", "required": [ "@odata.type" ], "type": "object", "properties": { "id": { "type": "string", "description": "The object identifier of a Microsoft Entra user or group." }, "targetedAuthenticationMethod": { "type": "string", "description": "The authentication method that the user is prompted to register. The value must be microsoftAuthenticator.", "nullable": true }, "targetType": { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodTargetType" }, "@odata.type": { "type": "string" } } }