Get Permission Accesses
POST/api/v1/permission/access
Given a permission ID and an IAM query, returns data about the actual permission usage (last access).
The request parameter limit determines the number of items—that is, last access—in the response object.
If the amount of available data is greater than the specified limit, use the response object attribute data.nextPageToken as the request parameter pageToken in Get Permissions Access Next Page to request the next page of data.
Request
Responses
- 200
- 201
- 401
- 403
- 404
OK
Created
Unauthorized
Forbidden
Not Found