Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 366 Bytes

ScimServiceProviderConfigPatch.md

File metadata and controls

18 lines (12 loc) · 366 Bytes

EzmaxApi::ScimServiceProviderConfigPatch

Properties

Name Type Description Notes
supported Boolean A Boolean value specifying whether or not the operation is supported.

Example

require 'Ezmaxapi'

instance = EzmaxApi::ScimServiceProviderConfigPatch.new(
  supported: false
)