Aserto · Schema

v2InfoResponse

v2InfoResponse schema from Aserto authorizer API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
arch string
commit string
date string
os string
version string
View JSON Schema on GitHub

JSON Schema

aserto-authorizer-v2inforesponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v2InfoResponse",
  "description": "v2InfoResponse schema from Aserto authorizer API",
  "properties": {
    "arch": {
      "type": "string"
    },
    "commit": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "os": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  },
  "type": "object"
}