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 |
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
)