Details of a dashboard.

interface DashboardDetails {
    description?: string;
    editPermissions: Version2.Version2Models.SharePermission[];
    name: string;
    sharePermissions: Version2.Version2Models.SharePermission[];
}

Hierarchy (view full)

Properties

description?: string

The description of the dashboard.

The edit permissions for the dashboard.

name: string

The name of the dashboard.

The share permissions for the dashboard.