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] | |
TokenCount | Pointer to int32 | [optional] | |
TokenLength | Pointer to int32 | [optional] |
func NewAuthenticatorStaticStage(pk string, name string, component string, verboseName string, verboseNamePlural string, metaModelName string, ) *AuthenticatorStaticStage
NewAuthenticatorStaticStage instantiates a new AuthenticatorStaticStage 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 NewAuthenticatorStaticStageWithDefaults() *AuthenticatorStaticStage
NewAuthenticatorStaticStageWithDefaults instantiates a new AuthenticatorStaticStage 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 *AuthenticatorStaticStage) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetPk(v string)
SetPk sets Pk field to given value.
func (o *AuthenticatorStaticStage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetName(v string)
SetName sets Name field to given value.
func (o *AuthenticatorStaticStage) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *AuthenticatorStaticStage) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *AuthenticatorStaticStage) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *AuthenticatorStaticStage) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *AuthenticatorStaticStage) GetFlowSet() []FlowSet
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetFlowSet(v []FlowSet)
SetFlowSet sets FlowSet field to given value.
func (o *AuthenticatorStaticStage) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *AuthenticatorStaticStage) GetConfigureFlow() string
GetConfigureFlow returns the ConfigureFlow field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetConfigureFlow(v string)
SetConfigureFlow sets ConfigureFlow field to given value.
func (o *AuthenticatorStaticStage) HasConfigureFlow() bool
HasConfigureFlow returns a boolean if a field has been set.
func (o *AuthenticatorStaticStage) SetConfigureFlowNil(b bool)
SetConfigureFlowNil sets the value for ConfigureFlow to be an explicit nil
func (o *AuthenticatorStaticStage) UnsetConfigureFlow()
UnsetConfigureFlow ensures that no value is present for ConfigureFlow, not even an explicit nil
func (o *AuthenticatorStaticStage) GetFriendlyName() string
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetFriendlyName(v string)
SetFriendlyName sets FriendlyName field to given value.
func (o *AuthenticatorStaticStage) HasFriendlyName() bool
HasFriendlyName returns a boolean if a field has been set.
func (o *AuthenticatorStaticStage) SetFriendlyNameNil(b bool)
SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil
func (o *AuthenticatorStaticStage) UnsetFriendlyName()
UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil
func (o *AuthenticatorStaticStage) GetTokenCount() int32
GetTokenCount returns the TokenCount field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetTokenCount(v int32)
SetTokenCount sets TokenCount field to given value.
func (o *AuthenticatorStaticStage) HasTokenCount() bool
HasTokenCount returns a boolean if a field has been set.
func (o *AuthenticatorStaticStage) GetTokenLength() int32
GetTokenLength returns the TokenLength field if non-nil, zero value otherwise.
func (o *AuthenticatorStaticStage) 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 *AuthenticatorStaticStage) SetTokenLength(v int32)
SetTokenLength sets TokenLength field to given value.
func (o *AuthenticatorStaticStage) HasTokenLength() bool
HasTokenLength returns a boolean if a field has been set.