Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 1.79 KB

Space.md

File metadata and controls

27 lines (23 loc) · 1.79 KB

Space

Properties

Name Type Description Notes
id string Unique Id [optional]
content_metadata_id int Id of content metadata [optional]
creator_id int User Id of Creator [optional]
name string Unique Name [optional]
is_personal bool Space is a user's personal space [optional]
is_personal_descendant bool Space is descendant of a user's personal space [optional]
is_shared_root bool Space is the root shared space [optional]
is_root bool (DEPRECATED) Space is the root shared space (alias of is_shared_root) [optional]
is_users_root bool Space is the root user space [optional]
is_user_root bool (DEPRECATED) Space is the root user space (alias of is_users_root [optional]
is_embed bool Space is an embed space [optional]
is_embed_shared_root bool Space is the root embed shared space [optional]
is_embed_users_root bool Space is the root embed users space [optional]
external_id string Embedder's Id if this space was autogenerated as an embedding shared space via 'external_group_id' in an SSO embed login [optional]
parent_id int Id of Parent
looks \Looker\Model\LookWithDashboards[] Looks [optional]
dashboards \Looker\Model\DashboardBase[] Dashboards [optional]
can map[string,bool] Operations the current user is able to perform on this object [optional]

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