Sha256: e7a3c1fa0bfb24fbe02185615efe255798e7a9b5496a82844a0be9026d43a12f

Contents?: true

Size: 1.84 KB

Versions: 99

Compression:

Stored size: 1.84 KB

Contents

# OryClient::Identity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
| **credentials** | [**Hash<String, IdentityCredentials>**](IdentityCredentials.md) | Credentials represents all credentials that can be used for authenticating this identity. | [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 |  |
| **state** | [**IdentityState**](IdentityState.md) |  | [optional] |
| **state_changed_at** | **Time** |  | [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_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 = OryClient::Identity.new(
  created_at: null,
  credentials: null,
  id: null,
  recovery_addresses: null,
  schema_id: null,
  schema_url: null,
  state: null,
  state_changed_at: null,
  traits: null,
  updated_at: null,
  verifiable_addresses: null
)
```

Version data entries

99 entries across 99 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha169 docs/Identity.md
ory-client-0.0.1.alpha168 docs/Identity.md
ory-client-0.0.1.alpha167 docs/Identity.md
ory-client-0.0.1.alpha166 docs/Identity.md
ory-client-0.0.1.alpha165 docs/Identity.md
ory-client-0.0.1.alpha164 docs/Identity.md
ory-client-0.0.1.alpha163 docs/Identity.md
ory-client-0.0.1.alpha162 docs/Identity.md
ory-client-0.0.1.alpha161 docs/Identity.md
ory-client-0.0.1.alpha160 docs/Identity.md
ory-client-0.0.1.alpha159 docs/Identity.md
ory-client-0.0.1.alpha158 docs/Identity.md
ory-client-0.0.1.alpha157 docs/Identity.md
ory-client-0.0.1.alpha156 docs/Identity.md
ory-client-0.0.1.alpha155 docs/Identity.md
ory-client-0.0.1.alpha154 docs/Identity.md
ory-client-0.0.1.alpha153 docs/Identity.md
ory-client-0.0.1.alpha152 docs/Identity.md
ory-client-0.0.1.alpha151 docs/Identity.md
ory-client-0.0.1.alpha150 docs/Identity.md