Name | Type | Description | Notes |
---|---|---|---|
Pk | string | [readonly] | |
Name | string | ||
Component | string | Get object type so that we know how to edit the object | [readonly] |
VerboseName | string | Return object's verbose_name | [readonly] |
VerboseNamePlural | string | Return object's plural verbose_name | [readonly] |
MetaModelName | string | Return internal model name | [readonly] |
FlowSet | Pointer to []FlowSet | [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] | |
WebauthnAllowedDeviceTypesObj | []WebAuthnDeviceType | [readonly] |
func NewAuthenticatorValidateStage(pk string, name string, component string, verboseName string, verboseNamePlural string, metaModelName string, webauthnAllowedDeviceTypesObj []WebAuthnDeviceType, ) *AuthenticatorValidateStage
NewAuthenticatorValidateStage instantiates a new AuthenticatorValidateStage 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 NewAuthenticatorValidateStageWithDefaults() *AuthenticatorValidateStage
NewAuthenticatorValidateStageWithDefaults instantiates a new AuthenticatorValidateStage 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 *AuthenticatorValidateStage) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) GetPkOk() (*string, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorValidateStage) SetPk(v string)
SetPk sets Pk field to given value.
func (o *AuthenticatorValidateStage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) 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 *AuthenticatorValidateStage) SetName(v string)
SetName sets Name field to given value.
func (o *AuthenticatorValidateStage) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) 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 *AuthenticatorValidateStage) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *AuthenticatorValidateStage) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) GetVerboseNameOk() (*string, bool)
GetVerboseNameOk returns a tuple with the VerboseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorValidateStage) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *AuthenticatorValidateStage) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) GetVerboseNamePluralOk() (*string, bool)
GetVerboseNamePluralOk returns a tuple with the VerboseNamePlural field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorValidateStage) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *AuthenticatorValidateStage) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) GetMetaModelNameOk() (*string, bool)
GetMetaModelNameOk returns a tuple with the MetaModelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorValidateStage) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *AuthenticatorValidateStage) GetFlowSet() []FlowSet
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) GetFlowSetOk() (*[]FlowSet, 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 *AuthenticatorValidateStage) SetFlowSet(v []FlowSet)
SetFlowSet sets FlowSet field to given value.
func (o *AuthenticatorValidateStage) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *AuthenticatorValidateStage) GetNotConfiguredAction() NotConfiguredActionEnum
GetNotConfiguredAction returns the NotConfiguredAction field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) 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 *AuthenticatorValidateStage) SetNotConfiguredAction(v NotConfiguredActionEnum)
SetNotConfiguredAction sets NotConfiguredAction field to given value.
func (o *AuthenticatorValidateStage) HasNotConfiguredAction() bool
HasNotConfiguredAction returns a boolean if a field has been set.
func (o *AuthenticatorValidateStage) GetDeviceClasses() []DeviceClassesEnum
GetDeviceClasses returns the DeviceClasses field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) 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 *AuthenticatorValidateStage) SetDeviceClasses(v []DeviceClassesEnum)
SetDeviceClasses sets DeviceClasses field to given value.
func (o *AuthenticatorValidateStage) HasDeviceClasses() bool
HasDeviceClasses returns a boolean if a field has been set.
func (o *AuthenticatorValidateStage) GetConfigurationStages() []string
GetConfigurationStages returns the ConfigurationStages field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) 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 *AuthenticatorValidateStage) SetConfigurationStages(v []string)
SetConfigurationStages sets ConfigurationStages field to given value.
func (o *AuthenticatorValidateStage) HasConfigurationStages() bool
HasConfigurationStages returns a boolean if a field has been set.
func (o *AuthenticatorValidateStage) GetLastAuthThreshold() string
GetLastAuthThreshold returns the LastAuthThreshold field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) 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 *AuthenticatorValidateStage) SetLastAuthThreshold(v string)
SetLastAuthThreshold sets LastAuthThreshold field to given value.
func (o *AuthenticatorValidateStage) HasLastAuthThreshold() bool
HasLastAuthThreshold returns a boolean if a field has been set.
func (o *AuthenticatorValidateStage) GetWebauthnUserVerification() UserVerificationEnum
GetWebauthnUserVerification returns the WebauthnUserVerification field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) 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 *AuthenticatorValidateStage) SetWebauthnUserVerification(v UserVerificationEnum)
SetWebauthnUserVerification sets WebauthnUserVerification field to given value.
func (o *AuthenticatorValidateStage) HasWebauthnUserVerification() bool
HasWebauthnUserVerification returns a boolean if a field has been set.
func (o *AuthenticatorValidateStage) GetWebauthnAllowedDeviceTypes() []string
GetWebauthnAllowedDeviceTypes returns the WebauthnAllowedDeviceTypes field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) 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 *AuthenticatorValidateStage) SetWebauthnAllowedDeviceTypes(v []string)
SetWebauthnAllowedDeviceTypes sets WebauthnAllowedDeviceTypes field to given value.
func (o *AuthenticatorValidateStage) HasWebauthnAllowedDeviceTypes() bool
HasWebauthnAllowedDeviceTypes returns a boolean if a field has been set.
func (o *AuthenticatorValidateStage) GetWebauthnAllowedDeviceTypesObj() []WebAuthnDeviceType
GetWebauthnAllowedDeviceTypesObj returns the WebauthnAllowedDeviceTypesObj field if non-nil, zero value otherwise.
func (o *AuthenticatorValidateStage) GetWebauthnAllowedDeviceTypesObjOk() (*[]WebAuthnDeviceType, bool)
GetWebauthnAllowedDeviceTypesObjOk returns a tuple with the WebauthnAllowedDeviceTypesObj field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorValidateStage) SetWebauthnAllowedDeviceTypesObj(v []WebAuthnDeviceType)
SetWebauthnAllowedDeviceTypesObj sets WebauthnAllowedDeviceTypesObj field to given value.