tapis-apps 0.3.1

The Tapis Applications API provides for management of Tapis applications including permissions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# AppFileInput

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** |  | 
**description** | Option<**String**> |  | [optional]
**input_mode** | Option<[**models::FileInputModeEnum**]FileInputModeEnum.md> |  | [optional]
**env_key** | Option<**String**> |  | [optional]
**auto_mount_local** | Option<**bool**> |  | [optional][default to true]
**notes** | Option<[**serde_json::Value**].md> |  | [optional]
**source_url** | Option<**String**> |  | [optional]
**target_path** | **String** |  | 

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