Name | Type | Description | Notes |
---|---|---|---|
autoIssue | Boolean | Issuer choice to issue to request in this credential exchange | [optional] |
autoOffer | Boolean | Holder choice to accept offer in this credential exchange | [optional] |
autoRemove | Boolean | Issuer choice to remove this credential exchange record when complete | [optional] |
connectionId | String | Connection identifier | [optional] |
createdAt | String | Time of record creation | [optional] |
credential | IndyCredInfo | Credential as stored | [optional] |
credentialDefinitionId | String | Credential definition identifier | [optional] |
credentialExchangeId | String | Credential exchange identifier | [optional] |
credentialId | String | Credential identifier | [optional] |
credentialOffer | IndyCredAbstract | (Indy) credential offer | [optional] |
credentialOfferDict | CredentialOffer | Credential offer message | [optional] |
credentialProposalDict | CredentialProposal | Credential proposal message | [optional] |
credentialRequest | IndyCredRequest | (Indy) credential request | [optional] |
credentialRequestMetadata | Object | (Indy) credential request metadata | [optional] |
errorMsg | String | Error message | [optional] |
initiator | InitiatorEnum | Issue-credential exchange initiator: self or external | [optional] |
parentThreadId | String | Parent thread identifier | [optional] |
rawCredential | IndyCredential | Credential as received, prior to storage in holder wallet | [optional] |
revocRegId | String | Revocation registry identifier | [optional] |
revocationId | String | Credential identifier within revocation registry | [optional] |
role | RoleEnum | Issue-credential exchange role: holder or issuer | [optional] |
schemaId | String | Schema identifier | [optional] |
state | String | Issue-credential exchange state | [optional] |
threadId | String | Thread identifier | [optional] |
trace | Boolean | Record trace information, based on agent configuration | [optional] |
updatedAt | String | Time of last record update | [optional] |
Name | Value |
---|---|
SELF | "self" |
EXTERNAL | "external" |
Name | Value |
---|---|
HOLDER | "holder" |
ISSUER | "issuer" |