# TalonOne::ScimResource ## 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 resource. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ScimResource.new(id: null, name: null, description: null) ```