| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | ||
| flow_set | Option<Vecmodels::FlowSetRequest> | [optional] | |
| user_fields | Option<Vecmodels::UserFieldsEnum> | Fields of the user object to match against. (Hold shift to select multiple options) | [optional] |
| password_stage | Option<uuid::Uuid> | When set, shows a password field, instead of showing the password field as seaprate step. | [optional] |
| case_insensitive_matching | Option<bool> | When enabled, user fields are matched regardless of their casing. | [optional] |
| show_matched_user | Option<bool> | When a valid username/email has been entered, and this option is enabled, the user's username and avatar will be shown. Otherwise, the text that the user entered will be shown | [optional] |
| enrollment_flow | Option<uuid::Uuid> | Optional enrollment flow, which is linked at the bottom of the page. | [optional] |
| recovery_flow | Option<uuid::Uuid> | Optional recovery flow, which is linked at the bottom of the page. | [optional] |
| passwordless_flow | Option<uuid::Uuid> | Optional passwordless flow, which is linked at the bottom of the page. | [optional] |
| sources | Option<Vecuuid::Uuid> | Specify which sources should be shown. | [optional] |
| show_source_labels | Option<bool> | [optional] | |
| pretend_user_exists | Option<bool> | When enabled, the stage will succeed and continue even when incorrect user info is entered. | [optional] |