Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 5.22 KB

Dashboard.md

File metadata and controls

58 lines (54 loc) · 5.22 KB

Dashboard

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
content_favorite_id string Content Favorite Id [optional]
content_metadata_id string Id of content metadata [optional]
description string Description [optional]
hidden bool Is Hidden [optional]
id string Unique Id [optional]
model \Swagger\Client\Model\LookModel Model [optional]
query_timezone string Timezone in which the Dashboard will run by default. [optional]
readonly bool Is Read-only [optional]
refresh_interval string Refresh Interval, as a time duration phrase like "2 hours 30 minutes". A number with no time units will be interpreted as whole seconds. [optional]
refresh_interval_to_i int Refresh Interval in milliseconds [optional]
folder \Swagger\Client\Model\FolderBase Folder [optional]
title string Dashboard Title [optional]
user_id string Id of User [optional]
slug string Content Metadata Slug [optional]
preferred_viewer string The preferred route for viewing this dashboard (ie: dashboards or dashboards-next) [optional]
alert_sync_with_dashboard_filter_enabled bool Enables alerts to keep in sync with dashboard filter changes [optional]
background_color string Background color [optional]
created_at \DateTime Time that the Dashboard was created. [optional]
crossfilter_enabled bool Enables crossfiltering in dashboards - only available in dashboards-next (beta) [optional]
dashboard_elements \Swagger\Client\Model\DashboardElement[] Elements [optional]
dashboard_filters \Swagger\Client\Model\DashboardFilter[] Filters [optional]
dashboard_layouts \Swagger\Client\Model\DashboardLayout[] Layouts [optional]
deleted bool Whether or not a dashboard is 'soft' deleted. [optional]
deleted_at \DateTime Time that the Dashboard was 'soft' deleted. [optional]
deleter_id string Id of User that 'soft' deleted the dashboard. [optional]
edit_uri string Relative path of URI of LookML file to edit the dashboard (LookML dashboard only). [optional]
enable_viz_full_screen bool Allow visualizations to be viewed in full screen mode [optional]
favorite_count int Number of times favorited [optional]
filters_bar_collapsed bool Sets the default state of the filters bar to collapsed or open [optional]
filters_location_top bool Sets the default state of the filters location to top(true) or right(false) [optional]
last_accessed_at \DateTime Time the dashboard was last accessed [optional]
last_viewed_at \DateTime Time last viewed in the Looker web UI [optional]
updated_at \DateTime Time that the Dashboard was most recently updated. [optional]
last_updater_id string Id of User that most recently updated the dashboard. [optional]
last_updater_name string Name of User that most recently updated the dashboard. [optional]
user_name string Name of User that created the dashboard. [optional]
load_configuration string configuration option that governs how dashboard loading will happen. [optional]
lookml_link_id string Links this dashboard to a particular LookML dashboard such that calling a sync operation on that LookML dashboard will update this dashboard to match. [optional]
show_filters_bar bool Show filters bar. Security Note: This property only affects the cosmetic appearance of the dashboard, not a user's ability to access data. Hiding the filters bar does NOT prevent users from changing filters by other means. For information on how to set up secure data access control policies, see Control User Access to Data [optional]
show_title bool Show title [optional]
folder_id string Id of folder [optional]
text_tile_text_color string Color of text on text tiles [optional]
tile_background_color string Tile background color [optional]
tile_text_color string Tile text color [optional]
title_color string Title color [optional]
view_count int Number of times viewed in the Looker web UI [optional]
appearance \Swagger\Client\Model\DashboardAppearance Dashboard visual settings only applicable to dashboards-next (beta) [optional]
url string Relative URL of the dashboard [optional]

[Back to Model list] [Back to API list] [Back to README]