Aserto · Schema

v2CompileResponse

v2CompileResponse schema from Aserto authorizer API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
metrics object
result object
trace array
trace_summary array
View JSON Schema on GitHub

JSON Schema

aserto-authorizer-v2compileresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v2CompileResponse",
  "description": "v2CompileResponse schema from Aserto authorizer API",
  "properties": {
    "metrics": {
      "type": "object"
    },
    "result": {
      "type": "object"
    },
    "trace": {
      "items": {
        "type": "object"
      },
      "type": "array"
    },
    "trace_summary": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}