Skip to main content

Get Permissions Access Next Page

POST 

/api/v1/permission/access/page

Given a request parameter pageToken, returns the next page of permissions data. You can find the value for pageToken from the response object of a previous request to Get Permissions Access

Request

Body

required

Model for Permission Access Page Request DTO

    limit int32

    Maximun number of items to return for the given query. Default is 0.

    pageToken string

    Page token (default: empty string)

Responses

OK

Schema
    items object[]

    Permissions list

  • Array [
  • destCloudResourceName string

    Destination cloud resource name

    lastAccessDate string

    Action last access date in the format of a unix timestamp

  • ]
  • nextPageToken string

    Next page token

    totalRows int64

    Total row count

Loading...