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

Validation result for GDPR writer policy. More...

#include <compliance_types.hpp>

Public Attributes

bool compliant = true
 True if all PII columns are encrypted.
 
std::vector< std::string > violations
 Column names that violate the policy.
 

Detailed Description

Validation result for GDPR writer policy.

Definition at line 903 of file compliance_types.hpp.

Member Data Documentation

◆ compliant

bool signet::forge::gdpr::PolicyValidationResult::compliant = true

True if all PII columns are encrypted.

Definition at line 904 of file compliance_types.hpp.

◆ violations

std::vector<std::string> signet::forge::gdpr::PolicyValidationResult::violations

Column names that violate the policy.

Definition at line 905 of file compliance_types.hpp.


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