GET /admin/compliance/tenants/{tid}/policy
根据租户选中的合规标准,解析并返回合并后的合规检查参数策略
合规管理 - 合规策略 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tid |
path |
string |
Yes |
|
|
|
租户ID |
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.ResolvedPolicyResponse
| Field | Type | Required | Example | Constraints | Description |
parameters |
object |
No |
|
|
|
resolved_at |
string |
No |
2026-06-04T10:00:00Z |
|
|
standards |
array of
string |
No |
['["pci_dss_v4"', '"dengbao_l3"]'] |
|
|
tenant_id |
string |
No |
|
|
|
version |
string |
No |
a1b2c3d4 |
|
|