GET /admin/compliance/standards/{id}/controls
列出指定合规标准的所有控制项,每项包含要求描述、参数、运算符、目标值和严重级别
合规管理 - 合规标准 `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 |
|
|