Aserto · Schema

https://openid.github.io/authzen/#name-the-resource-search-api-res

v1ResourceSearchResponse 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-v1resourcesearchresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "https://openid.github.io/authzen/#name-the-resource-search-api-res",
  "description": "v1ResourceSearchResponse schema from Aserto directory API",
  "properties": {
    "page": {
      "$ref": "#/components/schemas/v1Page"
    },
    "results": {
      "items": {
        "$ref": "#/components/schemas/v1Resource"
      },
      "type": "array"
    }
  },
  "type": "object"
}