Apache Ranger · JSON Structure

Apache Ranger Ranger User Structure

Ranger user definition

Type: object Properties: 7
Access ControlAuthorizationHadoopPolicy ManagementSecurityApacheOpen Source

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

Properties

id name firstName lastName emailAddress userSource status

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-user-structure.json",
  "description": "Ranger user definition",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "User identifier"
    },
    "name": {
      "type": "string",
      "description": "Username"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "emailAddress": {
      "type": "string"
    },
    "userSource": {
      "type": "int32",
      "description": "User source (0=internal, 1=LDAP/AD)"
    },
    "status": {
      "type": "int32",
      "description": "User status (1=active, 0=disabled)"
    }
  },
  "name": "RangerUser"
}