Aserto · Schema

v2PaginationResponse

v2PaginationResponse schema from Aserto decision-logs API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
next_token string
result_size integer
total_size integer
View JSON Schema on GitHub

JSON Schema

aserto-decision-logs-v2paginationresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v2PaginationResponse",
  "description": "v2PaginationResponse schema from Aserto decision-logs API",
  "properties": {
    "next_token": {
      "type": "string"
    },
    "result_size": {
      "format": "int32",
      "type": "integer"
    },
    "total_size": {
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}