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

Timeframe setting for the shared dashboard.

globalTimeSelectableEnabled?: boolean

Whether to allow viewers to select a different global time setting for 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 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).

Generated using TypeDoc