tapis-files 0.3.0

The Tapis Files API provides for management of file resources on Tapis systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# NativeLinuxSetFaclRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operation** | **String** |  | 
**recursion_method** | Option<**String**> | Recursion may be set to physical (don't follow symlinks) or logical (follow symlinks), or none (don't recurse).  | [optional][default to None]
**acl_string** | **String** | specifies the actual acl string to set.  Multiple acls may be separated by  commas. Examples - user:myuser:rwx,group             group:mygroup:rw             user:myuser:rwx,group,group:mygroup:rw   | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)