Sha256: 6869ddb63663ad8e4e4ceaff86322b7e45ef0cddc8df7545215e15d011d3a9ed
Contents?: true
Size: 777 Bytes
Versions: 80
Compression:
Stored size: 777 Bytes
Contents
# OryClient::AdminUpdateIdentityBody ## 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] | | **state** | [**IdentityState**](IdentityState.md) | | | | **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 = OryClient::AdminUpdateIdentityBody.new( schema_id: null, state: null, traits: null ) ```
Version data entries
80 entries across 80 versions & 1 rubygems