GET /admin/compliance/standards/{id}
根据标准ID获取合规标准的完整信息,包含所有控制项列表及每项的要求、参数、运算符和目标值
合规管理 - 合规标准 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
标准ID |
Referenced Schemas
dto.ControlItemResponse
| Field | Type | Required | Example | Constraints | Description |
description |
string |
No |
单因子认证时密码最小长度 12 字符 |
|
|
id |
string |
No |
pci_8.6.3 |
|
|
name |
string |
No |
最小密码长度 (单因子) |
|
|
operator |
string |
No |
gte |
|
|
parameter |
string |
No |
password_min_length_sfa |
|
|
requirement |
string |
No |
8.6.3 |
|
|
severity |
string |
No |
critical |
|
|
tags |
array of
string |
No |
['["password"', '"complexity"]'] |
|
|
value |
object |
No |
12 |
|
|
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.StandardDetailResponse
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
financial |
|
|
controls |
array of
See dto.ControlItemResponse |
No |
|
|
|
description |
string |
No |
支付卡行业数据安全标准 |
|
|
id |
string |
No |
pci_dss_v4 |
|
|
name |
string |
No |
PCI DSS v4.0.1 |
|
|
version |
string |
No |
4.0.1 |
|
|