Sha256: d7661696316963c96e1d98bb43cd8632c3d147008d8f40a0d6926b3aab7aa18b

Contents?: true

Size: 749 Bytes

Versions: 2

Compression:

Stored size: 749 Bytes

Contents

# OryKratosClient::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-kratos-client'

instance = OryKratosClient::AdminCreateIdentityBody.new(
  schema_id: null,
  state: null,
  traits: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.8.2.alpha1 docs/AdminCreateIdentityBody.md
ory-kratos-client-0.8.0.alpha2 docs/AdminCreateIdentityBody.md