Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 821 Bytes

File metadata and controls

12 lines (9 loc) · 821 Bytes

TalonOne.Model.ScimServiceProviderConfigResponseBulk

Configuration related to bulk operations, which allow multiple SCIM requests to be processed in a single HTTP request.

Properties

Name Type Description Notes
MaxOperations long The maximum number of individual operations that can be included in a single bulk request. [optional]
MaxPayloadSize long The maximum size, in bytes, of the entire payload for a bulk operation request. [optional]
Supported bool Indicates whether the SCIM service provider supports bulk operations. [optional]

[Back to Model list] [Back to API list] [Back to README]