Sha256: 8172221987bb337f105f1b28a2be61ef96c3ee37cb379562cb4f0d977bcbb6f0

Contents?: true

Size: 694 Bytes

Versions: 15

Compression:

Stored size: 694 Bytes

Contents

# OryHydraClient::UpdateIdentity

## 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] |
| **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-client'

instance = OryHydraClient::UpdateIdentity.new(
  schema_id: null,
  traits: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/UpdateIdentity.md
ory-client-0.0.1.alpha18 docs/UpdateIdentity.md
ory-client-0.0.1.alpha17 docs/UpdateIdentity.md
ory-client-0.0.1.alpha16 docs/UpdateIdentity.md
ory-client-0.0.1.alpha15 docs/UpdateIdentity.md
ory-client-0.0.1.alpha14 docs/UpdateIdentity.md
ory-client-0.0.1.alpha13 docs/UpdateIdentity.md
ory-client-0.0.1.alpha12 docs/UpdateIdentity.md
ory-client-0.0.1.alpha11 docs/UpdateIdentity.md
ory-client-0.0.1.alpha10 docs/UpdateIdentity.md
ory-client-0.0.1.alpha9 docs/UpdateIdentity.md
ory-client-0.0.1.alpha8 docs/UpdateIdentity.md
ory-client-0.0.1.alpha7 docs/UpdateIdentity.md
ory-client-0.0.1.alpha6 docs/UpdateIdentity.md
ory-client-0.0.1.alpha5 docs/UpdateIdentity.md