# MyDataMyConsent.Models.DataConsent
Data Consent details.
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | Guid | Data consent id. | |
RequestId | Guid | Data consent request id. | |
TemplateId | Guid? | Consent template id. | [optional] |
Title | string | Consent title. | |
Description | string | Consent description. | |
Purpose | string | Consent purpose. | [optional] |
Status | DataConsentStatus | ||
TransactionId | string | Transaction id. | [optional] |
ApprovedAtUtc | DateTime | Consent approval datetime in UTC timezone. | |
DataAccessExpiresAtUtc | DateTime | Data access expiration datetime in UTC timezone. | |
RevokedAtUtc | DateTime? | Consent revocation datetime in UTC timezone. | [optional] |
Collectables | List<CollectibleTypes> | List of supported collectible types. | |
Identifiers | Object | Consented identity details. | [optional] |
Documents | List<DataConsentDocument> | List of consented documents. | [optional] |