Aserto · Schema

v2DecisionTreeOptions

v2DecisionTreeOptions schema from Aserto authorizer API

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity

Properties

Name Type Description
path_separator object
View JSON Schema on GitHub

JSON Schema

aserto-authorizer-v2decisiontreeoptions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "v2DecisionTreeOptions",
  "description": "v2DecisionTreeOptions schema from Aserto authorizer API",
  "properties": {
    "path_separator": {
      "$ref": "#/components/schemas/v2PathSeparator"
    }
  },
  "type": "object"
}