windmill-api 1.818.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# OperatorSettings

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**runs** | **bool** | Whether operators can view runs | 
**schedules** | **bool** | Whether operators can view schedules | 
**resources** | **bool** | Whether operators can view resources | 
**variables** | **bool** | Whether operators can view variables | 
**assets** | **bool** | Whether operators can view assets | 
**audit_logs** | **bool** | Whether operators can view audit logs | 
**triggers** | **bool** | Whether operators can view triggers | 
**groups** | **bool** | Whether operators can view groups page | 
**folders** | **bool** | Whether operators can view folders page | 
**workers** | **bool** | Whether operators can view workers page | 
**manage_schedules** | Option<**bool**> | Whether operators can create, edit and delete schedules. Granted unless withdrawn; omitting the field leaves the stored value unchanged. | [optional]
**manage_triggers** | Option<**bool**> | Whether operators can create, edit and delete triggers. Granted unless withdrawn; omitting the field leaves the stored value unchanged. | [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)