GET /oauth/risk-assessment
根据 client_id 查询该 OAuth 客户端的风险评估日志,返回风险评分、风险等级及建议措施。
OAuth `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
client_id |
query |
string |
Yes |
|
|
|
OAuth客户端ID |
Referenced Schemas
dto.DataResponse-dto_RiskAssessmentResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.RiskAssessmentResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.RiskAssessmentResponse
OAuth风险评估结果
| Field | Type | Required | Example | Constraints | Description |
assessment_id |
string |
No |
risk_abc123 |
|
评估ID |
recommended_actions |
array of
string |
No |
|
|
建议操作 |
requires_step_up |
boolean |
No |
False |
|
需要增强 |
risk_indicators |
array of
string |
No |
|
|
风险指标 |
risk_level |
string |
No |
medium |
|
风险等级 |
risk_score |
integer |
No |
45 |
|
风险评分 |
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|