# DataConsentRequest
Properties
Name | Type | Description | Notes |
id | string | Data consent request id. | |
template_id | string | Data consent template id. | [optional] |
consent_id | string | Data consent id. | [optional] |
title | string | Data consent title. | |
description | string | Data consent description. | |
purpose | string | Data consent purpose. | [optional] |
data_life | \MyDataMyConsent\Model\Life | | [optional] |
collectables | \MyDataMyConsent\Model\CollectibleTypes[] | List of supported collectables. | |
receiver | \MyDataMyConsent\Model\ConsentRequestReceiver | | |
status | \MyDataMyConsent\Model\DataConsentStatus | | |
created_at_utc | \DateTime | Request creation datetime in UTC timezone. | |
expires_at_utc | \DateTime | Request expiration datetime in UTC timezone. | |
approved_at_utc | \DateTime | Request approval datetime in UTC timezone. | [optional] |
data_access_expires_at_utc | \DateTime | Data access expiration datetime in UTC timezone. | [optional] |
rejected_at_utc | \DateTime | Request rejection datetime in UTC timezone. | [optional] |
revoked_at_utc | \DateTime | Request revocation datetime in UTC timezone. | [optional] |
[Back to Model list] [Back to API list] [Back to README]