Sha256: 6a5a0567b37e7c5c3bca0316a2fca5e120e0ef9c7116fa05c1730d04e3262567
Contents?: true
Size: 1005 Bytes
Versions: 16
Compression:
Stored size: 1005 Bytes
Contents
# OryClient::ManagedIdentitySchema ## 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::ManagedIdentitySchema.new( blob_name: null, blob_url: null, content_hash: null, created_at: null, id: null, name: CustomerIdentity, updated_at: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems