Skip to content

Latest commit

 

History

History
312 lines (167 loc) · 8.96 KB

FlowChallengeResponseRequest.md

File metadata and controls

312 lines (167 loc) · 8.96 KB

FlowChallengeResponseRequest

Properties

Name Type Description Notes
Component Pointer to string [optional] [default to "ak-stage-user-login"]
Code int32
PhoneNumber Pointer to string [optional]
SelectedChallenge Pointer to DeviceChallengeRequest [optional]
SelectedStage Pointer to string [optional]
Webauthn Pointer to map[string]interface{} [optional]
Duo Pointer to int32 [optional]
Response map[string]interface{}
Token string
UidField string
Password string
RememberMe bool

Methods

NewFlowChallengeResponseRequest

func NewFlowChallengeResponseRequest(code int32, response map[string]interface{}, token string, uidField string, password string, rememberMe bool, ) *FlowChallengeResponseRequest

NewFlowChallengeResponseRequest instantiates a new FlowChallengeResponseRequest 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

NewFlowChallengeResponseRequestWithDefaults

func NewFlowChallengeResponseRequestWithDefaults() *FlowChallengeResponseRequest

NewFlowChallengeResponseRequestWithDefaults instantiates a new FlowChallengeResponseRequest 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

GetComponent

func (o *FlowChallengeResponseRequest) GetComponent() string

GetComponent returns the Component field if non-nil, zero value otherwise.

GetComponentOk

func (o *FlowChallengeResponseRequest) 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.

SetComponent

func (o *FlowChallengeResponseRequest) SetComponent(v string)

SetComponent sets Component field to given value.

HasComponent

func (o *FlowChallengeResponseRequest) HasComponent() bool

HasComponent returns a boolean if a field has been set.

GetCode

func (o *FlowChallengeResponseRequest) GetCode() int32

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *FlowChallengeResponseRequest) GetCodeOk() (*int32, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *FlowChallengeResponseRequest) SetCode(v int32)

SetCode sets Code field to given value.

GetPhoneNumber

func (o *FlowChallengeResponseRequest) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.

GetPhoneNumberOk

func (o *FlowChallengeResponseRequest) GetPhoneNumberOk() (*string, bool)

GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPhoneNumber

func (o *FlowChallengeResponseRequest) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

HasPhoneNumber

func (o *FlowChallengeResponseRequest) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

GetSelectedChallenge

func (o *FlowChallengeResponseRequest) GetSelectedChallenge() DeviceChallengeRequest

GetSelectedChallenge returns the SelectedChallenge field if non-nil, zero value otherwise.

GetSelectedChallengeOk

func (o *FlowChallengeResponseRequest) GetSelectedChallengeOk() (*DeviceChallengeRequest, bool)

GetSelectedChallengeOk returns a tuple with the SelectedChallenge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelectedChallenge

func (o *FlowChallengeResponseRequest) SetSelectedChallenge(v DeviceChallengeRequest)

SetSelectedChallenge sets SelectedChallenge field to given value.

HasSelectedChallenge

func (o *FlowChallengeResponseRequest) HasSelectedChallenge() bool

HasSelectedChallenge returns a boolean if a field has been set.

GetSelectedStage

func (o *FlowChallengeResponseRequest) GetSelectedStage() string

GetSelectedStage returns the SelectedStage field if non-nil, zero value otherwise.

GetSelectedStageOk

func (o *FlowChallengeResponseRequest) GetSelectedStageOk() (*string, bool)

GetSelectedStageOk returns a tuple with the SelectedStage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelectedStage

func (o *FlowChallengeResponseRequest) SetSelectedStage(v string)

SetSelectedStage sets SelectedStage field to given value.

HasSelectedStage

func (o *FlowChallengeResponseRequest) HasSelectedStage() bool

HasSelectedStage returns a boolean if a field has been set.

GetWebauthn

func (o *FlowChallengeResponseRequest) GetWebauthn() map[string]interface{}

GetWebauthn returns the Webauthn field if non-nil, zero value otherwise.

GetWebauthnOk

func (o *FlowChallengeResponseRequest) GetWebauthnOk() (*map[string]interface{}, bool)

GetWebauthnOk returns a tuple with the Webauthn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWebauthn

func (o *FlowChallengeResponseRequest) SetWebauthn(v map[string]interface{})

SetWebauthn sets Webauthn field to given value.

HasWebauthn

func (o *FlowChallengeResponseRequest) HasWebauthn() bool

HasWebauthn returns a boolean if a field has been set.

GetDuo

func (o *FlowChallengeResponseRequest) GetDuo() int32

GetDuo returns the Duo field if non-nil, zero value otherwise.

GetDuoOk

func (o *FlowChallengeResponseRequest) GetDuoOk() (*int32, bool)

GetDuoOk returns a tuple with the Duo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDuo

func (o *FlowChallengeResponseRequest) SetDuo(v int32)

SetDuo sets Duo field to given value.

HasDuo

func (o *FlowChallengeResponseRequest) HasDuo() bool

HasDuo returns a boolean if a field has been set.

GetResponse

func (o *FlowChallengeResponseRequest) GetResponse() map[string]interface{}

GetResponse returns the Response field if non-nil, zero value otherwise.

GetResponseOk

func (o *FlowChallengeResponseRequest) GetResponseOk() (*map[string]interface{}, bool)

GetResponseOk returns a tuple with the Response field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResponse

func (o *FlowChallengeResponseRequest) SetResponse(v map[string]interface{})

SetResponse sets Response field to given value.

GetToken

func (o *FlowChallengeResponseRequest) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *FlowChallengeResponseRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetToken

func (o *FlowChallengeResponseRequest) SetToken(v string)

SetToken sets Token field to given value.

GetUidField

func (o *FlowChallengeResponseRequest) GetUidField() string

GetUidField returns the UidField field if non-nil, zero value otherwise.

GetUidFieldOk

func (o *FlowChallengeResponseRequest) GetUidFieldOk() (*string, bool)

GetUidFieldOk returns a tuple with the UidField field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUidField

func (o *FlowChallengeResponseRequest) SetUidField(v string)

SetUidField sets UidField field to given value.

GetPassword

func (o *FlowChallengeResponseRequest) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *FlowChallengeResponseRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPassword

func (o *FlowChallengeResponseRequest) SetPassword(v string)

SetPassword sets Password field to given value.

GetRememberMe

func (o *FlowChallengeResponseRequest) GetRememberMe() bool

GetRememberMe returns the RememberMe field if non-nil, zero value otherwise.

GetRememberMeOk

func (o *FlowChallengeResponseRequest) GetRememberMeOk() (*bool, bool)

GetRememberMeOk returns a tuple with the RememberMe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRememberMe

func (o *FlowChallengeResponseRequest) SetRememberMe(v bool)

SetRememberMe sets RememberMe field to given value.

[Back to Model list] [Back to API list] [Back to README]