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] |
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
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
func (o *AuthenticationExecutionExportRepresentation) GetAuthenticatorConfig() string
GetAuthenticatorConfig returns the AuthenticatorConfig field if non-nil, zero value otherwise.
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.
func (o *AuthenticationExecutionExportRepresentation) SetAuthenticatorConfig(v string)
SetAuthenticatorConfig sets AuthenticatorConfig field to given value.
func (o *AuthenticationExecutionExportRepresentation) HasAuthenticatorConfig() bool
HasAuthenticatorConfig returns a boolean if a field has been set.
func (o *AuthenticationExecutionExportRepresentation) GetAuthenticator() string
GetAuthenticator returns the Authenticator field if non-nil, zero value otherwise.
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.
func (o *AuthenticationExecutionExportRepresentation) SetAuthenticator(v string)
SetAuthenticator sets Authenticator field to given value.
func (o *AuthenticationExecutionExportRepresentation) HasAuthenticator() bool
HasAuthenticator returns a boolean if a field has been set.
func (o *AuthenticationExecutionExportRepresentation) GetAuthenticatorFlow() bool
GetAuthenticatorFlow returns the AuthenticatorFlow field if non-nil, zero value otherwise.
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.
func (o *AuthenticationExecutionExportRepresentation) SetAuthenticatorFlow(v bool)
SetAuthenticatorFlow sets AuthenticatorFlow field to given value.
func (o *AuthenticationExecutionExportRepresentation) HasAuthenticatorFlow() bool
HasAuthenticatorFlow returns a boolean if a field has been set.
func (o *AuthenticationExecutionExportRepresentation) GetRequirement() string
GetRequirement returns the Requirement field if non-nil, zero value otherwise.
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.
func (o *AuthenticationExecutionExportRepresentation) SetRequirement(v string)
SetRequirement sets Requirement field to given value.
func (o *AuthenticationExecutionExportRepresentation) HasRequirement() bool
HasRequirement returns a boolean if a field has been set.
func (o *AuthenticationExecutionExportRepresentation) GetPriority() int32
GetPriority returns the Priority field if non-nil, zero value otherwise.
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.
func (o *AuthenticationExecutionExportRepresentation) SetPriority(v int32)
SetPriority sets Priority field to given value.
func (o *AuthenticationExecutionExportRepresentation) HasPriority() bool
HasPriority returns a boolean if a field has been set.
func (o *AuthenticationExecutionExportRepresentation) GetAutheticatorFlow() bool
GetAutheticatorFlow returns the AutheticatorFlow field if non-nil, zero value otherwise.
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.
func (o *AuthenticationExecutionExportRepresentation) SetAutheticatorFlow(v bool)
SetAutheticatorFlow sets AutheticatorFlow field to given value.
func (o *AuthenticationExecutionExportRepresentation) HasAutheticatorFlow() bool
HasAutheticatorFlow returns a boolean if a field has been set.
func (o *AuthenticationExecutionExportRepresentation) GetFlowAlias() string
GetFlowAlias returns the FlowAlias field if non-nil, zero value otherwise.
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.
func (o *AuthenticationExecutionExportRepresentation) SetFlowAlias(v string)
SetFlowAlias sets FlowAlias field to given value.
func (o *AuthenticationExecutionExportRepresentation) HasFlowAlias() bool
HasFlowAlias returns a boolean if a field has been set.
func (o *AuthenticationExecutionExportRepresentation) GetUserSetupAllowed() bool
GetUserSetupAllowed returns the UserSetupAllowed field if non-nil, zero value otherwise.
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.
func (o *AuthenticationExecutionExportRepresentation) SetUserSetupAllowed(v bool)
SetUserSetupAllowed sets UserSetupAllowed field to given value.
func (o *AuthenticationExecutionExportRepresentation) HasUserSetupAllowed() bool
HasUserSetupAllowed returns a boolean if a field has been set.