Apache Ranger · Schema

RangerGroup

Ranger user group

Access ControlAuthorizationHadoopPolicy ManagementSecurityApacheOpen Source

Properties

Name Type Description
id integer Group identifier
name string Group name
description string Group description
groupSource integer Group source (0=internal, 1=LDAP/AD)
View JSON Schema on GitHub

JSON Schema

apache-ranger-ranger-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ranger/refs/heads/main/json-schema/apache-ranger-ranger-group-schema.json",
  "title": "RangerGroup",
  "description": "Ranger user group",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Group identifier"
    },
    "name": {
      "type": "string",
      "description": "Group name"
    },
    "description": {
      "type": "string",
      "description": "Group description"
    },
    "groupSource": {
      "type": "integer",
      "description": "Group source (0=internal, 1=LDAP/AD)"
    }
  }
}