Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.33 KB

File metadata and controls

30 lines (24 loc) · 1.33 KB

TalonOne::ScimServiceProviderConfigResponse

Properties

Name Type Description Notes
bulk ScimServiceProviderConfigResponseBulk [optional]
change_password ScimServiceProviderConfigResponseChangePassword [optional]
documentation_uri String The URI that points to the SCIM service provider's documentation, providing further details about the service's capabilities and usage. [optional]
filter ScimServiceProviderConfigResponseFilter [optional]
patch ScimServiceProviderConfigResponsePatch [optional]
schemas Array<String> A list of SCIM schemas that define the structure and data types supported by the service provider. [optional]
sort ScimServiceProviderConfigResponseSort [optional]

Example

require 'talon_one_sdk'

instance = TalonOne::ScimServiceProviderConfigResponse.new(
  bulk: null,
  change_password: null,
  documentation_uri: null,
  filter: null,
  patch: null,
  schemas: null,
  sort: null
)