Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 439 Bytes

ScimServiceProviderConfigResponseChangePassword.md

File metadata and controls

17 lines (10 loc) · 439 Bytes

TalonOne::ScimServiceProviderConfigResponseChangePassword

Properties

Name Type Description Notes
supported Boolean Indicates whether the service provider supports password changes via the SCIM API. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ScimServiceProviderConfigResponseChangePassword.new(supported: null)