AuthPolicyTenant
Provides a unified entry for querying the relationship between tenant, application and authorization policies
Set the default policy of user access application
PUT
/api/v1/auth/tenant/app/{appId}/policy/default/{policyId}
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
路径参数
appId*
Application id
类型integer
必填format
"int64"
policyId*
Authorization policy id
类型integer
必填format
"int64"
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}