DashboardGroup interface

Describes a list of dashboards associated to an owner. Currently, teams own dashboard groups.

Properties

dashboardEntries

A list of Dashboards held by the Dashboard Group

permission

Deprecated: The old permission model describing the level of permissions for the current team. Pre-M125.

teamDashboardPermission

A permissions bit mask describing the security permissions of the current team for dashboards. When this permission is the value None, use GroupMemberPermission. Permissions are evaluated based on the presence of a value other than None, else the GroupMemberPermission will be saved.

url

Property Details

dashboardEntries

A list of Dashboards held by the Dashboard Group

dashboardEntries: DashboardGroupEntry[]

Property Value

permission

Deprecated: The old permission model describing the level of permissions for the current team. Pre-M125.

permission: GroupMemberPermission

Property Value

teamDashboardPermission

A permissions bit mask describing the security permissions of the current team for dashboards. When this permission is the value None, use GroupMemberPermission. Permissions are evaluated based on the presence of a value other than None, else the GroupMemberPermission will be saved.

teamDashboardPermission: TeamDashboardPermission

Property Value

url

url: string

Property Value

string