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

Version Path
ory-client-0.1.0.alpha12 docs/IdentitySchema.md
ory-client-0.1.0.alpha11 docs/IdentitySchema.md
ory-client-0.1.0.alpha10 docs/IdentitySchema.md
ory-client-0.1.0.alpha9 docs/IdentitySchema.md
ory-client-0.1.0.alpha8 docs/IdentitySchema.md
ory-client-0.1.0.alpha7 docs/IdentitySchema.md
ory-client-0.1.0.alpha6 docs/IdentitySchema.md
ory-client-0.1.0.alpha5 docs/IdentitySchema.md
ory-client-0.1.0.alpha4 docs/IdentitySchema.md
ory-client-0.1.0.alpha3 docs/IdentitySchema.md
ory-client-0.1.0.alpha2 docs/IdentitySchema.md
ory-client-0.1.0.alpha1 docs/IdentitySchema.md
ory-client-0.0.1.alpha189 docs/IdentitySchema.md
ory-client-0.0.1.alpha188 docs/IdentitySchema.md
ory-client-0.0.1.alpha187 docs/IdentitySchema.md
ory-client-0.0.1.alpha186 docs/IdentitySchema.md
ory-client-0.0.1.alpha184 docs/IdentitySchema.md
ory-client-0.0.1.alpha183 docs/IdentitySchema.md
ory-client-0.0.1.alpha182 docs/IdentitySchema.md
ory-client-0.0.1.alpha181 docs/IdentitySchema.md