Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
/ client-swift Public archive

Latest commit

 

History

History
30 lines (26 loc) · 1.77 KB

File metadata and controls

30 lines (26 loc) · 1.77 KB

EmailStage

Properties

Name Type Description Notes
pk UUID [readonly]
name String
component String Get object type so that we know how to edit the object [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
flowSet [FlowSet] [readonly]
useGlobalSettings Bool When enabled, global Email connection settings will be used and connection settings below will be ignored. [optional]
host String [optional]
port Int [optional]
username String [optional]
useTls Bool [optional]
useSsl Bool [optional]
timeout Int [optional]
fromAddress String [optional]
tokenExpiry String Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). [optional]
subject String [optional]
template String [optional]
activateUserOnSuccess Bool Activate users upon completion of stage. [optional]
recoveryMaxAttempts Int [optional]
recoveryCacheTimeout String The time window used to count recent account recovery attempts. If the number of attempts exceed recovery_max_attempts within this period, further attempts will be rate-limited. (Format: hours=1;minutes=2;seconds=3). [optional]

[Back to Model list] [Back to API list] [Back to README]