Aserto · Schema

https://openid.github.io/authzen/#name-subject

v1Subject schema from Aserto directory API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
id string
properties object
type string
View JSON Schema on GitHub

JSON Schema

aserto-directory-v1subject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "https://openid.github.io/authzen/#name-subject",
  "description": "v1Subject schema from Aserto directory API",
  "properties": {
    "id": {
      "type": "string"
    },
    "properties": {
      "type": "object"
    },
    "type": {
      "type": "string"
    }
  },
  "type": "object"
}