Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 949 Bytes

KratosVerifiableIdentityAddress.md

File metadata and controls

18 lines (14 loc) · 949 Bytes

Ory.Kratos.Client.Model.KratosVerifiableIdentityAddress

VerifiableAddress is an identity's verifiable address

Properties

Name Type Description Notes
CreatedAt DateTime 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
UpdatedAt DateTime 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
VerifiedAt DateTime [optional]
Via string The delivery method

[Back to Model list] [Back to API list] [Back to README]