Logo

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

FilesystemPermissionUpdate

A low-level grant of filesystem access to an ELEMENTS WebUI user or group for a path, useful e.g. for granting additional access to paths for Automation jobs.

Properties

Name Type Description Notes
path str Filesystem path this permission grants access to.  
read_only bool When true, grant read-only access; otherwise read-write. [optional]
user int, none_type   [optional]
group int, none_type   [optional]

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