Sha256: 40c2cbaa33d3d4b52ef0918690fdba9e7addb943d3d65cef2004e233479a9024
Contents?: true
Size: 367 Bytes
Versions: 94
Compression:
Stored size: 367 Bytes
Contents
# OryClient::IdentityPreset ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **schema** | **Object** | Schema is the Identity JSON Schema | | | **url** | **String** | URL is the preset identifier | | ## Example ```ruby require 'ory-client' instance = OryClient::IdentityPreset.new( schema: null, url: null ) ```
Version data entries
94 entries across 94 versions & 1 rubygems