Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.6 KB

ApiReverseProxyAuthenticationConfigurationDTO.md

File metadata and controls

134 lines (73 loc) · 4.6 KB

ApiReverseProxyAuthenticationConfigurationDTO

Properties

Name Type Description Notes
CsrfProtectionDisabled Pointer to bool [optional]
Enabled Pointer to bool [optional]
LogoutUrl Pointer to string [optional]
UsernameHeader Pointer to string [optional]

Methods

NewApiReverseProxyAuthenticationConfigurationDTO

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

NewApiReverseProxyAuthenticationConfigurationDTOWithDefaults

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

GetCsrfProtectionDisabled

func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetCsrfProtectionDisabled() bool

GetCsrfProtectionDisabled returns the CsrfProtectionDisabled field if non-nil, zero value otherwise.

GetCsrfProtectionDisabledOk

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.

SetCsrfProtectionDisabled

func (o *ApiReverseProxyAuthenticationConfigurationDTO) SetCsrfProtectionDisabled(v bool)

SetCsrfProtectionDisabled sets CsrfProtectionDisabled field to given value.

HasCsrfProtectionDisabled

func (o *ApiReverseProxyAuthenticationConfigurationDTO) HasCsrfProtectionDisabled() bool

HasCsrfProtectionDisabled returns a boolean if a field has been set.

GetEnabled

func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *ApiReverseProxyAuthenticationConfigurationDTO) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *ApiReverseProxyAuthenticationConfigurationDTO) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetLogoutUrl

func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetLogoutUrl() string

GetLogoutUrl returns the LogoutUrl field if non-nil, zero value otherwise.

GetLogoutUrlOk

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.

SetLogoutUrl

func (o *ApiReverseProxyAuthenticationConfigurationDTO) SetLogoutUrl(v string)

SetLogoutUrl sets LogoutUrl field to given value.

HasLogoutUrl

func (o *ApiReverseProxyAuthenticationConfigurationDTO) HasLogoutUrl() bool

HasLogoutUrl returns a boolean if a field has been set.

GetUsernameHeader

func (o *ApiReverseProxyAuthenticationConfigurationDTO) GetUsernameHeader() string

GetUsernameHeader returns the UsernameHeader field if non-nil, zero value otherwise.

GetUsernameHeaderOk

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.

SetUsernameHeader

func (o *ApiReverseProxyAuthenticationConfigurationDTO) SetUsernameHeader(v string)

SetUsernameHeader sets UsernameHeader field to given value.

HasUsernameHeader

func (o *ApiReverseProxyAuthenticationConfigurationDTO) HasUsernameHeader() bool

HasUsernameHeader returns a boolean if a field has been set.

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