Get all Rbac authorization privileges summary

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
Authentication
This operation uses the following authentication methods.
Responses
200

Accepted

Returns privilegesSummary of type(s) application/json
{
    "items": [
        {
            "description": "description",
            "id": "id",
            "privilege": "SYSTEM ADMIN"
        },
        {
            "description": "description",
            "id": "id",
            "privilege": "SYSTEM ADMIN"
        }
    ]
}
items
Optional

items


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": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors