Skip to content

Latest commit

 

History

History
566 lines (305 loc) · 15.8 KB

AuthenticatorEmailStage.md

File metadata and controls

566 lines (305 loc) · 15.8 KB

AuthenticatorEmailStage

Properties

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]
UseGlobalSettings Pointer to bool When enabled, global Email connection settings will be used and connection settings below will be ignored. [optional]
Host Pointer to string [optional]
Port Pointer to int32 [optional]
Username Pointer to string [optional]
Password Pointer to string [optional]
UseTls Pointer to bool [optional]
UseSsl Pointer to bool [optional]
Timeout Pointer to int32 [optional]
FromAddress Pointer to string [optional]
Subject Pointer to string [optional]
TokenExpiry Pointer to string Time the token sent is valid (Format: hours=3,minutes=17,seconds=300). [optional]
Template Pointer to string [optional]

Methods

NewAuthenticatorEmailStage

func NewAuthenticatorEmailStage(pk string, name string, component string, verboseName string, verboseNamePlural string, metaModelName string, ) *AuthenticatorEmailStage

NewAuthenticatorEmailStage instantiates a new AuthenticatorEmailStage 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

NewAuthenticatorEmailStageWithDefaults

func NewAuthenticatorEmailStageWithDefaults() *AuthenticatorEmailStage

NewAuthenticatorEmailStageWithDefaults instantiates a new AuthenticatorEmailStage 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

GetPk

func (o *AuthenticatorEmailStage) GetPk() string

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

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

SetPk

func (o *AuthenticatorEmailStage) SetPk(v string)

SetPk sets Pk field to given value.

GetName

func (o *AuthenticatorEmailStage) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetComponent

func (o *AuthenticatorEmailStage) GetComponent() string

GetComponent returns the Component field if non-nil, zero value otherwise.

GetComponentOk

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

SetComponent

func (o *AuthenticatorEmailStage) SetComponent(v string)

SetComponent sets Component field to given value.

GetVerboseName

func (o *AuthenticatorEmailStage) GetVerboseName() string

GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.

GetVerboseNameOk

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

SetVerboseName

func (o *AuthenticatorEmailStage) SetVerboseName(v string)

SetVerboseName sets VerboseName field to given value.

GetVerboseNamePlural

func (o *AuthenticatorEmailStage) GetVerboseNamePlural() string

GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.

GetVerboseNamePluralOk

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

SetVerboseNamePlural

func (o *AuthenticatorEmailStage) SetVerboseNamePlural(v string)

SetVerboseNamePlural sets VerboseNamePlural field to given value.

GetMetaModelName

func (o *AuthenticatorEmailStage) GetMetaModelName() string

GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.

GetMetaModelNameOk

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

SetMetaModelName

func (o *AuthenticatorEmailStage) SetMetaModelName(v string)

SetMetaModelName sets MetaModelName field to given value.

GetFlowSet

func (o *AuthenticatorEmailStage) GetFlowSet() []FlowSet

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

GetFlowSetOk

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

SetFlowSet

func (o *AuthenticatorEmailStage) SetFlowSet(v []FlowSet)

SetFlowSet sets FlowSet field to given value.

HasFlowSet

func (o *AuthenticatorEmailStage) HasFlowSet() bool

HasFlowSet returns a boolean if a field has been set.

GetConfigureFlow

func (o *AuthenticatorEmailStage) GetConfigureFlow() string

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

GetConfigureFlowOk

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

SetConfigureFlow sets ConfigureFlow field to given value.

HasConfigureFlow

func (o *AuthenticatorEmailStage) HasConfigureFlow() bool

HasConfigureFlow returns a boolean if a field has been set.

SetConfigureFlowNil

func (o *AuthenticatorEmailStage) SetConfigureFlowNil(b bool)

SetConfigureFlowNil sets the value for ConfigureFlow to be an explicit nil

UnsetConfigureFlow

func (o *AuthenticatorEmailStage) UnsetConfigureFlow()

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

GetFriendlyName

func (o *AuthenticatorEmailStage) GetFriendlyName() string

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

GetFriendlyNameOk

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

SetFriendlyName sets FriendlyName field to given value.

HasFriendlyName

func (o *AuthenticatorEmailStage) HasFriendlyName() bool

HasFriendlyName returns a boolean if a field has been set.

SetFriendlyNameNil

func (o *AuthenticatorEmailStage) SetFriendlyNameNil(b bool)

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

UnsetFriendlyName

func (o *AuthenticatorEmailStage) UnsetFriendlyName()

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

GetUseGlobalSettings

func (o *AuthenticatorEmailStage) GetUseGlobalSettings() bool

GetUseGlobalSettings returns the UseGlobalSettings field if non-nil, zero value otherwise.

GetUseGlobalSettingsOk

func (o *AuthenticatorEmailStage) GetUseGlobalSettingsOk() (*bool, bool)

GetUseGlobalSettingsOk returns a tuple with the UseGlobalSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUseGlobalSettings

func (o *AuthenticatorEmailStage) SetUseGlobalSettings(v bool)

SetUseGlobalSettings sets UseGlobalSettings field to given value.

