Sha256: ba160d7c5d0f3d15cff6ceb1c5ca8a5813fc9c635d69aa2e6cb6b25ab53508d7
Contents?: true
Size: 809 Bytes
Versions: 1
Compression:
Stored size: 809 Bytes
Contents
# OryHydraClient::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** | [**AnyType**](.md) | State is the identity's state. | | | **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::AdminUpdateIdentityBody.new( schema_id: null, state: null, traits: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.7.0.alpha1 | docs/AdminUpdateIdentityBody.md |