Sha256: 51849dc73dcf601788fdafce37ea6d10b20a73ad541d53d808125dc4b6acd021

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

# OryHydraClient::Identity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** |  |  |
| **recovery_addresses** | [**Array<RecoveryAddress>**](RecoveryAddress.md) | RecoveryAddresses contains all the addresses that can be used to recover an identity. | [optional] |
| **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. |  |
| **schema_url** | **String** | SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from.  format: url |  |
| **traits** | **Object** |  |  |
| **test** | **String** |  | [optional] |
| **verifiable_addresses** | [**Array<VerifiableAddress>**](VerifiableAddress.md) | VerifiableAddresses contains all the addresses that can be verified by the user. | [optional] |

## Example

```ruby
require 'ory-kratos-client'

instance = OryHydraClient::Identity.new(
  id: null,
  recovery_addresses: null,
  schema_id: null,
  schema_url: null,
  traits: null,
  test: null,
  verifiable_addresses: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-0.6.0.alpha17 docs/Identity.md
ory-kratos-client-0.6.0.alpha16 docs/Identity.md
ory-kratos-client-0.6.0.alpha15 docs/Identity.md
ory-kratos-client-0.6.0.alpha11 docs/Identity.md