| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Consent id. | |
| request_id | string | Consent request id. | |
| template_id | string | Consent request 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 | \MyDataMyConsent\Model\ConsentedIdentifier[] | Consented identity details. | [optional] |
| documents | \MyDataMyConsent\Model\ConsentedDocument[] | List of consented documents. | [optional] |
| medical_records | \MyDataMyConsent\Model\ConsentedMedicalRecord[] | List of consented medical records. | [optional] |
| financial_accounts | \MyDataMyConsent\Model\ConsentedFinancialAccountField[] | List of consented financial accounts. | [optional] |