Name | Type | Description | Notes |
---|---|---|---|
CsrfProtectionDisabled | Pointer to bool | [optional] | |
Enabled | Pointer to bool | [optional] | |
LogoutUrl | Pointer to string | [optional] | |
UsernameHeader | Pointer to string | [optional] |
func NewApiReverseProxyAuthenticationConfigurationDTO() *ApiReverseProxyAuthenticationConfigurationDTO
NewApiReverseProxyAuthenticationConfigurationDTO instantiates a new ApiReverseProxyAuthenticationConfigurationDTO 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 NewApiReverseProxyAuthenticationConfigurationDTOWithDefaults() *ApiReverseProxyAuthenticationConfigurationDTO
NewApiReverseProxyAuthenticationConfigurationDTOWithDefaults instantiates a new ApiReverseProxyAuthenticationConfigurationDTO 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 *ApiReverseProxyAuthenticationConfigurationDTO) GetCsrfProtectionDisabled() bool
GetCsrfProtectionDisabled returns the CsrfProtectionDisabled field if non-nil, zero value otherwise.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetCsrfProtectionDisabledOk() (*bool, bool)
GetCsrfProtectionDisabledOk returns a tuple with the CsrfProtectionDisabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) SetCsrfProtectionDisabled(v bool)
SetCsrfProtectionDisabled sets CsrfProtectionDisabled field to given value.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) HasCsrfProtectionDisabled() bool
HasCsrfProtectionDisabled returns a boolean if a field has been set.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) 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 *ApiReverseProxyAuthenticationConfigurationDTO) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetLogoutUrl() string
GetLogoutUrl returns the LogoutUrl field if non-nil, zero value otherwise.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetLogoutUrlOk() (*string, bool)
GetLogoutUrlOk returns a tuple with the LogoutUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) SetLogoutUrl(v string)
SetLogoutUrl sets LogoutUrl field to given value.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) HasLogoutUrl() bool
HasLogoutUrl returns a boolean if a field has been set.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetUsernameHeader() string
GetUsernameHeader returns the UsernameHeader field if non-nil, zero value otherwise.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetUsernameHeaderOk() (*string, bool)
GetUsernameHeaderOk returns a tuple with the UsernameHeader field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) SetUsernameHeader(v string)
SetUsernameHeader sets UsernameHeader field to given value.
func (o *ApiReverseProxyAuthenticationConfigurationDTO) HasUsernameHeader() bool
HasUsernameHeader returns a boolean if a field has been set.