GET /compliance/status
获取当前租户的整体合规状态概览(框架覆盖、违规数量等)
合规管理 - Trust Center `bearerAuth` application/json
Referenced Schemas
dto.ComplianceStatusDetailResponse
dto.ComplianceStatusResponse
整体合规状态
| Field | Type | Required | Example | Constraints | Description |
evaluation_error |
string |
No |
|
|
评估错误 |
gdpr_compliant |
boolean |
No |
True |
|
GDPR |
iso27001_compliant |
boolean |
No |
True |
|
ISO27001 |
last_audit_date |
string |
No |
2026-01-15T00:00:00Z |
|
上次审计 |
next_audit_date |
string |
No |
2026-07-15T00:00:00Z |
|
下次审计 |
open_breaches |
integer |
No |
2 |
|
开放泄露 |
open_issues |
integer |
No |
8 |
|
未解决问题 |
overall_status |
string |
No |
non_compliant |
|
总体状态 |
pending_dsar |
integer |
No |
5 |
|
待处理DSAR |
pending_pias |
integer |
No |
1 |
|
待处理PIA |
sod_rules_enabled |
integer |
No |
3 |
|
启用SoD |
sox_compliant |
boolean |
No |
True |
|
SOX |
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|