Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 384 Bytes

ScimServiceProviderConfigChangePassword.md

File metadata and controls

18 lines (12 loc) · 384 Bytes

EzmaxApi::ScimServiceProviderConfigChangePassword

Properties

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

Example

require 'Ezmaxapi'

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