ory-client 1.22.35

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# VerifiableIdentityAddress

## Properties

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

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)