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

PUT /admin/compliance/sox/itgc/{id}

更新SOX ITGC控制项的状态、测试结果等

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

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes control ID

Request Body

Schema: dto.UpdateSOXITGCControlRequest

FieldTypeRequiredExampleConstraintsDescription
control_type string No preventive
description string No 访问权限管理
last_test_date string No 2026-04-01T00:00:00Z
name string No 访问权限管理
status string No effective
test_result string No 通过

Responses

StatusDescriptionSchema
200successdto.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