Sha256: 65a5eba7e355e581ab92db6dc9cc9fdceef37dac410a1d4c027e4d85e65bff2c
Contents?: true
Size: 681 Bytes
Versions: 30
Compression:
Stored size: 681 Bytes
Contents
# OryClient::IdentitySchema ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | The Schema's Creation Date | [readonly] | | **id** | **String** | | | | **name** | **String** | The schema name This is set by the user and is for them to easily recognise their schema | | | **schema** | **Object** | The actual Identity JSON Schema | [optional] | | **updated_at** | **Time** | Last Time Schema was Updated | [readonly] | ## Example ```ruby require 'ory-client' instance = OryClient::IdentitySchema.new( created_at: null, id: null, name: CustomerIdentity, schema: null, updated_at: null ) ```
Version data entries
30 entries across 30 versions & 1 rubygems