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] |
require 'TalonOne'
instance = TalonOne::ScimSchemaResource.new(id: null,
name: null,
description: null,
attributes: null)