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] | |
TokenCount | Pointer to int32 | [optional] | |
TokenLength | Pointer to int32 | [optional] |
func NewPatchedAuthenticatorStaticStageRequest() *PatchedAuthenticatorStaticStageRequest
NewPatchedAuthenticatorStaticStageRequest instantiates a new PatchedAuthenticatorStaticStageRequest 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 NewPatchedAuthenticatorStaticStageRequestWithDefaults() *PatchedAuthenticatorStaticStageRequest
NewPatchedAuthenticatorStaticStageRequestWithDefaults instantiates a new PatchedAuthenticatorStaticStageRequest 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 *PatchedAuthenticatorStaticStageRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorStaticStageRequest) 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 *PatchedAuthenticatorStaticStageRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedAuthenticatorStaticStageRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedAuthenticatorStaticStageRequest) GetFlowSet() []FlowSetRequest
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorStaticStageRequest) 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 *PatchedAuthenticatorStaticStageRequest) SetFlowSet(v []FlowSetRequest)
SetFlowSet sets FlowSet field to given value.
func (o *PatchedAuthenticatorStaticStageRequest) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *PatchedAuthenticatorStaticStageRequest) GetConfigureFlow() string
GetConfigureFlow returns the ConfigureFlow field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorStaticStageRequest) 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.
func (o *PatchedAuthenticatorStaticStageRequest) SetConfigureFlow(v string)
SetConfigureFlow sets ConfigureFlow field to given value.
func (o *PatchedAuthenticatorStaticStageRequest) HasConfigureFlow() bool
HasConfigureFlow returns a boolean if a field has been set.
func (o *PatchedAuthenticatorStaticStageRequest) SetConfigureFlowNil(b bool)
SetConfigureFlowNil sets the value for ConfigureFlow to be an explicit nil
func (o *PatchedAuthenticatorStaticStageRequest) UnsetConfigureFlow()
UnsetConfigureFlow ensures that no value is present for ConfigureFlow, not even an explicit nil
func (o *PatchedAuthenticatorStaticStageRequest) GetFriendlyName() string
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorStaticStageRequest) 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.
func (o *PatchedAuthenticatorStaticStageRequest) SetFriendlyName(v string)
SetFriendlyName sets FriendlyName field to given value.
func (o *PatchedAuthenticatorStaticStageRequest) HasFriendlyName() bool
HasFriendlyName returns a boolean if a field has been set.
func (o *PatchedAuthenticatorStaticStageRequest) SetFriendlyNameNil(b bool)
SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil
func (o *PatchedAuthenticatorStaticStageRequest) UnsetFriendlyName()
UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil
func (o *PatchedAuthenticatorStaticStageRequest) GetTokenCount() int32
GetTokenCount returns the TokenCount field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorStaticStageRequest) GetTokenCountOk() (*int32, bool)
GetTokenCountOk returns a tuple with the TokenCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedAuthenticatorStaticStageRequest) SetTokenCount(v int32)
SetTokenCount sets TokenCount field to given value.
func (o *PatchedAuthenticatorStaticStageRequest) HasTokenCount() bool
HasTokenCount returns a boolean if a field has been set.
func (o *PatchedAuthenticatorStaticStageRequest) GetTokenLength() int32
GetTokenLength returns the TokenLength field if non-nil, zero value otherwise.
func (o *PatchedAuthenticatorStaticStageRequest) GetTokenLengthOk() (*int32, bool)
GetTokenLengthOk returns a tuple with the TokenLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedAuthenticatorStaticStageRequest) SetTokenLength(v int32)
SetTokenLength sets TokenLength field to given value.
func (o *PatchedAuthenticatorStaticStageRequest) HasTokenLength() bool
HasTokenLength returns a boolean if a field has been set.