Skip to content

Latest commit

 

History

History
180 lines (99 loc) · 5.75 KB

PatchedAuthenticatorTOTPStageRequest.md

File metadata and controls

180 lines (99 loc) · 5.75 KB

PatchedAuthenticatorTOTPStageRequest

Properties

Name Type Description Notes
Name Pointer to string [optional]
FlowSet Pointer to []FlowSetRequest [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 Pointer to DigitsEnum [optional]

Methods

NewPatchedAuthenticatorTOTPStageRequest

func NewPatchedAuthenticatorTOTPStageRequest() *PatchedAuthenticatorTOTPStageRequest

NewPatchedAuthenticatorTOTPStageRequest instantiates a new PatchedAuthenticatorTOTPStageRequest 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

NewPatchedAuthenticatorTOTPStageRequestWithDefaults

func NewPatchedAuthenticatorTOTPStageRequestWithDefaults() *PatchedAuthenticatorTOTPStageRequest

NewPatchedAuthenticatorTOTPStageRequestWithDefaults instantiates a new PatchedAuthenticatorTOTPStageRequest 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

GetName

func (o *PatchedAuthenticatorTOTPStageRequest) GetName() string

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

GetNameOk

func (o *PatchedAuthenticatorTOTPStageRequest) 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 *PatchedAuthenticatorTOTPStageRequest) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PatchedAuthenticatorTOTPStageRequest) HasName() bool

HasName returns a boolean if a field has been set.

GetFlowSet

func (o *PatchedAuthenticatorTOTPStageRequest) GetFlowSet() []FlowSetRequest

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

GetFlowSetOk

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

SetFlowSet

func (o *PatchedAuthenticatorTOTPStageRequest) SetFlowSet(v []FlowSetRequest)

SetFlowSet sets FlowSet field to given value.

HasFlowSet

func (o *PatchedAuthenticatorTOTPStageRequest) HasFlowSet() bool

HasFlowSet returns a boolean if a field has been set.

GetConfigureFlow

func (o *PatchedAuthenticatorTOTPStageRequest) GetConfigureFlow() string

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

GetConfigureFlowOk

func (o *PatchedAuthenticatorTOTPStageRequest) 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 *PatchedAuthenticatorTOTPStageRequest) SetConfigureFlow(v string)

SetConfigureFlow sets ConfigureFlow field to given value.

HasConfigureFlow

func (o *PatchedAuthenticatorTOTPStageRequest) HasConfigureFlow() bool

HasConfigureFlow returns a boolean if a field has been set.

SetConfigureFlowNil

func (o *PatchedAuthenticatorTOTPStageRequest) SetConfigureFlowNil(b bool)

SetConfigureFlowNil sets the value for ConfigureFlow to be an explicit nil

UnsetConfigureFlow

func (o *PatchedAuthenticatorTOTPStageRequest) UnsetConfigureFlow()

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

GetFriendlyName

func (o *PatchedAuthenticatorTOTPStageRequest) GetFriendlyName() string

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

GetFriendlyNameOk

func (o *PatchedAuthenticatorTOTPStageRequest) 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 *PatchedAuthenticatorTOTPStageRequest) SetFriendlyName(v string)

SetFriendlyName sets FriendlyName field to given value.

HasFriendlyName

func (o *PatchedAuthenticatorTOTPStageRequest) HasFriendlyName() bool

HasFriendlyName returns a boolean if a field has been set.

SetFriendlyNameNil

func (o *PatchedAuthenticatorTOTPStageRequest) SetFriendlyNameNil(b bool)

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

UnsetFriendlyName

func (o *PatchedAuthenticatorTOTPStageRequest) UnsetFriendlyName()

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

GetDigits

func (o *PatchedAuthenticatorTOTPStageRequest) GetDigits() DigitsEnum

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

GetDigitsOk

func (o *PatchedAuthenticatorTOTPStageRequest) 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 *PatchedAuthenticatorTOTPStageRequest) SetDigits(v DigitsEnum)

SetDigits sets Digits field to given value.

HasDigits

func (o *PatchedAuthenticatorTOTPStageRequest) HasDigits() bool

HasDigits returns a boolean if a field has been set.

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