Name | Type | Description | Notes |
---|---|---|---|
FlowInfo | Pointer to ContextualFlowInfo | [optional] | |
Component | Pointer to string | [optional] [default to "ak-stage-authenticator-totp"] | |
ResponseErrors | Pointer to map[string][]ErrorDetail | [optional] | |
PendingUser | string | ||
PendingUserAvatar | string | ||
ConfigUrl | string |
func NewAuthenticatorTOTPChallenge(pendingUser string, pendingUserAvatar string, configUrl string, ) *AuthenticatorTOTPChallenge
NewAuthenticatorTOTPChallenge instantiates a new AuthenticatorTOTPChallenge 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 NewAuthenticatorTOTPChallengeWithDefaults() *AuthenticatorTOTPChallenge
NewAuthenticatorTOTPChallengeWithDefaults instantiates a new AuthenticatorTOTPChallenge 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 *AuthenticatorTOTPChallenge) GetFlowInfo() ContextualFlowInfo
GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.
func (o *AuthenticatorTOTPChallenge) 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 *AuthenticatorTOTPChallenge) SetFlowInfo(v ContextualFlowInfo)
SetFlowInfo sets FlowInfo field to given value.
func (o *AuthenticatorTOTPChallenge) HasFlowInfo() bool
HasFlowInfo returns a boolean if a field has been set.
func (o *AuthenticatorTOTPChallenge) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *AuthenticatorTOTPChallenge) 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 *AuthenticatorTOTPChallenge) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *AuthenticatorTOTPChallenge) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *AuthenticatorTOTPChallenge) GetResponseErrors() map[string][]ErrorDetail
GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.
func (o *AuthenticatorTOTPChallenge) 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 *AuthenticatorTOTPChallenge) SetResponseErrors(v map[string][]ErrorDetail)
SetResponseErrors sets ResponseErrors field to given value.
func (o *AuthenticatorTOTPChallenge) HasResponseErrors() bool
HasResponseErrors returns a boolean if a field has been set.
func (o *AuthenticatorTOTPChallenge) GetPendingUser() string
GetPendingUser returns the PendingUser field if non-nil, zero value otherwise.
func (o *AuthenticatorTOTPChallenge) 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 *AuthenticatorTOTPChallenge) SetPendingUser(v string)
SetPendingUser sets PendingUser field to given value.
func (o *AuthenticatorTOTPChallenge) GetPendingUserAvatar() string
GetPendingUserAvatar returns the PendingUserAvatar field if non-nil, zero value otherwise.
func (o *AuthenticatorTOTPChallenge) 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 *AuthenticatorTOTPChallenge) SetPendingUserAvatar(v string)
SetPendingUserAvatar sets PendingUserAvatar field to given value.
func (o *AuthenticatorTOTPChallenge) GetConfigUrl() string
GetConfigUrl returns the ConfigUrl field if non-nil, zero value otherwise.
func (o *AuthenticatorTOTPChallenge) GetConfigUrlOk() (*string, bool)
GetConfigUrlOk returns a tuple with the ConfigUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorTOTPChallenge) SetConfigUrl(v string)
SetConfigUrl sets ConfigUrl field to given value.