Sha256: 8172221987bb337f105f1b28a2be61ef96c3ee37cb379562cb4f0d977bcbb6f0
Contents?: true
Size: 694 Bytes
Versions: 15
Compression:
Stored size: 694 Bytes
Contents
# OryHydraClient::UpdateIdentity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. If set will update the Identity's SchemaID. | [optional] | | **traits** | **Object** | Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_id`. | | ## Example ```ruby require 'ory-client' instance = OryHydraClient::UpdateIdentity.new( schema_id: null, traits: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems