Hi community,
Assume I generate a personal access token for an entity. Post generation, can I restrict the access of the entity to specific REST APIs? In other words, consider this example where once I use generate the token and setup a bearer token based auth and try accessing different REST APIs provided by Databricks like below 3 APIs:
i) /api/2.1/unity-catalog/catalogs
ii) /api/2.0/preview/sql/queries
iii)
/api/2.0/sql/warehouses
Is it possible to only access APIs defined in (i) and (ii) and not give API access permission to (iii) to the entity?
Is there a way to enforce this?