Class SecureEmbedUpdateResponseAttributes

Attributes of an updated secure embed shared dashboard.

Hierarchy

  • SecureEmbedUpdateResponseAttributes

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?: string

Creation timestamp.

credentialSuffix?: string

Last 4 characters of the credential. Defaults to 0000 if unavailable.

dashboardId?: string

The source dashboard ID.

Default time range configuration for the secure embed.

globalTimeSelectable?: boolean

Whether time range is viewer-selectable.

id?: string

Internal share ID.

selectableTemplateVars?: SecureEmbedSelectableTemplateVariable[]

Template variables with their configuration.

The type of share. Always secure_embed.

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

title?: string

Display title.

token?: string

Public share token.

url?: string

CDN URL for the shared dashboard.

viewingPreferences?: SecureEmbedViewingPreferences

Display settings for the secure embed shared dashboard.

Generated using TypeDoc