Sha256: 7cdaf17fc97aeeaf9fce51ce9ab71cc6ef01070dfa426f9f49a569b2ac811ac7

Contents?: true

Size: 665 Bytes

Versions: 2

Compression:

Stored size: 665 Bytes

Contents

# TalonOne::ScimSchemaResource

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | ID of the resource. | [optional] 
**name** | **String** | Name of the resource. | [optional] 
**description** | **String** | Human-readable description of the schema resource. | [optional] 
**attributes** | **Array<Object>** |  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ScimSchemaResource.new(id: null,
                                 name: null,
                                 description: null,
                                 attributes: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

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