Sha256: 742037da6d38a960755c9b9e37276d1c4a0d2dc1d9278dfc8f2dfab2d9d972e3

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

# OryKratosClient::VerifiableIdentityAddress

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | When this entry was created | [optional] |
| **id** | **String** | The ID | [optional] |
| **status** | **String** | VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema |  |
| **updated_at** | **Time** | When this entry was last updated | [optional] |
| **value** | **String** | The address value  example foo@user.com |  |
| **verified** | **Boolean** | Indicates if the address has already been verified |  |
| **verified_at** | **Time** |  | [optional] |
| **via** | **String** | VerifiableAddressType must not exceed 16 characters as that is the limitation in the SQL Schema |  |

## Example

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

instance = OryKratosClient::VerifiableIdentityAddress.new(
  created_at: 2014-01-01T23:28:56.782Z,
  id: null,
  status: null,
  updated_at: 2014-01-01T23:28:56.782Z,
  value: null,
  verified: true,
  verified_at: null,
  via: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-1.0.0 docs/VerifiableIdentityAddress.md
ory-kratos-client-0.13.1 docs/VerifiableIdentityAddress.md
ory-kratos-client-0.11.1 docs/VerifiableIdentityAddress.md
ory-kratos-client-0.11.0 docs/VerifiableIdentityAddress.md