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

GET /admin/compliance/sod-checks

执行职责分离检查,检测角色冲突

合规管理 - 职责分离 `bearerAuth` application/json

Responses

StatusDescriptionSchema
200successdto.SoDCheckResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.SoDCheckResponse

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
affected_users array of

string

No
description string No
is_violated boolean No
rule_id string No
rule_name string No