GET /internal/applications/{app_id}/security-policy
获取应用级别的安全策略覆盖配置,供session-service鉴权调用
租户服务 - 内部接口 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
app_id |
path |
string |
Yes |
|
|
|
应用ID |
tenantId |
query |
string |
Yes |
|
|
|
租户ID |
Referenced Schemas
dto.AppSecurityPolicyDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.AppSecuritySettings |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.AppSecuritySettings
| Field | Type | Required | Example | Constraints | Description |
app_id |
string |
No |
|
|
|
max_concurrent_sessions |
integer |
No |
|
|
|
require_mfa |
boolean |
No |
|
|
|
session_timeout |
integer |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|