GET /internal/tenant/applications/{app_id}/security-policy
Get application-level security policy override for session-service auth
Tenant Service - Internal None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
app_id |
path |
string |
Yes |
|
|
|
Application ID |
tenantId |
query |
string |
Yes |
|
|
|
Tenant 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 |
|
|
|