Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 512 Bytes

ScimServiceProviderConfigFilter.md

File metadata and controls

20 lines (14 loc) · 512 Bytes

EzmaxApi::ScimServiceProviderConfigFilter

Properties

Name Type Description Notes
supported Boolean A Boolean value specifying whether or not the operation is supported.
max_results Integer An integer value specifying the maximum number of resources returned in a response.

Example

require 'Ezmaxapi'

instance = EzmaxApi::ScimServiceProviderConfigFilter.new(
  supported: true,
  max_results: 10000
)