Sha256: 1ae9a52ff647635111e6948ee5134cef49c391045d6984f27c3132b86b9027e9

Contents?: true

Size: 789 Bytes

Versions: 2

Compression:

Stored size: 789 Bytes

Contents

# 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

```ruby
require 'TalonOne'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ScimServiceProviderConfigResponseBulk.md
talon_one-6.0.0 docs/ScimServiceProviderConfigResponseBulk.md