Sha256: 70e6f0276255df19fb7b3a6425adb2dea2c25d8647276f444fa72c006b92080c
Contents?: true
Size: 786 Bytes
Versions: 2
Compression:
Stored size: 786 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. | | | **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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.9.0.alpha3 | docs/AdminUpdateIdentityBody.md |
ory-kratos-client-0.9.0.alpha2 | docs/AdminUpdateIdentityBody.md |