Apache Ranger · JSON Structure

Apache Ranger Ranger Group Structure

Ranger user group

Type: object Properties: 4
Access ControlAuthorizationHadoopPolicy ManagementSecurityApacheOpen Source

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

Properties

id name description groupSource

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-ranger-group-structure.json",
  "description": "Ranger user group",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Group identifier"
    },
    "name": {
      "type": "string",
      "description": "Group name"
    },
    "description": {
      "type": "string",
      "description": "Group description"
    },
    "groupSource": {
      "type": "int32",
      "description": "Group source (0=internal, 1=LDAP/AD)"
    }
  },
  "name": "RangerGroup"
}