Streaming Azure devops Organizational level audit logs using Terraform

Hi, I am currently using the azuredevops provider (GitHub - microsoft/terraform-provider-azuredevops: Terraform Azure DevOps provider). Currently I am able to setup an organizational level audit stream manually using the following resources

I was wondering whether it is possible to use the azuredevops provider to setup an Audit stream to send logs to a Splunk or Azure log analytics workspace?

P.S.
As far as I understand the provider requires the organizational level resources (i.e the organization itself and other properties) to be setup in advance and does not currently support setting up organizational level properties using terraform. Any clarification on this matter would also be appreciated.