policy
batch auth by actions/批量鉴权接口
batch auth by actions
post/api/v2/policy/systems/{system_id}/auth_by_actions/
Request body
Example request
{
"actions": [
{
"id": "edit"
}
],
"resources": [
{
"id": "framework",
"system": "bk_paas",
"type": "app"
}
],
"subject": {
"id": "admin",
"type": "user"
}
}Response
OK
HandlerAuthByActionsResponse required
Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