Oso Cloud · Schema

AuthorizeResult

AuthorizationAccess ControlRBACReBACABACPermissionsPolicySecurityIdentity

Properties

Name Type Description
allowed boolean
View JSON Schema on GitHub

JSON Schema

AuthorizeResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.osohq.com/schemas/AuthorizeResult.json",
  "title": "AuthorizeResult",
  "type": "object",
  "required": [
    "allowed"
  ],
  "properties": {
    "allowed": {
      "type": "boolean"
    }
  }
}