Name | Type | Description | Notes |
---|---|---|---|
FlowInfo | Pointer to ContextualFlowInfo | [optional] | |
Component | Pointer to string | [optional] [default to "ak-stage-user-login"] | |
ResponseErrors | Pointer to map[string][]ErrorDetail | [optional] | |
PendingUser | string | ||
PendingUserAvatar | string | ||
ErrorMessage | Pointer to string | [optional] | |
ClientId | string | ||
Scope | string | ||
RedirectUri | string | ||
State | string | ||
ActivationBarcode | string | ||
ActivationCode | string | ||
StageUuid | string | ||
PhoneNumberRequired | Pointer to bool | [optional] [default to true] | |
Codes | []string | ||
ConfigUrl | string | ||
DeviceChallenges | []DeviceChallenge | ||
ConfigurationStages | []SelectableStage | ||
Registration | map[string]interface{} | ||
Url | string | ||
Attrs | map[string]string | ||
Title | Pointer to string | [optional] | |
SiteKey | string | ||
JsUrl | string | ||
Interactive | bool | ||
HeaderText | Pointer to string | [optional] | |
Permissions | []ConsentPermission | ||
AdditionalPermissions | []ConsentPermission | ||
Token | string | ||
Name | string | ||
RequestId | string | ||
Error | Pointer to string | [optional] | |
Traceback | Pointer to string | [optional] | |
LoadingOverlay | Pointer to bool | [optional] [default to false] | |
LoadingText | string | ||
UserFields | []string | ||
PasswordFields | bool | ||
AllowShowPassword | Pointer to bool | [optional] [default to false] | |
ApplicationPre | Pointer to string | [optional] | |
FlowDesignation | FlowDesignationEnum | ||
CaptchaStage | Pointer to CaptchaChallenge | [optional] | |
EnrollUrl | Pointer to string | [optional] | |
RecoveryUrl | Pointer to string | [optional] | |
PasswordlessUrl | Pointer to string | [optional] | |
PrimaryAction | string | ||
Sources | Pointer to []LoginSource | [optional] | |
ShowSourceLabels | bool | ||
Slug | string | ||
Fields | []StagePrompt | ||
To | string | ||
ApplicationName | Pointer to string | [optional] | |
ApplicationLaunchUrl | Pointer to string | [optional] | |
InvalidationFlowUrl | Pointer to string | [optional] | |
BrandName | string | ||
Body | string |
func NewChallengeTypes(pendingUser string, pendingUserAvatar string, clientId string, scope string, redirectUri string, state string, activationBarcode string, activationCode string, stageUuid string, codes []string, configUrl string, deviceChallenges []DeviceChallenge, configurationStages []SelectableStage, registration map[string]interface{}, url string, attrs map[string]string, siteKey string, jsUrl string, interactive bool, permissions []ConsentPermission, additionalPermissions []ConsentPermission, token string, name string, requestId string, loadingText string, userFields []string, passwordFields bool, flowDesignation FlowDesignationEnum, primaryAction string, showSourceLabels bool, slug string, fields []StagePrompt, to string, brandName string, body string, ) *ChallengeTypes
NewChallengeTypes instantiates a new ChallengeTypes 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 NewChallengeTypesWithDefaults() *ChallengeTypes
NewChallengeTypesWithDefaults instantiates a new ChallengeTypes 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 *ChallengeTypes) GetFlowInfo() ContextualFlowInfo
GetFlowInfo returns the FlowInfo field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetFlowInfo(v ContextualFlowInfo)
SetFlowInfo sets FlowInfo field to given value.
func (o *ChallengeTypes) HasFlowInfo() bool
HasFlowInfo returns a boolean if a field has been set.
func (o *ChallengeTypes) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *ChallengeTypes) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *ChallengeTypes) GetResponseErrors() map[string][]ErrorDetail
GetResponseErrors returns the ResponseErrors field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetResponseErrors(v map[string][]ErrorDetail)
SetResponseErrors sets ResponseErrors field to given value.
func (o *ChallengeTypes) HasResponseErrors() bool
HasResponseErrors returns a boolean if a field has been set.
func (o *ChallengeTypes) GetPendingUser() string
GetPendingUser returns the PendingUser field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetPendingUser(v string)
SetPendingUser sets PendingUser field to given value.
func (o *ChallengeTypes) GetPendingUserAvatar() string
GetPendingUserAvatar returns the PendingUserAvatar field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetPendingUserAvatar(v string)
SetPendingUserAvatar sets PendingUserAvatar field to given value.
func (o *ChallengeTypes) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *ChallengeTypes) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *ChallengeTypes) GetClientId() string
GetClientId returns the ClientId field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetClientId(v string)
SetClientId sets ClientId field to given value.
func (o *ChallengeTypes) GetScope() string
GetScope returns the Scope field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetScope(v string)
SetScope sets Scope field to given value.
func (o *ChallengeTypes) GetRedirectUri() string
GetRedirectUri returns the RedirectUri field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetRedirectUriOk() (*string, bool)
GetRedirectUriOk returns a tuple with the RedirectUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetRedirectUri(v string)
SetRedirectUri sets RedirectUri field to given value.
func (o *ChallengeTypes) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetState(v string)
SetState sets State field to given value.
func (o *ChallengeTypes) GetActivationBarcode() string
GetActivationBarcode returns the ActivationBarcode field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetActivationBarcodeOk() (*string, bool)
GetActivationBarcodeOk returns a tuple with the ActivationBarcode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetActivationBarcode(v string)
SetActivationBarcode sets ActivationBarcode field to given value.
func (o *ChallengeTypes) GetActivationCode() string
GetActivationCode returns the ActivationCode field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetActivationCodeOk() (*string, bool)
GetActivationCodeOk returns a tuple with the ActivationCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetActivationCode(v string)
SetActivationCode sets ActivationCode field to given value.
func (o *ChallengeTypes) GetStageUuid() string
GetStageUuid returns the StageUuid field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetStageUuidOk() (*string, bool)
GetStageUuidOk returns a tuple with the StageUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetStageUuid(v string)
SetStageUuid sets StageUuid field to given value.
func (o *ChallengeTypes) GetPhoneNumberRequired() bool
GetPhoneNumberRequired returns the PhoneNumberRequired field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetPhoneNumberRequiredOk() (*bool, bool)
GetPhoneNumberRequiredOk returns a tuple with the PhoneNumberRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetPhoneNumberRequired(v bool)
SetPhoneNumberRequired sets PhoneNumberRequired field to given value.
func (o *ChallengeTypes) HasPhoneNumberRequired() bool
HasPhoneNumberRequired returns a boolean if a field has been set.
func (o *ChallengeTypes) GetCodes() []string
GetCodes returns the Codes field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetCodesOk() (*[]string, bool)
GetCodesOk returns a tuple with the Codes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetCodes(v []string)
SetCodes sets Codes field to given value.
func (o *ChallengeTypes) GetConfigUrl() string
GetConfigUrl returns the ConfigUrl field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetConfigUrl(v string)
SetConfigUrl sets ConfigUrl field to given value.
func (o *ChallengeTypes) GetDeviceChallenges() []DeviceChallenge
GetDeviceChallenges returns the DeviceChallenges field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetDeviceChallenges(v []DeviceChallenge)
SetDeviceChallenges sets DeviceChallenges field to given value.
func (o *ChallengeTypes) GetConfigurationStages() []SelectableStage
GetConfigurationStages returns the ConfigurationStages field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetConfigurationStages(v []SelectableStage)
SetConfigurationStages sets ConfigurationStages field to given value.
func (o *ChallengeTypes) GetRegistration() map[string]interface{}
GetRegistration returns the Registration field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetRegistrationOk() (*map[string]interface{}, bool)
GetRegistrationOk returns a tuple with the Registration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetRegistration(v map[string]interface{})
SetRegistration sets Registration field to given value.
func (o *ChallengeTypes) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *ChallengeTypes) GetAttrs() map[string]string
GetAttrs returns the Attrs field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetAttrsOk() (*map[string]string, bool)
GetAttrsOk returns a tuple with the Attrs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetAttrs(v map[string]string)
SetAttrs sets Attrs field to given value.
func (o *ChallengeTypes) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ChallengeTypes) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ChallengeTypes) GetSiteKey() string
GetSiteKey returns the SiteKey field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetSiteKeyOk() (*string, bool)
GetSiteKeyOk returns a tuple with the SiteKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetSiteKey(v string)
SetSiteKey sets SiteKey field to given value.
func (o *ChallengeTypes) GetJsUrl() string
GetJsUrl returns the JsUrl field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetJsUrlOk() (*string, bool)
GetJsUrlOk returns a tuple with the JsUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetJsUrl(v string)
SetJsUrl sets JsUrl field to given value.
func (o *ChallengeTypes) GetInteractive() bool
GetInteractive returns the Interactive field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetInteractiveOk() (*bool, bool)
GetInteractiveOk returns a tuple with the Interactive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetInteractive(v bool)
SetInteractive sets Interactive field to given value.
func (o *ChallengeTypes) GetHeaderText() string
GetHeaderText returns the HeaderText field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetHeaderTextOk() (*string, bool)
GetHeaderTextOk returns a tuple with the HeaderText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetHeaderText(v string)
SetHeaderText sets HeaderText field to given value.
func (o *ChallengeTypes) HasHeaderText() bool
HasHeaderText returns a boolean if a field has been set.
func (o *ChallengeTypes) GetPermissions() []ConsentPermission
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetPermissionsOk() (*[]ConsentPermission, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetPermissions(v []ConsentPermission)
SetPermissions sets Permissions field to given value.
func (o *ChallengeTypes) GetAdditionalPermissions() []ConsentPermission
GetAdditionalPermissions returns the AdditionalPermissions field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetAdditionalPermissionsOk() (*[]ConsentPermission, bool)
GetAdditionalPermissionsOk returns a tuple with the AdditionalPermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetAdditionalPermissions(v []ConsentPermission)
SetAdditionalPermissions sets AdditionalPermissions field to given value.
func (o *ChallengeTypes) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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.
func (o *ChallengeTypes) SetToken(v string)
SetToken sets Token field to given value.
func (o *ChallengeTypes) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetName(v string)
SetName sets Name field to given value.
func (o *ChallengeTypes) GetRequestId() string
GetRequestId returns the RequestId field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetRequestIdOk() (*string, bool)
GetRequestIdOk returns a tuple with the RequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetRequestId(v string)
SetRequestId sets RequestId field to given value.
func (o *ChallengeTypes) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetError(v string)
SetError sets Error field to given value.
func (o *ChallengeTypes) HasError() bool
HasError returns a boolean if a field has been set.
func (o *ChallengeTypes) GetTraceback() string
GetTraceback returns the Traceback field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetTracebackOk() (*string, bool)
GetTracebackOk returns a tuple with the Traceback field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetTraceback(v string)
SetTraceback sets Traceback field to given value.
func (o *ChallengeTypes) HasTraceback() bool
HasTraceback returns a boolean if a field has been set.
func (o *ChallengeTypes) GetLoadingOverlay() bool
GetLoadingOverlay returns the LoadingOverlay field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetLoadingOverlayOk() (*bool, bool)
GetLoadingOverlayOk returns a tuple with the LoadingOverlay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetLoadingOverlay(v bool)
SetLoadingOverlay sets LoadingOverlay field to given value.
func (o *ChallengeTypes) HasLoadingOverlay() bool
HasLoadingOverlay returns a boolean if a field has been set.
func (o *ChallengeTypes) GetLoadingText() string
GetLoadingText returns the LoadingText field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetLoadingTextOk() (*string, bool)
GetLoadingTextOk returns a tuple with the LoadingText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetLoadingText(v string)
SetLoadingText sets LoadingText field to given value.
func (o *ChallengeTypes) GetUserFields() []string
GetUserFields returns the UserFields field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetUserFieldsOk() (*[]string, 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 *ChallengeTypes) SetUserFields(v []string)
SetUserFields sets UserFields field to given value.
func (o *ChallengeTypes) SetUserFieldsNil(b bool)
SetUserFieldsNil sets the value for UserFields to be an explicit nil
func (o *ChallengeTypes) UnsetUserFields()
UnsetUserFields ensures that no value is present for UserFields, not even an explicit nil
func (o *ChallengeTypes) GetPasswordFields() bool
GetPasswordFields returns the PasswordFields field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetPasswordFieldsOk() (*bool, bool)
GetPasswordFieldsOk returns a tuple with the PasswordFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetPasswordFields(v bool)
SetPasswordFields sets PasswordFields field to given value.
func (o *ChallengeTypes) GetAllowShowPassword() bool
GetAllowShowPassword returns the AllowShowPassword field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetAllowShowPassword(v bool)
SetAllowShowPassword sets AllowShowPassword field to given value.
func (o *ChallengeTypes) HasAllowShowPassword() bool
HasAllowShowPassword returns a boolean if a field has been set.
func (o *ChallengeTypes) GetApplicationPre() string
GetApplicationPre returns the ApplicationPre field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetApplicationPreOk() (*string, bool)
GetApplicationPreOk returns a tuple with the ApplicationPre field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetApplicationPre(v string)
SetApplicationPre sets ApplicationPre field to given value.
func (o *ChallengeTypes) HasApplicationPre() bool
HasApplicationPre returns a boolean if a field has been set.
func (o *ChallengeTypes) GetFlowDesignation() FlowDesignationEnum
GetFlowDesignation returns the FlowDesignation field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetFlowDesignationOk() (*FlowDesignationEnum, bool)
GetFlowDesignationOk returns a tuple with the FlowDesignation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetFlowDesignation(v FlowDesignationEnum)
SetFlowDesignation sets FlowDesignation field to given value.
func (o *ChallengeTypes) GetCaptchaStage() CaptchaChallenge
GetCaptchaStage returns the CaptchaStage field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetCaptchaStageOk() (*CaptchaChallenge, 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 *ChallengeTypes) SetCaptchaStage(v CaptchaChallenge)
SetCaptchaStage sets CaptchaStage field to given value.
func (o *ChallengeTypes) HasCaptchaStage() bool
HasCaptchaStage returns a boolean if a field has been set.
func (o *ChallengeTypes) GetEnrollUrl() string
GetEnrollUrl returns the EnrollUrl field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetEnrollUrlOk() (*string, bool)
GetEnrollUrlOk returns a tuple with the EnrollUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetEnrollUrl(v string)
SetEnrollUrl sets EnrollUrl field to given value.
func (o *ChallengeTypes) HasEnrollUrl() bool
HasEnrollUrl returns a boolean if a field has been set.
func (o *ChallengeTypes) GetRecoveryUrl() string
GetRecoveryUrl returns the RecoveryUrl field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetRecoveryUrl(v string)
SetRecoveryUrl sets RecoveryUrl field to given value.
func (o *ChallengeTypes) HasRecoveryUrl() bool
HasRecoveryUrl returns a boolean if a field has been set.
func (o *ChallengeTypes) GetPasswordlessUrl() string
GetPasswordlessUrl returns the PasswordlessUrl field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetPasswordlessUrlOk() (*string, bool)
GetPasswordlessUrlOk returns a tuple with the PasswordlessUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetPasswordlessUrl(v string)
SetPasswordlessUrl sets PasswordlessUrl field to given value.
func (o *ChallengeTypes) HasPasswordlessUrl() bool
HasPasswordlessUrl returns a boolean if a field has been set.
func (o *ChallengeTypes) GetPrimaryAction() string
GetPrimaryAction returns the PrimaryAction field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetPrimaryActionOk() (*string, bool)
GetPrimaryActionOk returns a tuple with the PrimaryAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetPrimaryAction(v string)
SetPrimaryAction sets PrimaryAction field to given value.
func (o *ChallengeTypes) GetSources() []LoginSource
GetSources returns the Sources field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetSourcesOk() (*[]LoginSource, 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 *ChallengeTypes) SetSources(v []LoginSource)
SetSources sets Sources field to given value.
func (o *ChallengeTypes) HasSources() bool
HasSources returns a boolean if a field has been set.
func (o *ChallengeTypes) GetShowSourceLabels() bool
GetShowSourceLabels returns the ShowSourceLabels field if non-nil, zero value otherwise.
func (o *ChallengeTypes) 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 *ChallengeTypes) SetShowSourceLabels(v bool)
SetShowSourceLabels sets ShowSourceLabels field to given value.
func (o *ChallengeTypes) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *ChallengeTypes) GetFields() []StagePrompt
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetFieldsOk() (*[]StagePrompt, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetFields(v []StagePrompt)
SetFields sets Fields field to given value.
func (o *ChallengeTypes) GetTo() string
GetTo returns the To field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetToOk() (*string, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetTo(v string)
SetTo sets To field to given value.
func (o *ChallengeTypes) GetApplicationName() string
GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetApplicationNameOk() (*string, bool)
GetApplicationNameOk returns a tuple with the ApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetApplicationName(v string)
SetApplicationName sets ApplicationName field to given value.
func (o *ChallengeTypes) HasApplicationName() bool
HasApplicationName returns a boolean if a field has been set.
func (o *ChallengeTypes) GetApplicationLaunchUrl() string
GetApplicationLaunchUrl returns the ApplicationLaunchUrl field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetApplicationLaunchUrlOk() (*string, bool)
GetApplicationLaunchUrlOk returns a tuple with the ApplicationLaunchUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetApplicationLaunchUrl(v string)
SetApplicationLaunchUrl sets ApplicationLaunchUrl field to given value.
func (o *ChallengeTypes) HasApplicationLaunchUrl() bool
HasApplicationLaunchUrl returns a boolean if a field has been set.
func (o *ChallengeTypes) GetInvalidationFlowUrl() string
GetInvalidationFlowUrl returns the InvalidationFlowUrl field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetInvalidationFlowUrlOk() (*string, bool)
GetInvalidationFlowUrlOk returns a tuple with the InvalidationFlowUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetInvalidationFlowUrl(v string)
SetInvalidationFlowUrl sets InvalidationFlowUrl field to given value.
func (o *ChallengeTypes) HasInvalidationFlowUrl() bool
HasInvalidationFlowUrl returns a boolean if a field has been set.
func (o *ChallengeTypes) GetBrandName() string
GetBrandName returns the BrandName field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetBrandNameOk() (*string, bool)
GetBrandNameOk returns a tuple with the BrandName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetBrandName(v string)
SetBrandName sets BrandName field to given value.
func (o *ChallengeTypes) GetBody() string
GetBody returns the Body field if non-nil, zero value otherwise.
func (o *ChallengeTypes) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChallengeTypes) SetBody(v string)
SetBody sets Body field to given value.