Sha256: 743a14fabe4beea8e8cbb4e327c85324850b7d59889cdf8bad03b1f12d7bc77d
Contents?: true
Size: 1012 Bytes
Versions: 2
Compression:
Stored size: 1012 Bytes
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** | The delivery method | | ## 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: email ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-1.2.1 | docs/VerifiableIdentityAddress.md |
ory-kratos-client-1.1.0 | docs/VerifiableIdentityAddress.md |