Oso Cloud · Schema

LocalAuthQuery

AuthorizationAccess ControlRBACReBACABACPermissionsPolicySecurityIdentity

Properties

Name Type Description
query object
data_bindings string
View JSON Schema on GitHub

JSON Schema

LocalAuthQuery.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.osohq.com/schemas/LocalAuthQuery.json",
  "title": "LocalAuthQuery",
  "type": "object",
  "required": [
    "data_bindings",
    "query"
  ],
  "properties": {
    "query": {
      "$ref": "#/components/schemas/AuthorizeQuery"
    },
    "data_bindings": {
      "type": "string"
    }
  }
}