Get all Rbac authorization privileges summary
This api gives the summary of all the privileges.
Request
URI
GET
https://{api_host}/admin/hybridity/api/authz/rbac/privileges
COPY
Responses
200
Accepted
Returns
privilegesSummary
of type(s)
application/json
{
"items": [
{
"description": "string",
"id": "string",
"privilege": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Internal Server Error
Returns
errorResponse
of type(s)
application/json
{
"errors": [
"error.yaml Object"
]
}
Rbac Privileges Operations
GET
Get all Rbac authorization privileges summary
POST
Get Privileges Details
POST
Query User Privileges