HasUseGlobalSettings

func (o *AuthenticatorEmailStage) HasUseGlobalSettings() bool

HasUseGlobalSettings returns a boolean if a field has been set.

GetHost

func (o *AuthenticatorEmailStage) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *AuthenticatorEmailStage) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHost

func (o *AuthenticatorEmailStage) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *AuthenticatorEmailStage) HasHost() bool

HasHost returns a boolean if a field has been set.

GetPort

func (o *AuthenticatorEmailStage) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *AuthenticatorEmailStage) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPort

func (o *AuthenticatorEmailStage) SetPort(v int32)

SetPort sets Port field to given value.

HasPort

func (o *AuthenticatorEmailStage) HasPort() bool

HasPort returns a boolean if a field has been set.

GetUsername

func (o *AuthenticatorEmailStage) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *AuthenticatorEmailStage) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsername

func (o *AuthenticatorEmailStage) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *AuthenticatorEmailStage) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetPassword

func (o *AuthenticatorEmailStage) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *AuthenticatorEmailStage) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPassword

func (o *AuthenticatorEmailStage) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *AuthenticatorEmailStage) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetUseTls

func (o *AuthenticatorEmailStage) GetUseTls() bool

GetUseTls returns the UseTls field if non-nil, zero value otherwise.

GetUseTlsOk

func (o *AuthenticatorEmailStage) GetUseTlsOk() (*bool, bool)

GetUseTlsOk returns a tuple with the UseTls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUseTls

func (o *AuthenticatorEmailStage) SetUseTls(v bool)

SetUseTls sets UseTls field to given value.

HasUseTls

func (o *AuthenticatorEmailStage) HasUseTls() bool

HasUseTls returns a boolean if a field has been set.

GetUseSsl

func (o *AuthenticatorEmailStage) GetUseSsl() bool

GetUseSsl returns the UseSsl field if non-nil, zero value otherwise.

GetUseSslOk

func (o *AuthenticatorEmailStage) GetUseSslOk() (*bool, bool)

GetUseSslOk returns a tuple with the UseSsl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUseSsl

func (o *AuthenticatorEmailStage) SetUseSsl(v bool)

SetUseSsl sets UseSsl field to given value.

HasUseSsl

func (o *AuthenticatorEmailStage) HasUseSsl() bool

HasUseSsl returns a boolean if a field has been set.

GetTimeout

func (o *AuthenticatorEmailStage) GetTimeout() int32

GetTimeout returns the Timeout field if non-nil, zero value otherwise.

GetTimeoutOk

func (o *AuthenticatorEmailStage) GetTimeoutOk() (*int32, bool)

GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTimeout

func (o *AuthenticatorEmailStage) SetTimeout(v int32)

SetTimeout sets Timeout field to given value.

HasTimeout

func (o *AuthenticatorEmailStage) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

GetFromAddress

func (o *AuthenticatorEmailStage) GetFromAddress() string

GetFromAddress returns the FromAddress field if non-nil, zero value otherwise.

GetFromAddressOk

func (o *AuthenticatorEmailStage) GetFromAddressOk() (*string, bool)

GetFromAddressOk returns a tuple with the FromAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFromAddress

func (o *AuthenticatorEmailStage) SetFromAddress(v string)

SetFromAddress sets FromAddress field to given value.

HasFromAddress

func (o *AuthenticatorEmailStage) HasFromAddress() bool

HasFromAddress returns a boolean if a field has been set.

GetSubject

func (o *AuthenticatorEmailStage) GetSubject() string

GetSubject returns the Subject field if non-nil, zero value otherwise.

GetSubjectOk

func (o *AuthenticatorEmailStage) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSubject

func (o *AuthenticatorEmailStage) SetSubject(v string)

SetSubject sets Subject field to given value.

HasSubject

func (o *AuthenticatorEmailStage) HasSubject() bool

HasSubject returns a boolean if a field has been set.

GetTokenExpiry

func (o *AuthenticatorEmailStage) GetTokenExpiry() string

GetTokenExpiry returns the TokenExpiry field if non-nil, zero value otherwise.

GetTokenExpiryOk

func (o *AuthenticatorEmailStage) GetTokenExpiryOk() (*string, bool)

GetTokenExpiryOk returns a tuple with the TokenExpiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTokenExpiry

func (o *AuthenticatorEmailStage) SetTokenExpiry(v string)

SetTokenExpiry sets TokenExpiry field to given value.

HasTokenExpiry

func (o *AuthenticatorEmailStage) HasTokenExpiry() bool

HasTokenExpiry returns a boolean if a field has been set.

GetTemplate

func (o *AuthenticatorEmailStage) GetTemplate() string

GetTemplate returns the Template field if non-nil, zero value otherwise.

GetTemplateOk

func (o *AuthenticatorEmailStage) GetTemplateOk() (*string, bool)

GetTemplateOk returns a tuple with the Template field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTemplate

func (o *AuthenticatorEmailStage) SetTemplate(v string)

SetTemplate sets Template field to given value.

HasTemplate

func (o *AuthenticatorEmailStage) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

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