tapis-systems 0.3.0

The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SchedulerProfile

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**tenant** | Option<**String**> |  | [optional]
**name** | **String** |  | 
**description** | Option<**String**> | Optional more verbose description. | [optional]
**owner** | Option<**String**> |  | [optional][default to ${apiUserId}]
**module_loads** | Option<[**Vec<models::ModuleLoadSpec>**]ModuleLoadSpec.md> |  | [optional]
**hidden_options** | Option<[**Vec<models::SchedulerHiddenOptionEnum>**]SchedulerHiddenOptionEnum.md> |  | [optional]

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