Workspace#
- class Workspace[source]#
Bases:
BaseModelA Flow360 workspace. Every account has a PRIVATE workspace; accounts that belong to a company tenant also have a SHARED company workspace visible to all tenant members.
Select one with
get_shared()orget_private(), then pass it to thefolder_or_workspaceargument of the Project API orFolder.create()to create resources in it.Note
Workspace selection is independent from account switching (
AccountsUtils).Accounts.choose_shared_account()changes which user you act as; the workspace selects where resources are created for the currently effective user. When both are combined, select the workspace after switching accounts.Attributes
- type: Literal['SHARED', 'PRIVATE']#
Additional Constructors
Get the shared company workspace of the current account.
- Return type: