Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
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] | |
Credentials | interface{} |
func NewAuthenticatorEndpointGDTCStageRequest(name string, credentials interface{}, ) *AuthenticatorEndpointGDTCStageRequest
NewAuthenticatorEndpointGDTCStageRequest instantiates a new AuthenticatorEndpointGDTCStageRequest 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 NewAuthenticatorEndpointGDTCStageRequestWithDefaults() *AuthenticatorEndpointGDTCStageRequest
NewAuthenticatorEndpointGDTCStageRequestWithDefaults instantiates a new AuthenticatorEndpointGDTCStageRequest 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 *AuthenticatorEndpointGDTCStageRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuthenticatorEndpointGDTCStageRequest) 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 *AuthenticatorEndpointGDTCStageRequest) SetName(v string)
SetName sets Name field to given value.
func (o *AuthenticatorEndpointGDTCStageRequest) GetFlowSet() []FlowSetRequest
GetFlowSet returns the FlowSet field if non-nil, zero value otherwise.
func (o *AuthenticatorEndpointGDTCStageRequest) 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 *AuthenticatorEndpointGDTCStageRequest) SetFlowSet(v []FlowSetRequest)
SetFlowSet sets FlowSet field to given value.
func (o *AuthenticatorEndpointGDTCStageRequest) HasFlowSet() bool
HasFlowSet returns a boolean if a field has been set.
func (o *AuthenticatorEndpointGDTCStageRequest) GetConfigureFlow() string
GetConfigureFlow returns the ConfigureFlow field if non-nil, zero value otherwise.
func (o *AuthenticatorEndpointGDTCStageRequest) 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 *AuthenticatorEndpointGDTCStageRequest) SetConfigureFlow(v string)
SetConfigureFlow sets ConfigureFlow field to given value.
func (o *AuthenticatorEndpointGDTCStageRequest) HasConfigureFlow() bool
HasConfigureFlow returns a boolean if a field has been set.
func (o *AuthenticatorEndpointGDTCStageRequest) SetConfigureFlowNil(b bool)
SetConfigureFlowNil sets the value for ConfigureFlow to be an explicit nil
func (o *AuthenticatorEndpointGDTCStageRequest) UnsetConfigureFlow()
UnsetConfigureFlow ensures that no value is present for ConfigureFlow, not even an explicit nil
func (o *AuthenticatorEndpointGDTCStageRequest) GetFriendlyName() string
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
func (o *AuthenticatorEndpointGDTCStageRequest) 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 *AuthenticatorEndpointGDTCStageRequest) SetFriendlyName(v string)
SetFriendlyName sets FriendlyName field to given value.
func (o *AuthenticatorEndpointGDTCStageRequest) HasFriendlyName() bool
HasFriendlyName returns a boolean if a field has been set.
func (o *AuthenticatorEndpointGDTCStageRequest) SetFriendlyNameNil(b bool)
SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil
func (o *AuthenticatorEndpointGDTCStageRequest) UnsetFriendlyName()
UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil
func (o *AuthenticatorEndpointGDTCStageRequest) GetCredentials() interface{}
GetCredentials returns the Credentials field if non-nil, zero value otherwise.
func (o *AuthenticatorEndpointGDTCStageRequest) GetCredentialsOk() (*interface{}, bool)
GetCredentialsOk returns a tuple with the Credentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticatorEndpointGDTCStageRequest) SetCredentials(v interface{})
SetCredentials sets Credentials field to given value.
func (o *AuthenticatorEndpointGDTCStageRequest) SetCredentialsNil(b bool)
SetCredentialsNil sets the value for Credentials to be an explicit nil
func (o *AuthenticatorEndpointGDTCStageRequest) UnsetCredentials()
UnsetCredentials ensures that no value is present for Credentials, not even an explicit nil