GET /admin/compliance/tenants/self/overrides
查询当前租户的所有合规参数覆盖配置
合规管理 - 合规策略 `bearerAuth` application/json
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.OverrideItem
| Field | Type | Required | Example | Constraints | Description |
created_at |
string |
No |
2026-06-04T10:00:00Z |
|
|
created_by |
string |
No |
admin_xxx |
|
|
parameter |
string |
No |
password_min_length_sfa |
|
|
reason |
string |
No |
内部安全要求 |
|
|
value |
object |
No |
16 |
|
|
dto.OverrideListResponse
| Field | Type | Required | Example | Constraints | Description |
overrides |
array of
See dto.OverrideItem |
No |
|
|
|