windmill-api 1.811.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**required_events** | Option<**i32**> | Number of approvals required before continuing | [optional]
**timeout** | Option<**i32**> | Timeout in seconds before auto-continuing or canceling | [optional]
**resume_form** | Option<[**models::FlowModuleSuspendResumeForm**]FlowModule_suspend_resume_form.md> |  | [optional]
**user_auth_required** | Option<**bool**> | If true, only authenticated users can approve | [optional]
**user_groups_required** | Option<[**models::InputTransform**]InputTransform.md> |  | [optional]
**self_approval_disabled** | Option<**bool**> | If true, the user who started the flow cannot approve | [optional]
**hide_cancel** | Option<**bool**> | If true, hide the cancel button on the approval form | [optional]
**continue_on_disapprove_timeout** | Option<**bool**> | If true, continue flow on timeout instead of canceling | [optional]
**skin** | Option<**String**> | How the approval request is presented, on the approval page and in Slack/Teams approval messages. 'detailed' (used when unset) shows the flow details (arguments, graph, approvers); 'minimal' shows only the request: the step description, form and approve/reject actions | [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)