Name | Type | Description | Notes |
---|---|---|---|
FlowInfo | Pointer to ContextualFlowInfo | [optional] | |
Component | Pointer to string | [optional] [default to "ak-stage-authenticator-validate"] | |
ResponseErrors | Pointer to map[string][]ErrorDetail | [optional] | |
PendingUser | string | ||
PendingUserAvatar | string | ||
DeviceChallenges | []DeviceChallenge | ||
ConfigurationStages | []SelectableStage |
func NewAuthenticatorValidationChallenge(pendingUser string, pendingUserAvatar string, deviceChallenges []DeviceChallenge, configurationStages []SelectableStage, ) *AuthenticatorValidationChallenge
NewAuthenticatorValidationChallenge instantiates a new AuthenticatorValidationChallenge 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 NewAuthenticatorValidationChallengeWithDefaults() *AuthenticatorValidationChallenge
NewAuthenticatorValidationChallengeWithDefaults instantiates a new AuthenticatorValidationChallenge 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 *AuthenticatorValidationChallenge) GetFlowInfo() ContextualFlowInfo
GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.
func (o *AuthenticatorValidationChallenge) 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 *AuthenticatorValidationChallenge) SetFlowInfo(v ContextualFlowInfo)
SetFlowInfo sets FlowInfo field to given value.
func (o *AuthenticatorValidationChallenge) HasFlowInfo() bool
HasFlowInfo returns a boolean if a field has been set.
func (o *AuthenticatorValidationChallenge) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *AuthenticatorValidationChallenge) 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 *AuthenticatorValidationChallenge) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *AuthenticatorValidationChallenge) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *AuthenticatorValidationChallenge) GetResponseErrors() map[string][]ErrorDetail
GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.
func (o *AuthenticatorValidationChallenge) 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 *AuthenticatorValidationChallenge) SetResponseErrors(v map[string][]ErrorDetail)
SetResponseErrors sets ResponseErrors field to given value.
func (o *AuthenticatorValidationChallenge) HasResponseErrors() bool
HasResponseErrors returns a boolean if a field has been set.
func (o *AuthenticatorValidationChallenge) GetPendingUser() string
GetPendingUser returns the PendingUser field if non-nil, zero value otherwise.
func (o *AuthenticatorValidationChallenge) 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 *AuthenticatorValidationChallenge) SetPendingUser(v string)
SetPendingUser sets PendingUser field to given value.
func (o *AuthenticatorValidationChallenge) GetPendingUserAvatar() string
GetPendingUserAvatar returns the PendingUserAvatar field if non-nil, zero value otherwise.
func (o *AuthenticatorValidationChallenge) 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 *AuthenticatorValidationChallenge) SetPendingUserAvatar(v string)
SetPendingUserAvatar sets PendingUserAvatar field to given value.
func (o *AuthenticatorValidationChallenge) GetDeviceChallenges() []DeviceChallenge
GetDeviceChallenges returns the DeviceChallenges field if non-nil, zero value otherwise.
func (o *AuthenticatorValidationChallenge) GetDeviceChallengesOk() (*[]DeviceChallenge, bool)
GetDeviceChallengesOk returns a tuple with the DeviceChallenges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorValidationChallenge) SetDeviceChallenges(v []DeviceChallenge)
SetDeviceChallenges sets DeviceChallenges field to given value.
func (o *AuthenticatorValidationChallenge) GetConfigurationStages() []SelectableStage
GetConfigurationStages returns the ConfigurationStages field if non-nil, zero value otherwise.
func (o *AuthenticatorValidationChallenge) GetConfigurationStagesOk() (*[]SelectableStage, bool)
GetConfigurationStagesOk returns a tuple with the ConfigurationStages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorValidationChallenge) SetConfigurationStages(v []SelectableStage)
SetConfigurationStages sets ConfigurationStages field to given value.