Sha256: cf4f193bd6a1e19bc775d9a9a8d3952513bb9c56e7e4215bfd87b0e89b4d2363

Contents?: true

Size: 645 Bytes

Versions: 2

Compression:

Stored size: 645 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. |  |
| **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,
  traits: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/AdminCreateIdentityBody.md
ory-client-0.0.1.alpha18 docs/AdminCreateIdentityBody.md