Name | Type | Description | Notes |
---|---|---|---|
pk | java.util.UUID | [readonly] | |
name | kotlin.String | ||
component | kotlin.String | Get object type so that we know how to edit the object | [readonly] |
verboseName | kotlin.String | Return object's verbose_name | [readonly] |
verboseNamePlural | kotlin.String | Return object's plural verbose_name | [readonly] |
metaModelName | kotlin.String | Return internal model name | [readonly] |
flowSet | kotlin.collections.List<FlowSet> | [optional] | |
userFields | kotlin.collections.List<UserFieldsEnum> | Fields of the user object to match against. (Hold shift to select multiple options) | [optional] |
passwordStage | java.util.UUID | When set, shows a password field, instead of showing the password field as seaprate step. | [optional] |
caseInsensitiveMatching | kotlin.Boolean | When enabled, user fields are matched regardless of their casing. | [optional] |
showMatchedUser | kotlin.Boolean | 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] |
enrollmentFlow | java.util.UUID | Optional enrollment flow, which is linked at the bottom of the page. | [optional] |
recoveryFlow | java.util.UUID | Optional recovery flow, which is linked at the bottom of the page. | [optional] |
passwordlessFlow | java.util.UUID | Optional passwordless flow, which is linked at the bottom of the page. | [optional] |
sources | kotlin.collections.List<java.util.UUID> | Specify which sources should be shown. | [optional] |
showSourceLabels | kotlin.Boolean | [optional] | |
pretendUserExists | kotlin.Boolean | When enabled, the stage will succeed and continue even when incorrect user info is entered. | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.