Sha256: 7ef968a2b5bc772a8fa60ae2a51e80a97d1da6cbe60717533ea430e12ba2fbf7

Contents?: true

Size: 991 Bytes

Versions: 2

Compression:

Stored size: 991 Bytes

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 |  |
| **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,
  updated_at: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha4 docs/IdentitySchema.md
ory-client-0.2.0.alpha2 docs/IdentitySchema.md