获取策略授权记录
测试中
GET
/api/v2/policies/{code}/assignments
请求参数
Path 参数
code
string
策略的唯一标识
示例值:
code
Query 参数
page
string
页数
示例值:
1
limit
string
每页显示条数
示例值:
10
namespace
string
权限分组 Code
示例值:
namespace-code
targetType
string
可选
示例值:
ROLE
targetIdentifier
string
可选
示例值:
role-code
Header 参数
Authorization
string
必需
示例值:
Bearer token
x-authing-userpool-id
string
用户池 ID
示例值:
61cc2c7bb686e2767125230d
Body 参数application/x-www-form-urlencoded
object {0}
示例代码
返回响应
修改于 2022-02-14 14:15:43