Logo

View the Project on GitHub elements-storage/elements-sdk-python

OneTimeAccessToken

A shareable access token granting temporary access to specific media bundles or directories via a link, optionally password-protected and view-limited. Called "Sharing Links" in the UI.

Properties

Name Type Description Notes
id int    
activity [OneTimeAccessTokenActivity]   [readonly]
user ElementsUserMini    
media_root_permissions [int]   [readonly]
shared_bundles [OneTimeAccessTokenSharedObject]   [readonly]
shared_directories [OneTimeAccessTokenSharedObject]   [readonly]
full_url str   [readonly]
has_password bool   [readonly]
url str    
token str    
created_at datetime   [readonly]
view_limit_enabled bool    
view_limit_left int    
expires datetime, none_type    
require_login bool    
created_by ElementsUserMini   [optional]
is_easy_sharing_for_bundle int, none_type   [optional] [readonly]
is_easy_sharing_for_directory int, none_type   [optional] [readonly]

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