Get all Rbac authorization privileges summary
This api gives the summary of all the privileges.
Request
URI
GET
https://{api_host}/tca/rbac/api/v1/orgs/{orgId}/privileges
COPY
Path Parameters
string
orgId
Required
The identifier of the tenant
Responses
200
Returns SucessGetResponse of type(s) application/json
{
"items": [
{
"description": "string",
"id": "string",
"privilege": "string"
}
]
}
array of object
items
Optional
items
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
500
Returns InternalServerError of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Rbac Privileges Operations
GET
Get all Rbac authorization privileges summary
POST
Get Privileges Details