Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 364 Bytes

ScimServiceProviderConfigEtag.md

File metadata and controls

18 lines (12 loc) · 364 Bytes

EzmaxApi::ScimServiceProviderConfigEtag

Properties

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

Example

require 'Ezmaxapi'

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