# DataConsentDetails
Properties
Name | Type | Description | Notes |
id | string | Data consent id. | |
request_id | string | Consent request id. | |
template_id | string | Consent template id. | [optional] |
title | string | Consent title. | |
description | string | Consent description. | |
purpose | string | Consent purpose. | [optional] |
status | \MyDataMyConsent\Model\DataConsentStatus | | |
transaction_id | string | Transaction id. | [optional] |
requested_at_utc | \DateTime | Consent requested datetime in UTC timezone. | |
approved_at_utc | \DateTime | Consent approval datetime in UTC timezone. | |
data_access_expires_at_utc | \DateTime | Data access expiration datetime in UTC timezone. | |
revoked_at_utc | \DateTime | Consent revocation datetime in UTC timezone. | [optional] |
[Back to Model list] [Back to API list] [Back to README]