Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 7.93 KB

AuthenticationExecutionExportRepresentation.md

File metadata and controls

238 lines (129 loc) · 7.93 KB

AuthenticationExecutionExportRepresentation

Properties

Name Type Description Notes
AuthenticatorConfig Pointer to string [optional]
Authenticator Pointer to string [optional]
AuthenticatorFlow Pointer to bool [optional]
Requirement Pointer to string [optional]
Priority Pointer to int32 [optional]
AutheticatorFlow Pointer to bool [optional]
FlowAlias Pointer to string [optional]
UserSetupAllowed Pointer to bool [optional]

Methods

NewAuthenticationExecutionExportRepresentation

func NewAuthenticationExecutionExportRepresentation() *AuthenticationExecutionExportRepresentation

NewAuthenticationExecutionExportRepresentation instantiates a new AuthenticationExecutionExportRepresentation 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

NewAuthenticationExecutionExportRepresentationWithDefaults

func NewAuthenticationExecutionExportRepresentationWithDefaults() *AuthenticationExecutionExportRepresentation

NewAuthenticationExecutionExportRepresentationWithDefaults instantiates a new AuthenticationExecutionExportRepresentation 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

GetAuthenticatorConfig

func (o *AuthenticationExecutionExportRepresentation) GetAuthenticatorConfig() string

GetAuthenticatorConfig returns the AuthenticatorConfig field if non-nil, zero value otherwise.

GetAuthenticatorConfigOk

func (o *AuthenticationExecutionExportRepresentation) GetAuthenticatorConfigOk() (*string, bool)

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

SetAuthenticatorConfig

func (o *AuthenticationExecutionExportRepresentation) SetAuthenticatorConfig(v string)

SetAuthenticatorConfig sets AuthenticatorConfig field to given value.

HasAuthenticatorConfig

func (o *AuthenticationExecutionExportRepresentation) HasAuthenticatorConfig() bool

HasAuthenticatorConfig returns a boolean if a field has been set.

GetAuthenticator

func (o *AuthenticationExecutionExportRepresentation) GetAuthenticator() string

GetAuthenticator returns the Authenticator field if non-nil, zero value otherwise.

GetAuthenticatorOk

func (o *AuthenticationExecutionExportRepresentation) GetAuthenticatorOk() (*string, bool)

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

SetAuthenticator

func (o *AuthenticationExecutionExportRepresentation) SetAuthenticator(v string)

SetAuthenticator sets Authenticator field to given value.

HasAuthenticator

func (o *AuthenticationExecutionExportRepresentation) HasAuthenticator() bool

HasAuthenticator returns a boolean if a field has been set.

GetAuthenticatorFlow

func (o *AuthenticationExecutionExportRepresentation) GetAuthenticatorFlow() bool

GetAuthenticatorFlow returns the AuthenticatorFlow field if non-nil, zero value otherwise.

GetAuthenticatorFlowOk

func (o *AuthenticationExecutionExportRepresentation) GetAuthenticatorFlowOk() (*bool, bool)

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

SetAuthenticatorFlow

func (o *AuthenticationExecutionExportRepresentation) SetAuthenticatorFlow(v bool)

SetAuthenticatorFlow sets AuthenticatorFlow field to given value.

HasAuthenticatorFlow

func (o *AuthenticationExecutionExportRepresentation) HasAuthenticatorFlow() bool

HasAuthenticatorFlow returns a boolean if a field has been set.

GetRequirement

func (o *AuthenticationExecutionExportRepresentation) GetRequirement() string

GetRequirement returns the Requirement field if non-nil, zero value otherwise.

GetRequirementOk

func (o *AuthenticationExecutionExportRepresentation) GetRequirementOk() (*string, bool)

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

SetRequirement

func (o *AuthenticationExecutionExportRepresentation) SetRequirement(v string)

SetRequirement sets Requirement field to given value.

HasRequirement

func (o *AuthenticationExecutionExportRepresentation) HasRequirement() bool

HasRequirement returns a boolean if a field has been set.

GetPriority

func (o *AuthenticationExecutionExportRepresentation) GetPriority() int32

GetPriority returns the Priority field if non-nil, zero value otherwise.

GetPriorityOk

func (o *AuthenticationExecutionExportRepresentation) GetPriorityOk() (*int32, bool)

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

SetPriority

func (o *AuthenticationExecutionExportRepresentation) SetPriority(v int32)

SetPriority sets Priority field to given value.

HasPriority

func (o *AuthenticationExecutionExportRepresentation) HasPriority() bool

HasPriority returns a boolean if a field has been set.

GetAutheticatorFlow

func (o *AuthenticationExecutionExportRepresentation) GetAutheticatorFlow() bool

GetAutheticatorFlow returns the AutheticatorFlow field if non-nil, zero value otherwise.

GetAutheticatorFlowOk

func (o *AuthenticationExecutionExportRepresentation) GetAutheticatorFlowOk() (*bool, bool)

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

SetAutheticatorFlow

func (o *AuthenticationExecutionExportRepresentation) SetAutheticatorFlow(v bool)

SetAutheticatorFlow sets AutheticatorFlow field to given value.

HasAutheticatorFlow

func (o *AuthenticationExecutionExportRepresentation) HasAutheticatorFlow() bool

HasAutheticatorFlow returns a boolean if a field has been set.

GetFlowAlias

func (o *AuthenticationExecutionExportRepresentation) GetFlowAlias() string

GetFlowAlias returns the FlowAlias field if non-nil, zero value otherwise.

GetFlowAliasOk

func (o *AuthenticationExecutionExportRepresentation) GetFlowAliasOk() (*string, bool)

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

SetFlowAlias

func (o *AuthenticationExecutionExportRepresentation) SetFlowAlias(v string)

SetFlowAlias sets FlowAlias field to given value.

HasFlowAlias

func (o *AuthenticationExecutionExportRepresentation) HasFlowAlias() bool

HasFlowAlias returns a boolean if a field has been set.

GetUserSetupAllowed

func (o *AuthenticationExecutionExportRepresentation) GetUserSetupAllowed() bool

GetUserSetupAllowed returns the UserSetupAllowed field if non-nil, zero value otherwise.

GetUserSetupAllowedOk

func (o *AuthenticationExecutionExportRepresentation) GetUserSetupAllowedOk() (*bool, bool)

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

SetUserSetupAllowed

func (o *AuthenticationExecutionExportRepresentation) SetUserSetupAllowed(v bool)

SetUserSetupAllowed sets UserSetupAllowed field to given value.

HasUserSetupAllowed

func (o *AuthenticationExecutionExportRepresentation) HasUserSetupAllowed() bool

HasUserSetupAllowed returns a boolean if a field has been set.

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