getDashboardPermissions()
Home > @gooddata/sdk-backend-spi > IWorkspaceDashboardsService > getDashboardPermissions
IWorkspaceDashboardsService.getDashboardPermissions() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get current user's permissions to the dashboard.
Signature:
getDashboardPermissions(ref: ObjRef): Promise<IDashboardPermissions>;
Parameters
Parameter | Type | Description |
---|---|---|
ref | ObjRef | dashboard reference |
Returns:
Promise<IDashboardPermissions>