Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
FlowSet | Pointer to []FlowSetRequest | [optional] | |
NotConfiguredAction | Pointer to NotConfiguredActionEnum | [optional] | |
DeviceClasses | Pointer to []DeviceClassesEnum | Device classes which can be used to authenticate | [optional] |
ConfigurationStages | Pointer to []string | Stages used to configure Authenticator when user doesn't have any compatible devices. After this configuration Stage passes, the user is not prompted again. | [optional] |
LastAuthThreshold | Pointer to string | If any of the user's device has been used within this threshold, this stage will be skipped | [optional] |
WebauthnUserVerification | Pointer to UserVerificationEnum | Enforce user verification for WebAuthn devices. | [optional] |
WebauthnAllowedDeviceTypes | Pointer to []string | [optional] |
func NewPatchedAuthenticatorValidateStageRequest() *PatchedAuthenticatorValidateStageRequest
NewPatchedAuthenticatorValidateStageRequest instantiates a new PatchedAuthenticatorValidateStageRequest 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 NewPatchedAuthenticatorValidateStageRequestWithDefaults() *PatchedAuthenticatorValidateStageRequest
NewPatchedAuthenticatorValidateStageRequestWithDefaults instantiates a new PatchedAuthenticatorValidateStageRequest 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 *PatchedAuthenticatorValidateStageRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorValidateStageRequest) 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 *PatchedAuthenticatorValidateStageRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedAuthenticatorValidateStageRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedAuthenticatorValidateStageRequest) GetFlowSet() []FlowSetRequest
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorValidateStageRequest) GetFlowSetOk() (*[]FlowSetRequest, bool)
GetFlowSetOk returns a tuple with the FlowSet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedAuthenticatorValidateStageRequest) SetFlowSet(v []FlowSetRequest)
SetFlowSet sets FlowSet field to given value.
func (o *PatchedAuthenticatorValidateStageRequest) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *PatchedAuthenticatorValidateStageRequest) GetNotConfiguredAction() NotConfiguredActionEnum
GetNotConfiguredAction returns the NotConfiguredAction field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorValidateStageRequest) GetNotConfiguredActionOk() (*NotConfiguredActionEnum, bool)
GetNotConfiguredActionOk returns a tuple with the NotConfiguredAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedAuthenticatorValidateStageRequest) SetNotConfiguredAction(v NotConfiguredActionEnum)
SetNotConfiguredAction sets NotConfiguredAction field to given value.
func (o *PatchedAuthenticatorValidateStageRequest) HasNotConfiguredAction() bool
HasNotConfiguredAction returns a boolean if a field has been set.
func (o *PatchedAuthenticatorValidateStageRequest) GetDeviceClasses() []DeviceClassesEnum
GetDeviceClasses returns the DeviceClasses field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorValidateStageRequest) GetDeviceClassesOk() (*[]DeviceClassesEnum, bool)
GetDeviceClassesOk returns a tuple with the DeviceClasses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedAuthenticatorValidateStageRequest) SetDeviceClasses(v []DeviceClassesEnum)
SetDeviceClasses sets DeviceClasses field to given value.
func (o *PatchedAuthenticatorValidateStageRequest) HasDeviceClasses() bool
HasDeviceClasses returns a boolean if a field has been set.
func (o *PatchedAuthenticatorValidateStageRequest) GetConfigurationStages() []string
GetConfigurationStages returns the ConfigurationStages field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorValidateStageRequest) GetConfigurationStagesOk() (*[]string, 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 *PatchedAuthenticatorValidateStageRequest) SetConfigurationStages(v []string)
SetConfigurationStages sets ConfigurationStages field to given value.
func (o *PatchedAuthenticatorValidateStageRequest) HasConfigurationStages() bool
HasConfigurationStages returns a boolean if a field has been set.
func (o *PatchedAuthenticatorValidateStageRequest) GetLastAuthThreshold() string
GetLastAuthThreshold returns the LastAuthThreshold field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorValidateStageRequest) GetLastAuthThresholdOk() (*string, bool)
GetLastAuthThresholdOk returns a tuple with the LastAuthThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedAuthenticatorValidateStageRequest) SetLastAuthThreshold(v string)
SetLastAuthThreshold sets LastAuthThreshold field to given value.
func (o *PatchedAuthenticatorValidateStageRequest) HasLastAuthThreshold() bool
HasLastAuthThreshold returns a boolean if a field has been set.
func (o *PatchedAuthenticatorValidateStageRequest) GetWebauthnUserVerification() UserVerificationEnum
GetWebauthnUserVerification returns the WebauthnUserVerification field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorValidateStageRequest) GetWebauthnUserVerificationOk() (*UserVerificationEnum, bool)
GetWebauthnUserVerificationOk returns a tuple with the WebauthnUserVerification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedAuthenticatorValidateStageRequest) SetWebauthnUserVerification(v UserVerificationEnum)
SetWebauthnUserVerification sets WebauthnUserVerification field to given value.
func (o *PatchedAuthenticatorValidateStageRequest) HasWebauthnUserVerification() bool
HasWebauthnUserVerification returns a boolean if a field has been set.
func (o *PatchedAuthenticatorValidateStageRequest) GetWebauthnAllowedDeviceTypes() []string
GetWebauthnAllowedDeviceTypes returns the WebauthnAllowedDeviceTypes field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorValidateStageRequest) GetWebauthnAllowedDeviceTypesOk() (*[]string, bool)
GetWebauthnAllowedDeviceTypesOk returns a tuple with the WebauthnAllowedDeviceTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedAuthenticatorValidateStageRequest) SetWebauthnAllowedDeviceTypes(v []string)
SetWebauthnAllowedDeviceTypes sets WebauthnAllowedDeviceTypes field to given value.
func (o *PatchedAuthenticatorValidateStageRequest) HasWebauthnAllowedDeviceTypes() bool
HasWebauthnAllowedDeviceTypes returns a boolean if a field has been set.