Aserto · Schema

v3GetGraphResponse

v3GetGraphResponse schema from Aserto directory API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
explanation object
results array
trace array
View JSON Schema on GitHub

JSON Schema

aserto-directory-v3getgraphresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v3GetGraphResponse",
  "description": "v3GetGraphResponse schema from Aserto directory API",
  "properties": {
    "explanation": {
      "title": "explanation of results",
      "type": "object"
    },
    "results": {
      "items": {
        "$ref": "#/components/schemas/v3ObjectIdentifier"
      },
      "title": "matching object identifiers",
      "type": "array"
    },
    "trace": {
      "items": {
        "type": "string"
      },
      "title": "trace information",
      "type": "array"
    }
  },
  "type": "object"
}