Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 3.32 KB

File metadata and controls

45 lines (41 loc) · 3.32 KB

Dashboard

Properties

Name Type Description Notes
id str Unique Id [optional]
content_metadata_id int Id of content metadata [optional]
content_favorite_id int Content Favorite Id [optional]
view_count int Number of times viewed in the Looker web UI [optional]
last_accessed_at datetime Time the dashboard was last accessed [optional]
favorite_count int Number of times favorited [optional]
user_id int Id of User [optional]
title str Look Title [optional]
description str Description [optional]
readonly bool Is Read-only [optional]
hidden bool Is Hidden [optional]
refresh_interval str Refresh Interval [optional]
refresh_interval_to_i int Refresh Interval as Integer [optional]
space SpaceBase Space [optional]
load_configuration str configuration option that governs how dashboard loading will happen. [optional]
model LookModel Model [optional]
space_id str Id of Space [optional]
dashboard_elements list[DashboardElement] Elements [optional]
dashboard_layouts list[DashboardLayout] Layouts [optional]
dashboard_filters list[DashboardFilter] Filters [optional]
last_viewed_at datetime Time last viewed in the Looker web UI [optional]
background_color str Background color [optional]
show_title bool Show title [optional]
title_color str Title color [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]
tile_background_color str Tile background color [optional]
tile_text_color str Tile text color [optional]
text_tile_text_color str Color of text on text tiles [optional]
last_updater_id int Id of User that last updated the dashboard. [optional]
deleter_id int Id of User that deleted the dashboard. [optional]
deleted bool Whether or not a dashboard is deleted. [optional]
created_at datetime Time that the Dashboard was created. [optional]
deleted_at datetime Time that the Dashboard was deleted. [optional]
query_timezone str Timezone in which the Dashboard will run by default. [optional]
edit_uri str Relative path of URI of LookML file to edit the dashboard (LookML dashboard only). [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

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