import 'package:kratos_api_dart/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
createdAt | DateTime | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] |
credentials | BuiltMap<String, IdentityCredentials> | Credentials represents all credentials that can be used for authenticating this identity. | [optional] |
id | String | ||
recoveryAddresses | BuiltList<RecoveryAddress> | RecoveryAddresses contains all the addresses that can be used to recover an identity. | [optional] |
schemaId | String | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. | |
schemaUrl | String | SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from. format: url | |
state | IdentityState | [optional] | |
stateChangedAt | DateTime | [optional] | |
traits | JsonObject | Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in schema_url . |
|
updatedAt | DateTime | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] |
verifiableAddresses | BuiltList<VerifiableIdentityAddress> | VerifiableAddresses contains all the addresses that can be verified by the user. | [optional] |