# PatchedAuthenticatorEmailStageRequest
## Properties
**name** | Option<**String**> | | [optional]
**flow_set** | Option<[**Vec<models::FlowSetRequest>**](FlowSetRequest.md)> | | [optional]
**configure_flow** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. | [optional]
**friendly_name** | Option<**String**> | | [optional]
**use_global_settings** | Option<**bool**> | When enabled, global Email connection settings will be used and connection settings below will be ignored. | [optional]
**host** | Option<**String**> | | [optional]
**port** | Option<**i32**> | | [optional]
**username** | Option<**String**> | | [optional]
**password** | Option<**String**> | | [optional]
**use_tls** | Option<**bool**> | | [optional]
**use_ssl** | Option<**bool**> | | [optional]
**timeout** | Option<**i32**> | | [optional]
**from_address** | Option<**String**> | | [optional]
**subject** | Option<**String**> | | [optional]
**token_expiry** | Option<**String**> | Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). | [optional]
**template** | Option<**String**> | | [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)