Dashboard definition.

Hierarchy

  • DashboardSummaryDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
authorHandle?: string

Identifier of the dashboard author.

createdAt?: Date

Creation date of the dashboard.

description?: string

Description of the dashboard.

id?: string

Dashboard identifier.

isReadOnly?: boolean

Whether this dashboard is read-only. If True, only the author and admins can make changes to it.

This property is deprecated; please use the Restriction Policies API instead to manage write authorization for individual dashboards.

layoutType?: DashboardLayoutType

Layout type of the dashboard.

modifiedAt?: Date

Modification date of the dashboard.

title?: string

Title of the dashboard.

url?: string

URL of the dashboard.

Generated using TypeDoc