Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::gdpr::SubjectDataResponse Struct Reference

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.
 

Detailed Description

DSAR response record.

Definition at line 1028 of file compliance_types.hpp.

Member Data Documentation

◆ completed_ns

int64_t signet::forge::gdpr::SubjectDataResponse::completed_ns = 0

Response completion timestamp.

Definition at line 1031 of file compliance_types.hpp.

◆ data_categories

std::string signet::forge::gdpr::SubjectDataResponse::data_categories

Categories of data found.

Definition at line 1033 of file compliance_types.hpp.

◆ exported

bool signet::forge::gdpr::SubjectDataResponse::exported = false

Whether data was exported for the subject.

Definition at line 1035 of file compliance_types.hpp.

◆ processing_purposes

std::string signet::forge::gdpr::SubjectDataResponse::processing_purposes

Purposes for which data is processed.

Definition at line 1034 of file compliance_types.hpp.

◆ records_found

int64_t signet::forge::gdpr::SubjectDataResponse::records_found = 0

Number of records found.

Definition at line 1032 of file compliance_types.hpp.

◆ request_id

std::string signet::forge::gdpr::SubjectDataResponse::request_id

DSAR request identifier.

Definition at line 1029 of file compliance_types.hpp.

◆ subject_id

std::string signet::forge::gdpr::SubjectDataResponse::subject_id

Data subject.

Definition at line 1030 of file compliance_types.hpp.


The documentation for this struct was generated from the following file: