Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.22 KB

ScimServiceProviderConfigResponseChangePassword.md

File metadata and controls

39 lines (20 loc) · 1.22 KB

ScimServiceProviderConfigResponseChangePassword

Properties

Name Type Description Notes
Supported Pointer to bool Indicates whether the service provider supports password changes via the SCIM API. [optional]

Methods

GetSupported

func (o *ScimServiceProviderConfigResponseChangePassword) GetSupported() bool

GetSupported returns the Supported field if non-nil, zero value otherwise.

GetSupportedOk

func (o *ScimServiceProviderConfigResponseChangePassword) GetSupportedOk() (bool, bool)

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

HasSupported

func (o *ScimServiceProviderConfigResponseChangePassword) HasSupported() bool

HasSupported returns a boolean if a field has been set.

SetSupported

func (o *ScimServiceProviderConfigResponseChangePassword) SetSupported(v bool)

SetSupported gets a reference to the given bool and assigns it to the Supported field.

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