Aserto · Schema

information about a user on behalf of whom a decision was made

v2DecisionUser schema from Aserto decision-logs API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
context object
email string
id string
View JSON Schema on GitHub

JSON Schema

aserto-decision-logs-v2decisionuser.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "information about a user on behalf of whom a decision was made",
  "description": "v2DecisionUser schema from Aserto decision-logs API",
  "properties": {
    "context": {
      "$ref": "#/components/schemas/v2IdentityContext"
    },
    "email": {
      "type": "string"
    },
    "id": {
      "type": "string"
    }
  },
  "type": "object"
}