Sha256: ef4dbe9b7717e78f31fc5d1e275e15fd1d1cb33dd3713bef8d1aa8e4e216fc7f

Contents?: true

Size: 473 Bytes

Versions: 2

Compression:

Stored size: 473 Bytes

Contents

# TalonOne::ScimPatchRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**schemas** | **Array<String>** | SCIM schema for the given resource. | [optional] 
**operations** | [**Array<ScimPatchOperation>**](ScimPatchOperation.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ScimPatchRequest.new(schemas: null,
                                 operations: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ScimPatchRequest.md
talon_one-6.0.0 docs/ScimPatchRequest.md