Does anyone know if its possible to track viewer credentials of users accessing a dashboard on google data studio via GCP audit logging?
Currently, I am able to track the viewer email that is accessing via the bigquery.bi.engine resource below. But I am interested to know which table/dataset the viewer is accessing via the dashboard.
resource.type="audited_resource" resource.labels.service="bigquerybiengine.googleapis.com"
Appreciate if anyone knows how to do this.