Sha256: b2ef88ea661d32119998631a2d56d2b82ef885b0a898dea18a0d76468f7c2d35
Contents?: true
Size: 701 Bytes
Versions: 26
Compression:
Stored size: 701 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-kratos-client' instance = OryHydraClient::UpdateIdentity.new( schema_id: null, traits: null ) ```
Version data entries
26 entries across 26 versions & 1 rubygems