Details of a dashboard.

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

Properties

description?: string

The description of the dashboard.

editPermissions: SharePermission[]

The edit permissions for the dashboard.

name: string

The name of the dashboard.

sharePermissions: SharePermission[]

The share permissions for the dashboard.