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

POST /admin/compliance/hipaa/controls

创建一条HIPAA安全控制项的记录

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

Request Body

Schema: dto.CreateHIPAAControlRequest

FieldTypeRequiredExampleConstraintsDescription
code string Yes 164.308(a)(1)
name string Yes Security Management Process
category string No Administrative Safeguards
description string No Implement policies and procedures to prevent, detect, contain, and correct security violations
evidence_url string No https://docs.example.com/hipaa/164.308.a.1
status string No compliant

Responses

StatusDescriptionSchema
201createddto.HIPAAControlItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.HIPAAControlItem

FieldTypeRequiredExampleConstraintsDescription
category string No Administrative Safeguards
control_id string No 164.308(a)(1)
control_name string No Security Management Process
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.HIPAAControlItemResponse

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