@affinidi-tdk/credential-issuance-client
Version:
Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE
24 lines (20 loc) • 5.26 kB
Markdown
# FlowData
## Properties
| Name | Type | Description | Notes |
| ------------------------------------------ | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| **createdAt** | **String** | [GEN] ISO 8601 string of the creation date/time the entity | [default to null] |
| **modifiedAt** | **String** | [GEN] ISO 8601 string of the modification date/time the entity | [default to null] |
| **id** | **String** | | [default to null] |
| **projectId** | **String** | | [optional] [default to null] |
| **flowId** | **String** | | [default to null] |
| **credentialTypeId** | **String** | | [default to null] |
| **jsonLdContextUrl** | **String** | | [default to null] |
| **jsonSchemaUrl** | **String** | | [default to null] |
| **configurationId** | **String** | Id of configuration, used to issue VC. | [optional] [default to null] |
| **issuedAt** | **String** | when credential was issued to the holder (holder invoked generateCredentials endpoint) | [optional] [default to null] |
| **walletId** | **String** | Id of wallet, used to issue VC. | [optional] [default to null] |
| **projectIdConfigurationId** | **String** | Id of configuration with which VC was issued. To use as an index, it is grouped together with projectId, as \"{projectIdConfigurationId}#{configurationId}\" | [optional] [default to null] |
| **projectIdConfigurationIdWalletId** | **String** | Id of wallet which issued VC. To use as an index, it is grouped together with projectId, as \"{projectIdConfigurationId}#{walletId}\" | [optional] [default to null] |
| **projectIdConfigurationIdCredentialType** | **String** | VC.type value. To use as an index, it is grouped together with projectId, as \"{projectIdConfigurationId}#{credentialType}\" | [optional] [default to null] |
| **statusListsDetails** | [**List**](FlowData_statusListsDetails_inner.md) | | [optional] [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)