Aserto · Schema

https://openid.github.io/authzen/#name-the-access-evaluation-api-re

v1EvaluationResponse schema from Aserto directory API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
context object
decision boolean
View JSON Schema on GitHub

JSON Schema

aserto-directory-v1evaluationresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "https://openid.github.io/authzen/#name-the-access-evaluation-api-re",
  "description": "v1EvaluationResponse schema from Aserto directory API",
  "properties": {
    "context": {
      "type": "object"
    },
    "decision": {
      "type": "boolean"
    }
  },
  "type": "object"
}