Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 603 Bytes

ScimServiceProviderConfigResponseFilter.md

File metadata and controls

19 lines (12 loc) · 603 Bytes

TalonOne::ScimServiceProviderConfigResponseFilter

Properties

Name Type Description Notes
max_results Integer The maximum number of resources that can be returned in a single filtered query response. [optional]
supported Boolean Indicates whether the SCIM service provider supports filtering operations. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ScimServiceProviderConfigResponseFilter.new(max_results: null,
                                 supported: null)