Sha256: b67cbc6a679fcb559e07e0e328ce2df7f3577db37aa3407065250a41775b54d4

Contents?: true

Size: 794 Bytes

Versions: 1

Compression:

Stored size: 794 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** | [**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 = 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.1.alpha1 docs/AdminUpdateIdentityBody.md