# DataConsent
Properties
| Name | Type | Description | Notes |
| id | string | Data consent id. | |
| request_id | string | Data 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] |
| 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] |
| collectables | \MyDataMyConsent\Model\CollectibleTypes[] | List of supported collectible types. | |
| identifiers | mixed | Consented identity details. | [optional] |
| documents | \MyDataMyConsent\Model\DataConsentDocument[] | List of consented documents. | [optional] |
[Back to Model list] [Back to API list] [Back to README]