Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 721 Bytes

File metadata and controls

22 lines (16 loc) · 721 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]

Example

require 'talon_one_sdk'

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