Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.31 KB

ScimServiceProviderConfig.md

File metadata and controls

32 lines (26 loc) · 1.31 KB

EzmaxApi::ScimServiceProviderConfig

Properties

Name Type Description Notes
authentication_schemes Array<ScimAuthenticationScheme> A multi-valued complex type that specifies supported authentication scheme properties.
bulk ScimServiceProviderConfigBulk
change_password ScimServiceProviderConfigChangePassword
documentation_uri String An HTTP-addressable URL pointing to the service provider's human-consumable help documentation
etag ScimServiceProviderConfigEtag
filter ScimServiceProviderConfigFilter
patch ScimServiceProviderConfigPatch
sort ScimServiceProviderConfigSort

Example

require 'Ezmaxapi'

instance = EzmaxApi::ScimServiceProviderConfig.new(
  authentication_schemes: null,
  bulk: null,
  change_password: null,
  documentation_uri: https://github.com/eZmaxinc/eZmax-API,
  etag: null,
  filter: null,
  patch: null,
  sort: null
)