Skip to content

Latest commit

 

History

History
275 lines (148 loc) · 8.06 KB

AuthenticatorTOTPStage.md

File metadata and controls

275 lines (148 loc) · 8.06 KB

AuthenticatorTOTPStage

Properties

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]
ConfigureFlow Pointer to NullableString Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. [optional]
FriendlyName Pointer to NullableString [optional]
Digits DigitsEnum

Methods

NewAuthenticatorTOTPStage

func NewAuthenticatorTOTPStage(pk string, name string, component string, verboseName string, verboseNamePlural string, metaModelName string, digits DigitsEnum, ) *AuthenticatorTOTPStage

NewAuthenticatorTOTPStage instantiates a new AuthenticatorTOTPStage 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

NewAuthenticatorTOTPStageWithDefaults

func NewAuthenticatorTOTPStageWithDefaults() *AuthenticatorTOTPStage

NewAuthenticatorTOTPStageWithDefaults instantiates a new AuthenticatorTOTPStage 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

GetPk

func (o *AuthenticatorTOTPStage) GetPk() string

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

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

SetPk

func (o *AuthenticatorTOTPStage) SetPk(v string)

SetPk sets Pk field to given value.

GetName

func (o *AuthenticatorTOTPStage) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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

SetName

func (o *AuthenticatorTOTPStage) SetName(v string)

SetName sets Name field to given value.

GetComponent

func (o *AuthenticatorTOTPStage) GetComponent() string

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

GetComponentOk

func (o *AuthenticatorTOTPStage) 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 *AuthenticatorTOTPStage) SetComponent(v string)

SetComponent sets Component field to given value.

GetVerboseName

func (o *AuthenticatorTOTPStage) GetVerboseName() string

GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.

GetVerboseNameOk

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

SetVerboseName

func (o *AuthenticatorTOTPStage) SetVerboseName(v string)

SetVerboseName sets VerboseName field to given value.

GetVerboseNamePlural

func (o *AuthenticatorTOTPStage) GetVerboseNamePlural() string

GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.

GetVerboseNamePluralOk

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

SetVerboseNamePlural

func (o *AuthenticatorTOTPStage) SetVerboseNamePlural(v string)

SetVerboseNamePlural sets VerboseNamePlural field to given value.

GetMetaModelName

func (o *AuthenticatorTOTPStage) GetMetaModelName() string

GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.

GetMetaModelNameOk

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

SetMetaModelName

func (o *AuthenticatorTOTPStage) SetMetaModelName(v string)

SetMetaModelName sets MetaModelName field to given value.

GetFlowSet

func (o *AuthenticatorTOTPStage) GetFlowSet() []FlowSet

GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.

GetFlowSetOk

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

SetFlowSet

func (o *AuthenticatorTOTPStage) SetFlowSet(v []FlowSet)

SetFlowSet sets FlowSet field to given value.

HasFlowSet

func (o *AuthenticatorTOTPStage) HasFlowSet() bool

HasFlowSet returns a boolean if a field has been set.

GetConfigureFlow

func (o *AuthenticatorTOTPStage) GetConfigureFlow() string

GetConfigureFlow returns the ConfigureFlow field if non-nil, zero value otherwise.

GetConfigureFlowOk

func (o *AuthenticatorTOTPStage) GetConfigureFlowOk() (*string, bool)

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

SetConfigureFlow

func (o *AuthenticatorTOTPStage) SetConfigureFlow(v string)

SetConfigureFlow sets ConfigureFlow field to given value.

HasConfigureFlow

func (o *AuthenticatorTOTPStage) HasConfigureFlow() bool

HasConfigureFlow returns a boolean if a field has been set.

SetConfigureFlowNil

func (o *AuthenticatorTOTPStage) SetConfigureFlowNil(b bool)

SetConfigureFlowNil sets the value for ConfigureFlow to be an explicit nil

UnsetConfigureFlow

func (o *AuthenticatorTOTPStage) UnsetConfigureFlow()

UnsetConfigureFlow ensures that no value is present for ConfigureFlow, not even an explicit nil

GetFriendlyName

func (o *AuthenticatorTOTPStage) GetFriendlyName() string

GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.

GetFriendlyNameOk

func (o *AuthenticatorTOTPStage) GetFriendlyNameOk() (*string, bool)

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

SetFriendlyName

func (o *AuthenticatorTOTPStage) SetFriendlyName(v string)

SetFriendlyName sets FriendlyName field to given value.

HasFriendlyName

func (o *AuthenticatorTOTPStage) HasFriendlyName() bool

HasFriendlyName returns a boolean if a field has been set.

SetFriendlyNameNil

func (o *AuthenticatorTOTPStage) SetFriendlyNameNil(b bool)

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

UnsetFriendlyName

func (o *AuthenticatorTOTPStage) UnsetFriendlyName()

UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil

GetDigits

func (o *AuthenticatorTOTPStage) GetDigits() DigitsEnum

GetDigits returns the Digits field if non-nil, zero value otherwise.

GetDigitsOk

func (o *AuthenticatorTOTPStage) GetDigitsOk() (*DigitsEnum, bool)

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

SetDigits

func (o *AuthenticatorTOTPStage) SetDigits(v DigitsEnum)

SetDigits sets Digits field to given value.

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