Skip to main content

List all access permissions

GET 

/iam/v1/permissions

Retrieve a list of all permission entities.

Request

Query Parameters

    service string

    service

    resource string

    resource

    action string

    action

Responses

Successful response.

Schema
    count integerrequired

    Default value: 1

    Total count of the items

    items object[]required
  • Array [
  • accessTypes string[]
    allowed_apis object[]

    APIs permission controls

  • Array [
  • method string

    REST Method

    path string

    url path

  • ]
  • description string
    name string

    service.resource.action

  • ]
Loading...