Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
FlowSet | Pointer to []FlowSetRequest | [optional] | |
UserFields | Pointer to []UserFieldsEnum | Fields of the user object to match against. (Hold shift to select multiple options) | [optional] |
PasswordStage | Pointer to NullableString | When set, shows a password field, instead of showing the password field as separate step. | [optional] |
CaptchaStage | Pointer to NullableString | When set, adds functionality exactly like a Captcha stage, but baked into the Identification stage. | [optional] |
CaseInsensitiveMatching | Pointer to bool | When enabled, user fields are matched regardless of their casing. | [optional] |
ShowMatchedUser | Pointer to 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] |
EnrollmentFlow | Pointer to NullableString | Optional enrollment flow, which is linked at the bottom of the page. | [optional] |
RecoveryFlow | Pointer to NullableString | Optional recovery flow, which is linked at the bottom of the page. | [optional] |
PasswordlessFlow | Pointer to NullableString | Optional passwordless flow, which is linked at the bottom of the page. | [optional] |
Sources | Pointer to []string | Specify which sources should be shown. | [optional] |
ShowSourceLabels | Pointer to bool | [optional] | |
PretendUserExists | Pointer to bool | When enabled, the stage will succeed and continue even when incorrect user info is entered. | [optional] |
func NewPatchedIdentificationStageRequest() *PatchedIdentificationStageRequest
NewPatchedIdentificationStageRequest instantiates a new PatchedIdentificationStageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPatchedIdentificationStageRequestWithDefaults() *PatchedIdentificationStageRequest
NewPatchedIdentificationStageRequestWithDefaults instantiates a new PatchedIdentificationStageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *PatchedIdentificationStageRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedIdentificationStageRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) GetFlowSet() []FlowSetRequest
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetFlowSetOk() (*[]FlowSetRequest, bool)
GetFlowSetOk returns a tuple with the FlowSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetFlowSet(v []FlowSetRequest)
SetFlowSet sets FlowSet field to given value.
func (o *PatchedIdentificationStageRequest) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) GetUserFields() []UserFieldsEnum
GetUserFields returns the UserFields field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetUserFieldsOk() (*[]UserFieldsEnum, bool)
GetUserFieldsOk returns a tuple with the UserFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetUserFields(v []UserFieldsEnum)
SetUserFields sets UserFields field to given value.
func (o *PatchedIdentificationStageRequest) HasUserFields() bool
HasUserFields returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) GetPasswordStage() string
GetPasswordStage returns the PasswordStage field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetPasswordStageOk() (*string, bool)
GetPasswordStageOk returns a tuple with the PasswordStage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetPasswordStage(v string)
SetPasswordStage sets PasswordStage field to given value.
func (o *PatchedIdentificationStageRequest) HasPasswordStage() bool
HasPasswordStage returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) SetPasswordStageNil(b bool)
SetPasswordStageNil sets the value for PasswordStage to be an explicit nil
func (o *PatchedIdentificationStageRequest) UnsetPasswordStage()
UnsetPasswordStage ensures that no value is present for PasswordStage, not even an explicit nil
func (o *PatchedIdentificationStageRequest) GetCaptchaStage() string
GetCaptchaStage returns the CaptchaStage field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetCaptchaStageOk() (*string, bool)
GetCaptchaStageOk returns a tuple with the CaptchaStage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetCaptchaStage(v string)
SetCaptchaStage sets CaptchaStage field to given value.
func (o *PatchedIdentificationStageRequest) HasCaptchaStage() bool
HasCaptchaStage returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) SetCaptchaStageNil(b bool)
SetCaptchaStageNil sets the value for CaptchaStage to be an explicit nil
func (o *PatchedIdentificationStageRequest) UnsetCaptchaStage()
UnsetCaptchaStage ensures that no value is present for CaptchaStage, not even an explicit nil
func (o *PatchedIdentificationStageRequest) GetCaseInsensitiveMatching() bool
GetCaseInsensitiveMatching returns the CaseInsensitiveMatching field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetCaseInsensitiveMatchingOk() (*bool, bool)
GetCaseInsensitiveMatchingOk returns a tuple with the CaseInsensitiveMatching field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetCaseInsensitiveMatching(v bool)
SetCaseInsensitiveMatching sets CaseInsensitiveMatching field to given value.
func (o *PatchedIdentificationStageRequest) HasCaseInsensitiveMatching() bool
HasCaseInsensitiveMatching returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) GetShowMatchedUser() bool
GetShowMatchedUser returns the ShowMatchedUser field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetShowMatchedUserOk() (*bool, bool)
GetShowMatchedUserOk returns a tuple with the ShowMatchedUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetShowMatchedUser(v bool)
SetShowMatchedUser sets ShowMatchedUser field to given value.
func (o *PatchedIdentificationStageRequest) HasShowMatchedUser() bool
HasShowMatchedUser returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) GetEnrollmentFlow() string
GetEnrollmentFlow returns the EnrollmentFlow field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetEnrollmentFlowOk() (*string, bool)
GetEnrollmentFlowOk returns a tuple with the EnrollmentFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetEnrollmentFlow(v string)
SetEnrollmentFlow sets EnrollmentFlow field to given value.
func (o *PatchedIdentificationStageRequest) HasEnrollmentFlow() bool
HasEnrollmentFlow returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) SetEnrollmentFlowNil(b bool)
SetEnrollmentFlowNil sets the value for EnrollmentFlow to be an explicit nil
func (o *PatchedIdentificationStageRequest) UnsetEnrollmentFlow()
UnsetEnrollmentFlow ensures that no value is present for EnrollmentFlow, not even an explicit nil
func (o *PatchedIdentificationStageRequest) GetRecoveryFlow() string
GetRecoveryFlow returns the RecoveryFlow field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetRecoveryFlowOk() (*string, bool)
GetRecoveryFlowOk returns a tuple with the RecoveryFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetRecoveryFlow(v string)
SetRecoveryFlow sets RecoveryFlow field to given value.
func (o *PatchedIdentificationStageRequest) HasRecoveryFlow() bool
HasRecoveryFlow returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) SetRecoveryFlowNil(b bool)
SetRecoveryFlowNil sets the value for RecoveryFlow to be an explicit nil
func (o *PatchedIdentificationStageRequest) UnsetRecoveryFlow()
UnsetRecoveryFlow ensures that no value is present for RecoveryFlow, not even an explicit nil
func (o *PatchedIdentificationStageRequest) GetPasswordlessFlow() string
GetPasswordlessFlow returns the PasswordlessFlow field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetPasswordlessFlowOk() (*string, bool)
GetPasswordlessFlowOk returns a tuple with the PasswordlessFlow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetPasswordlessFlow(v string)
SetPasswordlessFlow sets PasswordlessFlow field to given value.
func (o *PatchedIdentificationStageRequest) HasPasswordlessFlow() bool
HasPasswordlessFlow returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) SetPasswordlessFlowNil(b bool)
SetPasswordlessFlowNil sets the value for PasswordlessFlow to be an explicit nil
func (o *PatchedIdentificationStageRequest) UnsetPasswordlessFlow()
UnsetPasswordlessFlow ensures that no value is present for PasswordlessFlow, not even an explicit nil
func (o *PatchedIdentificationStageRequest) GetSources() []string
GetSources returns the Sources field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetSourcesOk() (*[]string, bool)
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetSources(v []string)
SetSources sets Sources field to given value.
func (o *PatchedIdentificationStageRequest) HasSources() bool
HasSources returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) GetShowSourceLabels() bool
GetShowSourceLabels returns the ShowSourceLabels field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetShowSourceLabelsOk() (*bool, bool)
GetShowSourceLabelsOk returns a tuple with the ShowSourceLabels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetShowSourceLabels(v bool)
SetShowSourceLabels sets ShowSourceLabels field to given value.
func (o *PatchedIdentificationStageRequest) HasShowSourceLabels() bool
HasShowSourceLabels returns a boolean if a field has been set.
func (o *PatchedIdentificationStageRequest) GetPretendUserExists() bool
GetPretendUserExists returns the PretendUserExists field if non-nil, zero value otherwise.
func (o *PatchedIdentificationStageRequest) GetPretendUserExistsOk() (*bool, bool)
GetPretendUserExistsOk returns a tuple with the PretendUserExists field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedIdentificationStageRequest) SetPretendUserExists(v bool)
SetPretendUserExists sets PretendUserExists field to given value.
func (o *PatchedIdentificationStageRequest) HasPretendUserExists() bool
HasPretendUserExists returns a boolean if a field has been set.