![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
DSAR response record. More...
#include <compliance_types.hpp>
Public Attributes | |
| std::string | request_id |
| DSAR request identifier. | |
| std::string | subject_id |
| Data subject. | |
| int64_t | completed_ns = 0 |
| Response completion timestamp. | |
| int64_t | records_found = 0 |
| Number of records found. | |
| std::string | data_categories |
| Categories of data found. | |
| std::string | processing_purposes |
| Purposes for which data is processed. | |
| bool | exported = false |
| Whether data was exported for the subject. | |
DSAR response record.
Definition at line 1028 of file compliance_types.hpp.
| int64_t signet::forge::gdpr::SubjectDataResponse::completed_ns = 0 |
Response completion timestamp.
Definition at line 1031 of file compliance_types.hpp.
| std::string signet::forge::gdpr::SubjectDataResponse::data_categories |
Categories of data found.
Definition at line 1033 of file compliance_types.hpp.
| bool signet::forge::gdpr::SubjectDataResponse::exported = false |
Whether data was exported for the subject.
Definition at line 1035 of file compliance_types.hpp.
| std::string signet::forge::gdpr::SubjectDataResponse::processing_purposes |
Purposes for which data is processed.
Definition at line 1034 of file compliance_types.hpp.
| int64_t signet::forge::gdpr::SubjectDataResponse::records_found = 0 |
Number of records found.
Definition at line 1032 of file compliance_types.hpp.
| std::string signet::forge::gdpr::SubjectDataResponse::request_id |
DSAR request identifier.
Definition at line 1029 of file compliance_types.hpp.
| std::string signet::forge::gdpr::SubjectDataResponse::subject_id |
Data subject.
Definition at line 1030 of file compliance_types.hpp.