Logo

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

MediaRootPermissionAccessOptions

Properties

Name Type Description Notes
show_tags bool    
show_comments bool    
show_locations bool    
show_custom_fields bool    
show_ratings bool    
show_subclips bool    
show_subtitles bool    
show_ai_metadata bool    
show_markers bool    
show_history bool    
allow_read bool    
allow_create bool    
allow_write_fs bool Allow operations that would write to the filesystem  
allow_write_db bool Allow operations that would write to the database, e.g. editing asset metadata (tags, custom fields, ratings, comments).  
allow_proxy_download bool Allow downloading low-resolution proxy files.  
allow_original_download bool Allow downloading original full-resolution source files.  
allow_upload bool    
allow_sharing bool    
allow_delete_fs bool Allow deleting files from the filesystem.  
allow_delete_db bool Allow removing asset records and metadata from the database.  

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