Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.55 KB

SpaceBase.md

File metadata and controls

24 lines (20 loc) · 1.55 KB

SpaceBase

Properties

Name Type Description Notes
id str Unique Id [optional]
content_metadata_id int Id of content metadata [optional]
creator_id int User Id of Creator [optional]
name str 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_users_root bool Space is the root user space [optional]
is_root bool (DEPRECATED) Space is the root shared space (alias of is_shared_root) [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 str Embedder's Id if this space was autogenerated as an embedding shared space via 'external_group_id' in an SSO embed login [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]