Sha256: eb341d064e0e440cc06c1827991a1cfbdeb5401ca13b62e0bbbdf6eda8c2bd54

Contents?: true

Size: 1.49 KB

Versions: 11

Compression:

Stored size: 1.49 KB

Contents

# OryHydraClient::Identity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **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** | [**AnyType**](.md) | 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`. |  |
| **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **verifiable_addresses** | [**Array<VerifiableIdentityAddress>**](VerifiableIdentityAddress.md) | VerifiableAddresses contains all the addresses that can be verified by the user. | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha15 docs/Identity.md
ory-client-0.0.1.alpha14 docs/Identity.md
ory-client-0.0.1.alpha13 docs/Identity.md
ory-client-0.0.1.alpha12 docs/Identity.md
ory-client-0.0.1.alpha11 docs/Identity.md
ory-client-0.0.1.alpha10 docs/Identity.md
ory-client-0.0.1.alpha9 docs/Identity.md
ory-client-0.0.1.alpha8 docs/Identity.md
ory-client-0.0.1.alpha7 docs/Identity.md
ory-client-0.0.1.alpha6 docs/Identity.md
ory-client-0.0.1.alpha5 docs/Identity.md