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

GET /admin/compliance/tenants/self/overrides

查询当前租户的所有合规参数覆盖配置

合规管理 - 合规策略 `bearerAuth` application/json

Responses

StatusDescriptionSchema
200OKdto.OverrideListResponse
401unauthorizeddto.ErrorResponse
403forbiddendto.ErrorResponse
404not founddto.ErrorResponse
500server errordto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.OverrideItem

FieldTypeRequiredExampleConstraintsDescription
created_at string No 2026-06-04T10:00:00Z
created_by string No admin_xxx
parameter string No password_min_length_sfa
reason string No 内部安全要求
value object No 16

dto.OverrideListResponse

FieldTypeRequiredExampleConstraintsDescription
overrides array of

See dto.OverrideItem

No