This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogPermissionService.
list_dashboard_permissions
list_dashboard_permissions(
workspace_id: str, dashboard_id: str
) ->
<class 'gooddata_sdk.catalog.permission.declarative_model.dashboard_permissions.CatalogDashboardPermissions'>
Provide list of users and user groups with granted dashboard permissions for particular dashboard
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string. e.g. "demo" |
dashboard_id | str | Dashboard identification string. e.g. "campaign" |
Returns
type | description |
---|---|
CatalogDashboardPermissions | Object containing users and user groups and granted dashboard permissions |