Sha256: 6ea64b1537bc1a095868f80f5e670c9da87331e797e6f8a2c00dbe9b63f817a6
Contents?: true
Size: 796 Bytes
Versions: 17
Compression:
Stored size: 796 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::AdminUpdateIdentityBody.new( schema_id: null, state: null, traits: null ) ```
Version data entries
17 entries across 17 versions & 1 rubygems