Skip to content

Latest commit

 

History

History
231 lines (128 loc) · 6.17 KB

File metadata and controls

231 lines (128 loc) · 6.17 KB

LogoutURL

Properties

Name Type Description Notes
Url string
ProviderName Pointer to NullableString [optional]
Binding Pointer to NullableString [optional]
SamlRequest Pointer to NullableString [optional]
SamlResponse Pointer to NullableString [optional]
SamlRelayState Pointer to NullableString [optional]

Methods

NewLogoutURL

func NewLogoutURL(url string, ) *LogoutURL

NewLogoutURL instantiates a new LogoutURL 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

NewLogoutURLWithDefaults

func NewLogoutURLWithDefaults() *LogoutURL

NewLogoutURLWithDefaults instantiates a new LogoutURL 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

GetUrl

func (o *LogoutURL) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *LogoutURL) GetUrlOk() (*string, bool)

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

SetUrl

func (o *LogoutURL) SetUrl(v string)

SetUrl sets Url field to given value.

GetProviderName

func (o *LogoutURL) GetProviderName() string

GetProviderName returns the ProviderName field if non-nil, zero value otherwise.

GetProviderNameOk

func (o *LogoutURL) GetProviderNameOk() (*string, bool)

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

SetProviderName

func (o *LogoutURL) SetProviderName(v string)

SetProviderName sets ProviderName field to given value.

HasProviderName

func (o *LogoutURL) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

SetProviderNameNil

func (o *LogoutURL) SetProviderNameNil(b bool)

SetProviderNameNil sets the value for ProviderName to be an explicit nil

UnsetProviderName

func (o *LogoutURL) UnsetProviderName()

UnsetProviderName ensures that no value is present for ProviderName, not even an explicit nil

GetBinding

func (o *LogoutURL) GetBinding() string

GetBinding returns the Binding field if non-nil, zero value otherwise.

GetBindingOk

func (o *LogoutURL) GetBindingOk() (*string, bool)

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

SetBinding

func (o *LogoutURL) SetBinding(v string)

SetBinding sets Binding field to given value.

HasBinding

func (o *LogoutURL) HasBinding() bool

HasBinding returns a boolean if a field has been set.

SetBindingNil

func (o *LogoutURL) SetBindingNil(b bool)

SetBindingNil sets the value for Binding to be an explicit nil

UnsetBinding

func (o *LogoutURL) UnsetBinding()

UnsetBinding ensures that no value is present for Binding, not even an explicit nil

GetSamlRequest

func (o *LogoutURL) GetSamlRequest() string

GetSamlRequest returns the SamlRequest field if non-nil, zero value otherwise.

GetSamlRequestOk

func (o *LogoutURL) GetSamlRequestOk() (*string, bool)

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

SetSamlRequest

func (o *LogoutURL) SetSamlRequest(v string)

SetSamlRequest sets SamlRequest field to given value.

HasSamlRequest

func (o *LogoutURL) HasSamlRequest() bool

HasSamlRequest returns a boolean if a field has been set.

SetSamlRequestNil

func (o *LogoutURL) SetSamlRequestNil(b bool)

SetSamlRequestNil sets the value for SamlRequest to be an explicit nil

UnsetSamlRequest

func (o *LogoutURL) UnsetSamlRequest()

UnsetSamlRequest ensures that no value is present for SamlRequest, not even an explicit nil

GetSamlResponse

func (o *LogoutURL) GetSamlResponse() string

GetSamlResponse returns the SamlResponse field if non-nil, zero value otherwise.

GetSamlResponseOk

func (o *LogoutURL) GetSamlResponseOk() (*string, bool)

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

SetSamlResponse

func (o *LogoutURL) SetSamlResponse(v string)

SetSamlResponse sets SamlResponse field to given value.

HasSamlResponse

func (o *LogoutURL) HasSamlResponse() bool

HasSamlResponse returns a boolean if a field has been set.

SetSamlResponseNil

func (o *LogoutURL) SetSamlResponseNil(b bool)

SetSamlResponseNil sets the value for SamlResponse to be an explicit nil

UnsetSamlResponse

func (o *LogoutURL) UnsetSamlResponse()

UnsetSamlResponse ensures that no value is present for SamlResponse, not even an explicit nil

GetSamlRelayState

func (o *LogoutURL) GetSamlRelayState() string

GetSamlRelayState returns the SamlRelayState field if non-nil, zero value otherwise.

GetSamlRelayStateOk

func (o *LogoutURL) GetSamlRelayStateOk() (*string, bool)

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

SetSamlRelayState

func (o *LogoutURL) SetSamlRelayState(v string)

SetSamlRelayState sets SamlRelayState field to given value.

HasSamlRelayState

func (o *LogoutURL) HasSamlRelayState() bool

HasSamlRelayState returns a boolean if a field has been set.

SetSamlRelayStateNil

func (o *LogoutURL) SetSamlRelayStateNil(b bool)

SetSamlRelayStateNil sets the value for SamlRelayState to be an explicit nil

UnsetSamlRelayState

func (o *LogoutURL) UnsetSamlRelayState()

UnsetSamlRelayState ensures that no value is present for SamlRelayState, not even an explicit nil

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