Class SecureEmbedUpdateRequestAttributes

Attributes for updating a secure embed shared dashboard. All fields are optional.

Hierarchy

  • SecureEmbedUpdateRequestAttributes

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

Updated time selectability.

selectableTemplateVars?: SecureEmbedSelectableTemplateVariable[]

Updated template variables.

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

title?: string

Updated title.

viewingPreferences?: SecureEmbedViewingPreferences

Display settings for the secure embed shared dashboard.

Generated using TypeDoc