Sha256: 5bf4d542150fa26fad2706bd2ca7e8f77053483ac08ed8c9f2efa68a260703f7
Contents?: true
Size: 537 Bytes
Versions: 2
Compression:
Stored size: 537 Bytes
Contents
# 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/ScimResource.md |
talon_one-6.0.0 | docs/ScimResource.md |