PUT /admin/compliance/sox/itgc/{id}
更新SOX ITGC控制项的状态、测试结果等
合规管理 - SOX `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
control ID |
Request Body
Schema: dto.UpdateSOXITGCControlRequest
| Field | Type | Required | Example | Constraints | Description |
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 |
通过 |
|
|
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.SOXITGCItem
SOX法案IT一般控制项
| Field | Type | Required | Example | Constraints | Description |
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
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.SOXITGCItem |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|