Class SharedDashboardResponseAttributes

Attributes of a shared dashboard response.

Hierarchy

  • SharedDashboardResponseAttributes

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
createdAt: Date

Time when the shared dashboard was created.

embeddableDomains: string[]

Domains where embed-type shared dashboards can be embedded.

expiration: null | Date

Time when the shared dashboard expires.

globalTime: null | {
    [key: string]: any;
}

Default time range configuration for the shared dashboard.

globalTimeSelectable: boolean

Whether viewers can select a different global time setting.

Invitees for invite-only shared dashboards.

lastAccessed: null | Date

Time when the shared dashboard was last accessed.

Template variables that viewers can modify.

Type of dashboard sharing.

sharerDisabled: boolean

Whether the user who shared the dashboard is disabled.

Status of the shared dashboard.

title: string

Display title for the shared dashboard.

token: string

Token assigned to the shared dashboard.

url: string

URL for the shared dashboard.

Display settings for the shared dashboard.

Generated using TypeDoc