RBACList RBAC resources for given account

List RBAC resources for given account

List RBAC resources for given account.

curl -X GET "https://api.prd.rad.security/accounts/example_string/resources/rbac?cluster_id=example_string&kinds=example_string&namespace=John%20Doe&q=example_string&sort=example_string&page=25&page_size=25" \
  -H "Content-Type: application/json"
{
  "entries": [
    {
      "kind": "example_string",
      "name": "John Doe",
      "namespace": "John Doe",
      "uid": "example_string",
      "account_id": "example_string",
      "cluster_id": "example_string",
      "created_at": "example_string",
      "id": "example_string",
      "updated_at": "example_string"
    }
  ],
  "page": 25,
  "page_count": 25,
  "page_size": 25,
  "total_count": 10
}
GET
/accounts/{account_id}/resources/rbac
GET
Base URLstring

Target server for requests. Edit to use your own host.

query
kindsstring

List of RBAC kinds separated by comma. If not provided, all kinds will be returned

query
qstring

Search the resource name

query
sortstring

Sort by field. Example: sort=title:asc

query
pageinteger

Page number starting from 1

query
page_sizeinteger

Page size. Default: 50

Request Preview
Response

Response will appear here after sending the request

Path Parameters

Query Parameters

kindsstring

List of RBAC kinds separated by comma. If not provided, all kinds will be returned

qstring

Search the resource name

sortstring

Sort by field. Example: sort=title:asc

pageinteger

Page number starting from 1

page_sizeinteger

Page size. Default: 50

Responses

entriesarray
pageinteger
page_countinteger
page_sizeinteger
total_countinteger