Retrieves a list of permissions
GET/v1/permissions
Retrieves a list of permissions
Request
Query Parameters
scope string
Possible values: [system, tenant, project, resource]
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of permissions
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
namestring
permissionsstring[]
scopestring
Possible values: [system, tenant, project, resource]
[
  {
    "name": "string",
    "permissions": [
      "string"
    ],
    "scope": "system"
  }
]
Loading...