Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 416 Bytes

File metadata and controls

18 lines (12 loc) · 416 Bytes

TalonOne::ScimServiceProviderConfigResponsePatch

Properties

Name Type Description Notes
supported Boolean Indicates whether the service provider supports patch operations for modifying resources. [optional]

Example

require 'talon_one_sdk'

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