Sha256: 2011c7609c2a53472e8c9785194fc93d9b36982254a3487ecd33a123a6739181

Contents?: true

Size: 1.87 KB

Versions: 17

Compression:

Stored size: 1.87 KB

Contents

# OryKratosClient::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** | [**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-kratos-client'

instance = OryKratosClient::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

17 entries across 17 versions & 1 rubygems

Version Path
ory-kratos-client-0.8.2.alpha1 docs/Identity.md
ory-kratos-client-0.8.0.alpha2 docs/Identity.md
ory-kratos-client-0.7.6.alpha7 docs/Identity.md
ory-kratos-client-0.7.6.alpha6 docs/Identity.md
ory-kratos-client-0.7.6.alpha5 docs/Identity.md
ory-kratos-client-0.7.6.alpha4 docs/Identity.md
ory-kratos-client-0.7.6.alpha3 docs/Identity.md
ory-kratos-client-0.7.6.alpha1 docs/Identity.md
ory-kratos-client-0.7.5.alpha2 docs/Identity.md
ory-kratos-client-0.7.3.alpha8 docs/Identity.md
ory-kratos-client-0.7.3.alpha6 docs/Identity.md
ory-kratos-client-0.7.3.alpha5 docs/Identity.md
ory-kratos-client-0.7.3.alpha4 docs/Identity.md
ory-kratos-client-0.7.3.alpha3 docs/Identity.md
ory-kratos-client-0.7.3.alpha2 docs/Identity.md
ory-kratos-client-0.7.3.alpha1 docs/Identity.md
ory-kratos-client-0.7.1.alpha2 docs/Identity.md