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

POST /admin/compliance/sox/itgc

创建一条SOX ITGC控制项的新记录

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

Request Body

Schema: dto.CreateSOXITGCControlRequest

FieldTypeRequiredExampleConstraintsDescription
control_id string Yes ITGC-001
control_type string Yes preventive
name string Yes Access Control
description string No Ensures only authorized personnel have access

Responses

StatusDescriptionSchema
201createddto.SOXITGCItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.SOXITGCItem

SOX法案IT一般控制项

FieldTypeRequiredExampleConstraintsDescription
control_id string No IT-001 控制ID
control_type string No preventive 控制类型
description string No 访问权限管理 描述
last_test_date string No 2026-04-01T00:00:00Z 测试日期
status string No effective 状态
test_result string No 通过 测试结果

dto.SOXITGCItemResponse

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