Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 665 Bytes

ScimSchemaResource.md

File metadata and controls

23 lines (16 loc) · 665 Bytes

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

require 'TalonOne'

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