Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 789 Bytes

ScimServiceProviderConfigResponseBulk.md

File metadata and controls

21 lines (14 loc) · 789 Bytes

TalonOne::ScimServiceProviderConfigResponseBulk

Properties

Name Type Description Notes
max_operations Integer The maximum number of individual operations that can be included in a single bulk request. [optional]
max_payload_size Integer The maximum size, in bytes, of the entire payload for a bulk operation request. [optional]
supported Boolean Indicates whether the SCIM service provider supports bulk operations. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ScimServiceProviderConfigResponseBulk.new(max_operations: null,
                                 max_payload_size: null,
                                 supported: null)