geodesic.account#
This module allows user to interact with their user account and associated resources such as projects, organizations, credentials, and tokens.
Account Classes#
|
The Project class to manage groups of nodes in a subgraph in entanglement |
|
Credentials to access secure resources such as a cloud storage bucket. |
|
The Organization class to manage groups users |
|
The User class to represent user info and control/update profile and permissions. |
|
The token class represents the share tokens created when a user shares a dataset through Ted |
Utility Functions#
|
Creates a new project. |
|
Gets a project by name or uid. |
Sets the active project. |
|
Gets the active project. |
|
Gets the uid/name/type of requested credential, or None if it doesn't exist |
Returns all of your user's credentials |
|
|
|
Returns the current logged in user |
|
Returns the requested user if the requestor has permissions |
Returns all users, if the current user has permission |
Returns all active tokens created by a user |