Sha256: 98136d168b3c5b75ece86775f42e519d72a617e5c5d86b98f2c133d87e1335ec
Contents?: true
Size: 784 Bytes
Versions: 13
Compression:
Stored size: 784 Bytes
Contents
# OryHydraClient::Identity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | **traits** | [**Object**](.md) | | **traits_schema_id** | **String** | TraitsSchemaID is the ID of the JSON Schema to be used for validating the identity's traits. | [optional] **traits_schema_url** | **String** | TraitsSchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from. format: url | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::Identity.new(id: null, traits: null, traits_schema_id: null, traits_schema_url: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems