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

POST /admin/compliance/pipl/controls

创建一条个人信息保护法(PIPL)安全控制项的记录

合规管理 - PIPL `bearerAuth` application/json

Request Body

Schema: dto.CreatePIPLControlRequest

FieldTypeRequiredExampleConstraintsDescription
code string Yes Art.13
name string Yes 告知-同意规则
category string No 个人信息处理规则
description string No 处理个人信息前应告知并取得个人同意
evidence_url string No https://docs.example.com/pipl/Art.13
status string No compliant

Responses

StatusDescriptionSchema
201createddto.PIPLControlItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.PIPLControlItem

FieldTypeRequiredExampleConstraintsDescription
category string No 个人信息处理规则
control_id string No Art.13
control_name string No 告知-同意规则
evidence_url string No https://docs.example.com/...
id string No 01JQ...
last_reviewed string No 2026-04-01T00:00:00Z
status string No compliant

dto.PIPLControlItemResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PIPLControlItem No
message string No
timestamp string No