# TalonOne::ScimServiceProviderConfigResponsePatch ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **supported** | **Boolean** | Indicates whether the service provider supports patch operations for modifying resources. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ScimServiceProviderConfigResponsePatch.new(supported: null) ```