DashboardAccess
Represents a dashboard's access.
type DashboardAccess {
type: DashboardAccessType!
canEdit: Boolean
users: [ID]
}
Fields
DashboardAccess.type
● DashboardAccessType!
non-null enum
The dashboard's access type.
DashboardAccess.canEdit
● Boolean
scalar
Whether the given users can edit this dashboard.
DashboardAccess.users
● [ID]
list scalar
The list of users who should be able to access this dashboard. This is only applicable with DashboardAccessType set to 'users'.
Member Of
Dashboard
object