Sha256: babf492b9a46b45b04afd89ee0f973f180c17d75ebb62f8b698efa1739ba8a2a
Contents?: true
Size: 1.01 KB
Versions: 136
Compression:
Stored size: 1.01 KB
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** | The schema's ID. | [readonly] | | **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
136 entries across 136 versions & 1 rubygems