Name | Type | Description | Notes |
---|---|---|---|
FlowInfo | Pointer to ContextualFlowInfo | [optional] | |
Component | Pointer to string | [optional] [default to "ak-stage-password"] | |
ResponseErrors | Pointer to map[string][]ErrorDetail | [optional] | |
PendingUser | string | ||
PendingUserAvatar | string | ||
RecoveryUrl | Pointer to string | [optional] | |
AllowShowPassword | Pointer to bool | [optional] [default to false] |
func NewPasswordChallenge(pendingUser string, pendingUserAvatar string, ) *PasswordChallenge
NewPasswordChallenge instantiates a new PasswordChallenge 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 NewPasswordChallengeWithDefaults() *PasswordChallenge
NewPasswordChallengeWithDefaults instantiates a new PasswordChallenge 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 *PasswordChallenge) GetFlowInfo() ContextualFlowInfo
GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.
func (o *PasswordChallenge) GetFlowInfoOk() (*ContextualFlowInfo, bool)
GetFlowInfoOk returns a tuple with the FlowInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordChallenge) SetFlowInfo(v ContextualFlowInfo)
SetFlowInfo sets FlowInfo field to given value.
func (o *PasswordChallenge) HasFlowInfo() bool
HasFlowInfo returns a boolean if a field has been set.
func (o *PasswordChallenge) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *PasswordChallenge) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordChallenge) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *PasswordChallenge) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *PasswordChallenge) GetResponseErrors() map[string][]ErrorDetail
GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.
func (o *PasswordChallenge) GetResponseErrorsOk() (*map[string][]ErrorDetail, bool)
GetResponseErrorsOk returns a tuple with the ResponseErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordChallenge) SetResponseErrors(v map[string][]ErrorDetail)
SetResponseErrors sets ResponseErrors field to given value.
func (o *PasswordChallenge) HasResponseErrors() bool
HasResponseErrors returns a boolean if a field has been set.
func (o *PasswordChallenge) GetPendingUser() string
GetPendingUser returns the PendingUser field if non-nil, zero value otherwise.
func (o *PasswordChallenge) GetPendingUserOk() (*string, bool)
GetPendingUserOk returns a tuple with the PendingUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordChallenge) SetPendingUser(v string)
SetPendingUser sets PendingUser field to given value.
func (o *PasswordChallenge) GetPendingUserAvatar() string
GetPendingUserAvatar returns the PendingUserAvatar field if non-nil, zero value otherwise.
func (o *PasswordChallenge) GetPendingUserAvatarOk() (*string, bool)
GetPendingUserAvatarOk returns a tuple with the PendingUserAvatar field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordChallenge) SetPendingUserAvatar(v string)
SetPendingUserAvatar sets PendingUserAvatar field to given value.
func (o *PasswordChallenge) GetRecoveryUrl() string
GetRecoveryUrl returns the RecoveryUrl field if non-nil, zero value otherwise.
func (o *PasswordChallenge) GetRecoveryUrlOk() (*string, bool)
GetRecoveryUrlOk returns a tuple with the RecoveryUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordChallenge) SetRecoveryUrl(v string)
SetRecoveryUrl sets RecoveryUrl field to given value.
func (o *PasswordChallenge) HasRecoveryUrl() bool
HasRecoveryUrl returns a boolean if a field has been set.
func (o *PasswordChallenge) GetAllowShowPassword() bool
GetAllowShowPassword returns the AllowShowPassword field if non-nil, zero value otherwise.
func (o *PasswordChallenge) GetAllowShowPasswordOk() (*bool, bool)
GetAllowShowPasswordOk returns a tuple with the AllowShowPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PasswordChallenge) SetAllowShowPassword(v bool)
SetAllowShowPassword sets AllowShowPassword field to given value.
func (o *PasswordChallenge) HasAllowShowPassword() bool
HasAllowShowPassword returns a boolean if a field has been set.