Update a shared dashboard's settings.

Hierarchy

  • SharedDashboardUpdateRequest

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
embeddableDomains?: string[]

The SharedDashboard embeddable_domains.

expiration?: Date

The time when an OPEN shared dashboard becomes publicly unavailable.

Timeframe setting for the shared dashboard.

globalTimeSelectableEnabled?: boolean

Whether to allow viewers to select a different global time setting for the shared dashboard.

The SharedDashboard invitees.

selectableTemplateVars?: SelectableTemplateVariableItems[]

List of objects representing template variables on the shared dashboard which can have selectable values.

shareList?: string[]

List of email addresses that can be given access to the shared dashboard.

shareType?: DashboardShareType

Type of sharing access (either open to anyone who has the public URL or invite-only).

Active means the dashboard is publicly available. Paused means the dashboard is not publicly available.

title?: string

Title of the shared dashboard.

viewingPreferences?: ViewingPreferences

The viewing preferences for a shared dashboard.

Generated using TypeDoc