GET /admin/compliance/sod-checks
执行职责分离检查,检测角色冲突
合规管理 - 职责分离 `bearerAuth` application/json
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.SoDCheckResponse
| Field | Type | Required | Example | Constraints | Description |
checked_at |
string |
No |
|
|
|
is_compliant |
boolean |
No |
|
|
|
rules |
array of
See dto.SoDRuleResult |
No |
|
|
|
tenant_id |
string |
No |
|
|
|
total_rules |
integer |
No |
|
|
|
violations |
integer |
No |
|
|
|
dto.SoDRuleResult
| Field | Type | Required | Example | Constraints | Description |
affected_users |
array of
string |
No |
|
|
|
description |
string |
No |
|
|
|
is_violated |
boolean |
No |
|
|
|
rule_id |
string |
No |
|
|
|
rule_name |
string |
No |
|
|
|