Aserto · Schema

apiModule

apiModule schema from Aserto authorizer API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
ast object
id string
package_path string
package_root string
raw string
View JSON Schema on GitHub

JSON Schema

aserto-authorizer-apimodule.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "apiModule",
  "description": "apiModule schema from Aserto authorizer API",
  "properties": {
    "ast": {},
    "id": {
      "type": "string"
    },
    "package_path": {
      "type": "string"
    },
    "package_root": {
      "type": "string"
    },
    "raw": {
      "type": "string"
    }
  },
  "type": "object"
}