# TalonOne::ScimServiceProviderConfigResponseChangePassword ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **supported** | **Boolean** | Indicates whether the service provider supports password changes via the SCIM API. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ScimServiceProviderConfigResponseChangePassword.new(supported: null) ```