Class SecureEmbedCreateRequestAttributes

Attributes for creating a secure embed shared dashboard.

Hierarchy

  • SecureEmbedCreateRequestAttributes

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

Default time range configuration for the secure embed.

globalTimeSelectable: boolean

Whether viewers can change the time range.

selectableTemplateVars: SecureEmbedSelectableTemplateVariable[]

Template variables viewers can modify.

The status of the secure embed share. Active means the shared dashboard is available. Paused means it is not.

title: string

Display title for the shared dashboard.

viewingPreferences: SecureEmbedViewingPreferences

Display settings for the secure embed shared dashboard.

Generated using TypeDoc