Alert ACL's not available

eric-c
New Contributor II

The list of available ACL's for alerts suggests there's a way to set "can run" and "can manage" permissions but neither the REST API nor the Databricks CLI show options for setting permissions. Is there a way to set acl's on alerts? If so, how?

Alert ACL's: Access control lists - Azure Databricks | Microsoft Learn
Rest API: Alerts API | REST API reference | Azure Databricks

Walter_C
Databricks Employee
Databricks Employee

The API call needed to set the ACLs for an alert and other object types as (alerts | dashboards | data_sources | queries) is:

https://docs.databricks.com/api/workspace/dbsqlpermissions/set

eric-c
New Contributor II

Thanks @Walter_C  Looks like that api is deprecated now. Here's the latest one: Set workspace object permissions | Workspace API | REST API reference | Databricks on AWS