Sha256: 1fdc28a1417cbc377bdd4979ef8a36d4c8a1e7c0120bb58252bb8b87975f3a0c

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

# TalonOne::ScimServiceProviderConfigResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bulk** | [**ScimServiceProviderConfigResponseBulk**](ScimServiceProviderConfigResponseBulk.md) |  | [optional] 
**change_password** | [**ScimServiceProviderConfigResponseChangePassword**](ScimServiceProviderConfigResponseChangePassword.md) |  | [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**](ScimServiceProviderConfigResponseFilter.md) |  | [optional] 
**patch** | [**ScimServiceProviderConfigResponsePatch**](ScimServiceProviderConfigResponsePatch.md) |  | [optional] 
**schemas** | **Array<String>** | A list of SCIM schemas that define the structure and data types supported by the service provider. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-6.0.0 docs/ScimServiceProviderConfigResponse.md