A AuthMS API Wiki API Reference iam.tianv.com →

GET /admin/compliance/standards/{id}/controls

列出指定合规标准的所有控制项,每项包含要求描述、参数、运算符、目标值和严重级别

合规管理 - 合规标准 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes 标准ID

Responses

StatusDescriptionSchema
200OKarray
401unauthorizeddto.ErrorResponse
403forbiddendto.ErrorResponse
404not founddto.ErrorResponse
500server errordto.ErrorResponse

Referenced Schemas

dto.ControlItemResponse

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request