Enterprise Data
Data Governance
Enterprise-grade data management. Track lineage, enforce retention policies, automate privacy compliance, and classify data across your organization.
Data lineage
Retention policies
Privacy automation
Classification
Data Classification
Classification Schema
{
"classification_levels": {
"public": {
"label": "Public",
"color": "#22c55e",
"encryption_at_rest": false,
"encryption_in_transit": true,
"access_control": "none",
"audit_logging": false,
"examples": ["API docs", "Pricing pages", "Blog posts"]
},
"internal": {
"label": "Internal",
"color": "#3b82f6",
"encryption_at_rest": true,
"encryption_in_transit": true,
"access_control": "employee_only",
"audit_logging": true,
"examples": ["Usage metrics", "System logs", "Internal reports"]
},
"confidential": {
"label": "Confidential",
"color": "#f59e0b",
"encryption_at_rest": true,
"encryption_in_transit": true,
"access_control": "role_based",
"audit_logging": true,
"dlp_enabled": true,
"examples": ["Valuation data", "Partner contracts", "ML models"]
},
"restricted": {
"label": "Restricted",
"color": "#ef4444",
"encryption_at_rest": true,
"encryption_in_transit": true,
"access_control": "explicit_grant",
"audit_logging": true,
"dlp_enabled": true,
"mfa_required": true,
"examples": ["PII", "API keys", "Audit logs", "Security configs"]
}
},
"auto_classification": {
"enabled": true,
"ml_assisted": true,
"patterns": {
"email": "restricted",
"credit_card": "restricted",
"ssn": "restricted",
"ip_address": "confidential",
"api_key": "restricted"
}
}
}Public
No restrictions, publicly accessible
Internal
Employee access only
Confidential
Role-based access, DLP enabled
Restricted
Explicit grant, MFA required
Regulatory Compliance
GDPR
EU General Data Protection
Compliant
CCPA
California Consumer Privacy
Compliant
SOC 2 Type II
Security & availability
Certified
ISO 27001
Information security
In Progress
Need Custom Governance?
Our enterprise team can configure governance policies for your requirements.
Contact Enterprise Sales