Apache Ranger · JSON Structure

Apache Ranger Access Type Structure

Access type in a policy item

Type: object Properties: 2
Access ControlAuthorizationHadoopPolicy ManagementSecurityApacheOpen Source

AccessType is a JSON Structure definition published by Apache Ranger, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type isAllowed

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ranger/refs/heads/main/json-structure/apache-ranger-access-type-structure.json",
  "description": "Access type in a policy item",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Access type name (read, write, execute, etc.)"
    },
    "isAllowed": {
      "type": "boolean",
      "description": "Whether the access is allowed"
    }
  },
  "name": "AccessType"
}