Sha256: 184f93251631f21fb6089440fd91a45c7eb78fbe3799076ef96a600509068466
Contents?: true
Size: 1.04 KB
Versions: 13
Compression:
Stored size: 1.04 KB
Contents
# OryHydraClient::VerifiableIdentityAddress ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | When this entry was created | [optional] | | **id** | **String** | | | | **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-client' instance = OryHydraClient::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
13 entries across 13 versions & 1 rubygems