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