Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.29 KB

File metadata and controls

21 lines (17 loc) · 1.29 KB

WhitelabelConfiguration

Properties

Name Type Description Notes
id int Unique Id [optional]
logo_file str Customer logo image. Expected base64 encoded data (write-only) [optional]
logo_url str Logo image url (read-only) [optional]
favicon_file str Custom favicon image. Expected base64 encoded data (write-only) [optional]
favicon_url str Favicon image url (read-only) [optional]
default_title str Default page title [optional]
show_help_menu bool Boolean to toggle showing help menus [optional]
show_docs bool Boolean to toggle showing docs [optional]
show_email_sub_options bool Boolean to toggle showing email subscription options. [optional]
allow_looker_mentions bool Boolean to toggle mentions of Looker in emails [optional]
allow_looker_links bool Boolean to toggle links to Looker in emails [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]