Skip to content

Latest commit

 

History

History
180 lines (99 loc) · 5.92 KB

AuthenticatorEndpointGDTCStageRequest.md

File metadata and controls

180 lines (99 loc) · 5.92 KB

AuthenticatorEndpointGDTCStageRequest

Properties

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{}

Methods

NewAuthenticatorEndpointGDTCStageRequest

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

NewAuthenticatorEndpointGDTCStageRequestWithDefaults

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

GetName

func (o *AuthenticatorEndpointGDTCStageRequest) GetName() string

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

GetNameOk

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.

SetName

func (o *AuthenticatorEndpointGDTCStageRequest) SetName(v string)

SetName sets Name field to given value.

GetFlowSet

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

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

GetFlowSetOk

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.

SetFlowSet

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

SetFlowSet sets FlowSet field to given value.

HasFlowSet

func (o *AuthenticatorEndpointGDTCStageRequest) HasFlowSet() bool

HasFlowSet returns a boolean if a field has been set.

GetConfigureFlow

func (o *AuthenticatorEndpointGDTCStageRequest) GetConfigureFlow() string

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

GetConfigureFlowOk

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.

SetConfigureFlow

func (o *AuthenticatorEndpointGDTCStageRequest) SetConfigureFlow(v string)

SetConfigureFlow sets ConfigureFlow field to given value.

HasConfigureFlow

func (o *AuthenticatorEndpointGDTCStageRequest) HasConfigureFlow() bool

HasConfigureFlow returns a boolean if a field has been set.

SetConfigureFlowNil

func (o *AuthenticatorEndpointGDTCStageRequest) SetConfigureFlowNil(b bool)

SetConfigureFlowNil sets the value for ConfigureFlow to be an explicit nil

UnsetConfigureFlow

func (o *AuthenticatorEndpointGDTCStageRequest) UnsetConfigureFlow()

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

GetFriendlyName

func (o *AuthenticatorEndpointGDTCStageRequest) GetFriendlyName() string

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

GetFriendlyNameOk

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.

SetFriendlyName

func (o *AuthenticatorEndpointGDTCStageRequest) SetFriendlyName(v string)

SetFriendlyName sets FriendlyName field to given value.

HasFriendlyName

func (o *AuthenticatorEndpointGDTCStageRequest) HasFriendlyName() bool

HasFriendlyName returns a boolean if a field has been set.

SetFriendlyNameNil

func (o *AuthenticatorEndpointGDTCStageRequest) SetFriendlyNameNil(b bool)

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

UnsetFriendlyName

func (o *AuthenticatorEndpointGDTCStageRequest) UnsetFriendlyName()

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

GetCredentials

func (o *AuthenticatorEndpointGDTCStageRequest) GetCredentials() interface{}

GetCredentials returns the Credentials field if non-nil, zero value otherwise.

GetCredentialsOk

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.

SetCredentials

func (o *AuthenticatorEndpointGDTCStageRequest) SetCredentials(v interface{})

SetCredentials sets Credentials field to given value.

SetCredentialsNil

func (o *AuthenticatorEndpointGDTCStageRequest) SetCredentialsNil(b bool)

SetCredentialsNil sets the value for Credentials to be an explicit nil

UnsetCredentials

func (o *AuthenticatorEndpointGDTCStageRequest) UnsetCredentials()

UnsetCredentials ensures that no value is present for Credentials, not even an explicit nil

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