Sha256: ca8f8d69e9010aafb056f92535f0525ef9e275f621d4e16e7c274376db835eea
Contents?: true
Size: 1.06 KB
Versions: 125
Compression:
Stored size: 1.06 KB
Contents
# OryClient::IdentitySchema ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **blob_name** | **String** | The gcs file name This is a randomly generated name which is used to uniquely identify the file on the blob storage | | | **blob_url** | **String** | The publicly accessible url of the schema | | | **content_hash** | **String** | The Content Hash Contains a hash of the schema's content. | [optional] | | **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( blob_name: null, blob_url: null, content_hash: null, created_at: null, id: null, name: CustomerIdentity, schema: null, updated_at: null ) ```
Version data entries
125 entries across 125 versions & 1 rubygems