Aserto · Schema

https://openid.github.io/authzen/#name-the-subject-search-api-resp

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