v1
latestOpenAPI 3.1.0BSD-32026-07-2471176175.5 KBroles
Get a list of available Permission Sets that can be assigned to roles
get/v2/roles/permission-sets
Headers
cloudzero-test-keystring
If passed, the operation executes in the namespace specified by this key. Resource mutations in the namespace last for 1 hour.
Response
Successful Operation
Example response
{
"permission_sets": [
{
"id": "dashboards/read",
"name": "View Dashboards",
"description": "Allows viewing dashboards and reports",
"category_id": "dashboards",
"action": "read",
"depends_on": [
"dashboards/read"
]
}
]
}