UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

31 lines (23 loc) 1.01 kB
# RecoveryIdentityAddress ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **break_glass_for_organization** | **string** | | [optional] [default to undefined] **created_at** | **string** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] [default to undefined] **id** | **string** | | [optional] [default to undefined] **updated_at** | **string** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] [default to undefined] **value** | **string** | | [default to undefined] **via** | **string** | | [default to undefined] ## Example ```typescript import { RecoveryIdentityAddress } from '@ory/client'; const instance: RecoveryIdentityAddress = { break_glass_for_organization, created_at, id, updated_at, value, via, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)