View the Project on GitHub elements-storage/elements-sdk-python
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.
| 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] |