Aserto · Schema

v3ListAssertionsResponse

v3ListAssertionsResponse schema from Aserto directory API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
page object
results array
View JSON Schema on GitHub

JSON Schema

aserto-directory-v3listassertionsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v3ListAssertionsResponse",
  "description": "v3ListAssertionsResponse schema from Aserto directory API",
  "properties": {
    "page": {
      "$ref": "#/components/schemas/v3PaginationResponse"
    },
    "results": {
      "items": {
        "$ref": "#/components/schemas/v3Assert"
      },
      "type": "array"
    }
  },
  "type": "object"
}