Name | Type | Description | Notes |
---|---|---|---|
Enabled | Pointer to bool | [optional] | |
FunctionName | Pointer to string | [optional] | |
IdExtractor | Pointer to NullableIDExtractor | [optional] | |
Path | Pointer to string | [optional] | |
RawBodyOnly | Pointer to bool | [optional] |
func NewAuthenticationPlugin() *AuthenticationPlugin
NewAuthenticationPlugin instantiates a new AuthenticationPlugin 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 NewAuthenticationPluginWithDefaults() *AuthenticationPlugin
NewAuthenticationPluginWithDefaults instantiates a new AuthenticationPlugin 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 *AuthenticationPlugin) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *AuthenticationPlugin) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticationPlugin) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *AuthenticationPlugin) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *AuthenticationPlugin) GetFunctionName() string
GetFunctionName returns the FunctionName field if non-nil, zero value otherwise.
func (o *AuthenticationPlugin) GetFunctionNameOk() (*string, bool)
GetFunctionNameOk returns a tuple with the FunctionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticationPlugin) SetFunctionName(v string)
SetFunctionName sets FunctionName field to given value.
func (o *AuthenticationPlugin) HasFunctionName() bool
HasFunctionName returns a boolean if a field has been set.
func (o *AuthenticationPlugin) GetIdExtractor() IDExtractor
GetIdExtractor returns the IdExtractor field if non-nil, zero value otherwise.
func (o *AuthenticationPlugin) GetIdExtractorOk() (*IDExtractor, bool)
GetIdExtractorOk returns a tuple with the IdExtractor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticationPlugin) SetIdExtractor(v IDExtractor)
SetIdExtractor sets IdExtractor field to given value.
func (o *AuthenticationPlugin) HasIdExtractor() bool
HasIdExtractor returns a boolean if a field has been set.
func (o *AuthenticationPlugin) SetIdExtractorNil(b bool)
SetIdExtractorNil sets the value for IdExtractor to be an explicit nil
func (o *AuthenticationPlugin) UnsetIdExtractor()
UnsetIdExtractor ensures that no value is present for IdExtractor, not even an explicit nil
func (o *AuthenticationPlugin) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *AuthenticationPlugin) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticationPlugin) SetPath(v string)
SetPath sets Path field to given value.
func (o *AuthenticationPlugin) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *AuthenticationPlugin) GetRawBodyOnly() bool
GetRawBodyOnly returns the RawBodyOnly field if non-nil, zero value otherwise.
func (o *AuthenticationPlugin) GetRawBodyOnlyOk() (*bool, bool)
GetRawBodyOnlyOk returns a tuple with the RawBodyOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthenticationPlugin) SetRawBodyOnly(v bool)
SetRawBodyOnly sets RawBodyOnly field to given value.
func (o *AuthenticationPlugin) HasRawBodyOnly() bool
HasRawBodyOnly returns a boolean if a field has been set.