Sha256: 0d6e4c4825d0696e4060fc9578d1656e15d79a7b4ca91de66ffa5938d7568f63
Contents?: true
Size: 730 Bytes
Versions: 78
Compression:
Stored size: 730 Bytes
Contents
# OryClient::AdminCreateIdentityBody ## 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. | | | **state** | [**IdentityState**](IdentityState.md) | | [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_url`. | | ## Example ```ruby require 'ory-client' instance = OryClient::AdminCreateIdentityBody.new( schema_id: null, state: null, traits: null ) ```
Version data entries
78 entries across 78 versions & 1 rubygems