GET /auth/me/permissions
返回当前用户在租户下的所有权限代码列表,包括角色继承权限、层级权限和直赋权限的聚合结果。参考:NIST SP 800-53 AC-6、OWASP ASVS V1.2。
身份认证 `bearerAuth` application/json
Referenced Schemas
dto.MyPermissionsResponse
| Field | Type | Required | Example | Constraints | Description |
permissions |
array of
string |
No |
|
|
|
dto.MyPermissionsResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.MyPermissionsResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|