latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Plugins

Get plugin access permissions

Retrieve a plugin's access permissions (must have write permission)

get/plugins/{owner}/{name}/permissions

Path parameters

ownerstring required
namestring required

Query parameters

pageinteger

Page number starting from 1

Page number starting from 1

per-pageinteger

Number of items per page

Number of items per page

subject_typestring[]

The type of access policy subject

The type of access policy subject

permissionstring[]

An access policy permission string

An access policy permission string

Response

Retrieved

pageinteger required

The current page the pagination request is on

per_pageinteger required

The number of pages per pagination request

next_pageinteger

The next page, if this on is not the last

page_countinteger required

The total number of pages

total_countinteger required

The total number of resources matching the list request

Example response

{
  "resources": [
    {
      "subject": {
        "name": "ladybugbot"
      }
    }
  ]
}