Adding users & groups to azuread_synchronization_job

Hi, I am trying to automate SCIM provisioning of users and groups from Entra ID to Databricks, following the guide in this PR (Add support for automatic provisioning using synchronization jobs by JoostvDoorn · Pull Request #830 · hashicorp/terraform-provider-azuread · GitHub) I was able to create the aplication and connect it to Databricks.

I have sucessfully synchronized users that I added to the application manually, but automating users & groups to be synchronized would be extremelly helpfull, is there a way to do such in terraform?