The metadata object associated with how a dashboard has been/will be shared.

Hierarchy

  • SharedDashboard

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

User who shared the dashboard.

created?: Date

Date the dashboard was shared.

dashboardId: string

ID of the dashboard to share.

dashboardType: v1.DashboardType

The type of the associated private dashboard.

embeddableDomains?: string[]

The SharedDashboard embeddable_domains.

expiration?: Date

The time when an OPEN shared dashboard becomes publicly unavailable.

globalTime?: DashboardGlobalTime

Object containing the live span selection for the dashboard.

globalTimeSelectableEnabled?: boolean

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

The SharedDashboard invitees.

lastAccessed?: Date

The last time the shared dashboard was accessed. Null if never accessed.

publicUrl?: string

URL of the shared dashboard.

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 receive an invitation to 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.

token?: string

A unique token assigned to the shared dashboard.

viewingPreferences?: ViewingPreferences

The viewing preferences for a shared dashboard.

Generated using TypeDoc